aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/subtree (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge branch 'ps/meson-build-docs'Junio C Hamano1-2/+2
2025-09-11meson: introduce a "docs" alias to compile documentation onlyPatrick Steinhardt1-2/+2
2025-09-11contrib/subtree: fix split with squashed subtreesColin Stagner2-8/+99
2025-06-24Merge branch 'pw/subtree-gpg-sign'Junio C Hamano3-40/+158
2025-06-18Merge branch 'jw/doc-txt-to-adoc-refs'Junio C Hamano1-1/+1
2025-06-06doc: update references to renamed AsciiDoc filesJouke Witteveen1-1/+1
2025-06-04contrib/subtree: add -S/--gpg-signPatrik Weiskircher3-19/+145
2025-06-04contrib/subtree: parse using --stuck-longPatrik Weiskircher1-21/+13
2025-06-02meson: introduce kwargs variable for testsPatrick Steinhardt1-1/+1
2025-04-01meson: respect 'tests' build option in contribPatrick Steinhardt1-9/+11
2025-03-01contrib/subtree: rename .txt to .adocTodd Zullinger3-3/+3
2025-02-25Merge branch 'ad/set-default-target-in-makefiles'Junio C Hamano1-1/+4
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie1-1/+4
2025-01-17meson: wire up the git-subtree(1) commandPatrick Steinhardt1-0/+71
2025-01-17contrib/subtree: fix building docsPatrick Steinhardt2-8/+17
2024-10-10contrib: fix typosAndrew Kreimer2-2/+2
2024-03-16contrib/subtree/t: avoid redundant use of catBeat Bolli1-1/+1
2024-01-25subtree: fix split processing with multiple subtrees presentZach FettersMoore2-1/+69
2023-11-11contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt1-4/+10
2023-11-11contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt1-5/+11
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt1-2/+2
2023-08-06parse-options: show negatability of options in short helpRené Scharfe1-1/+1
2023-08-06subtree: disallow --no-{help,quiet,debug,branch,message}René Scharfe1-5/+5
2023-05-08subtree: support long global flagsJosh Soref1-2/+2
2023-03-09test: don't print aggregate-results commandFelipe Contreras1-1/+1
2023-03-09test: simplify counts aggregationFelipe Contreras1-3/+1
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain3-9/+36
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain3-15/+86
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain1-4/+11
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain1-2/+4
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain1-1/+1
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain2-36/+36
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain1-12/+20
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain1-3/+3
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor1-0/+1
2022-07-27t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason1-1/+1
2022-06-28git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason1-3/+12
2022-02-01subtree: force merge commitThomas Koutcher1-2/+2
2022-01-10Merge branch 'jl/subtree-check-parents-argument-passing-fix'Junio C Hamano1-4/+3
2022-01-04subtree: fix argument handling in check_parentsJames Limbouris1-4/+3
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine1-1/+1
2021-06-15subtree: fix assumption about the directory separatorJohannes Schindelin1-3/+4
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin1-1/+4
2021-04-28subtree: be stricter about validating flagsLuke Shumaker2-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker3-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker3-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker3-24/+96
2021-04-28subtree: give the docs a once-overLuke Shumaker3-93/+87
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker1-18/+24
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker1-1/+21