summaryrefslogtreecommitdiff
path: root/contrib/subtree/git-subtree.sh
AgeCommit message (Expand)Author
2024-01-25subtree: fix split processing with multiple subtrees presentZach FettersMoore
2023-11-11contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt
2023-11-11contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt
2023-08-07subtree: disallow --no-{help,quiet,debug,branch,message}René Scharfe
2023-05-08subtree: support long global flagsJosh Soref
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain
2022-06-28git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason
2022-02-01subtree: force merge commitThomas Koutcher
2022-01-04subtree: fix argument handling in check_parentsJames Limbouris
2021-06-15subtree: fix assumption about the directory separatorJohannes Schindelin
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin
2021-04-28subtree: be stricter about validating flagsLuke Shumaker
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker
2021-04-28subtree: give the docs a once-overLuke Shumaker
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker
2021-04-28subtree: add comments and sanity checksLuke Shumaker
2021-04-28subtree: remove duplicate checkLuke Shumaker
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker
2021-04-28subtree: don't fuss with PATHLuke Shumaker
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker
2021-04-28subtree: drop support for git < 1.7Luke Shumaker
2021-04-28subtree: more consistent error propagationLuke Shumaker
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker
2019-03-12contrib/subtree: ensure only one rev is providedDenton Liu
2018-10-12subtree: performance improvement for finding unexpected parent commitsRoger Strain
2018-10-06subtree: improve decision on merges kept in splitStrain, Roger L
2018-10-06subtree: use commits before rejoins for splitsStrain, Roger L
2018-10-06subtree: make --ignore-joins pay attention to addsStrain, Roger L
2018-10-06subtree: refactor split of a commit into standalone methodStrain, Roger L
2018-02-23subtree: fix add and pull for GPG-signed commitsStephen R Guglielmo
2016-07-28subtree: adjust function definitions to match CodingGuidelinesDavid Aguilar
2016-07-28subtree: adjust style to match CodingGuidelinesDavid Aguilar
2016-07-26subtree: fix "git subtree split --rejoin"David Aguilar
2016-02-03Merge branch 'dw/subtree-split-do-not-drop-merge'Junio C Hamano
2016-01-22Merge branch 'rm/subtree-unwrap-tags'Junio C Hamano