summaryrefslogtreecommitdiffstats
path: root/contrib/subtree (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib: fix typosAndrew Kreimer2024-10-102-2/+2
* contrib/subtree/t: avoid redundant use of catBeat Bolli2024-03-161-1/+1
* subtree: fix split processing with multiple subtrees presentZach FettersMoore2024-01-252-1/+69
* contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt2023-11-111-4/+10
* contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt2023-11-111-5/+11
* global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt2023-11-111-2/+2
* parse-options: show negatability of options in short helpRené Scharfe2023-08-071-1/+1
* subtree: disallow --no-{help,quiet,debug,branch,message}René Scharfe2023-08-071-5/+5
* subtree: support long global flagsJosh Soref2023-05-081-2/+2
* test: don't print aggregate-results commandFelipe Contreras2023-03-091-1/+1
* test: simplify counts aggregationFelipe Contreras2023-03-091-3/+1
* subtree: fix split after annotated tag was squashed mergedPhilippe Blain2022-10-213-9/+36
* subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain2022-10-213-15/+86
* subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain2022-10-211-4/+11
* subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain2022-10-211-2/+4
* subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain2022-10-211-1/+1
* subtree: prefix die messages with 'fatal'Philippe Blain2022-10-212-36/+36
* subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain2022-10-211-12/+20
* subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain2022-10-211-3/+3
* t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor2022-09-211-0/+1
* t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason2022-07-281-1/+1
* git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason2022-06-281-3/+12
* subtree: force merge commitThomas Koutcher2022-02-011-2/+2
* Merge branch 'jl/subtree-check-parents-argument-passing-fix'Junio C Hamano2022-01-101-4/+3
|\
| * subtree: fix argument handling in check_parentsJames Limbouris2022-01-041-4/+3
* | tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine2021-12-131-1/+1
|/
* subtree: fix assumption about the directory separatorJohannes Schindelin2021-06-151-3/+4
* subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin2021-06-151-1/+4
* subtree: be stricter about validating flagsLuke Shumaker2021-04-282-25/+175
* subtree: push: allow specifying a local rev other than HEADLuke Shumaker2021-04-283-13/+47
* subtree: allow 'split' flags to be passed to 'push'Luke Shumaker2021-04-283-12/+223
* subtree: allow --squash to be used with --rejoinLuke Shumaker2021-04-283-24/+96
* subtree: give the docs a once-overLuke Shumaker2021-04-283-93/+87
* subtree: have $indent actually affect indentationLuke Shumaker2021-04-281-18/+24
* subtree: don't let debug and progress output clashLuke Shumaker2021-04-281-1/+21
* subtree: add comments and sanity checksLuke Shumaker2021-04-281-3/+61
* subtree: remove duplicate checkLuke Shumaker2021-04-281-4/+0
* subtree: parse revs in individual cmd_ functionsLuke Shumaker2021-04-281-38/+24
* subtree: use "^{commit}" instead of "^0"Luke Shumaker2021-04-281-2/+2
* subtree: don't fuss with PATHLuke Shumaker2021-04-281-2/+16
* subtree: use "$*" instead of "$@" as appropriateLuke Shumaker2021-04-281-3/+3
* subtree: use more explicit variable names for cmdline argsLuke Shumaker2021-04-281-66/+66
* subtree: use git-sh-setup's `say`Luke Shumaker2021-04-281-15/+7
* subtree: use `git merge-base --is-ancestor`Luke Shumaker2021-04-281-15/+1
* subtree: drop support for git < 1.7Luke Shumaker2021-04-281-15/+4
* subtree: more consistent error propagationLuke Shumaker2021-04-281-14/+14
* subtree: don't have loose code outside of a functionLuke Shumaker2021-04-281-120/+125
* subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker2021-04-281-0/+127
* subtree: t7900: add a test for the -h flagLuke Shumaker2021-04-281-0/+7
* subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker2021-04-281-13/+13