summaryrefslogtreecommitdiff
path: root/contrib/subtree/git-subtree.sh
Commit message (Expand)AuthorAgeFilesLines
* subtree: support long global flagsJosh Soref2023-05-081-2/+2
* subtree: fix split after annotated tag was squashed mergedPhilippe Blain2022-10-211-8/+18
* subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain2022-10-211-13/+43
* 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-211-30/+30
* 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
* 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
* subtree: fix argument handling in check_parentsJames Limbouris2022-01-041-4/+3
* 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-281-25/+64
* subtree: push: allow specifying a local rev other than HEADLuke Shumaker2021-04-281-7/+17
* subtree: allow 'split' flags to be passed to 'push'Luke Shumaker2021-04-281-3/+3
* subtree: allow --squash to be used with --rejoinLuke Shumaker2021-04-281-8/+29
* subtree: give the docs a once-overLuke Shumaker2021-04-281-2/+2
* 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
* contrib/subtree: ensure only one rev is providedDenton Liu2019-03-121-12/+12
* subtree: performance improvement for finding unexpected parent commitsRoger Strain2018-10-121-1/+1
* subtree: improve decision on merges kept in splitStrain, Roger L2018-10-071-2/+19
* subtree: use commits before rejoins for splitsStrain, Roger L2018-10-071-6/+20
* subtree: make --ignore-joins pay attention to addsStrain, Roger L2018-10-071-7/+7
* subtree: refactor split of a commit into standalone methodStrain, Roger L2018-10-071-36/+42
* subtree: fix add and pull for GPG-signed commitssg/subtree-signed-commitsStephen R Guglielmo2018-02-231-6/+6
* subtree: adjust function definitions to match CodingGuidelinesda/subtree-modernizeDavid Aguilar2016-07-271-68/+34
* subtree: adjust style to match CodingGuidelinesDavid Aguilar2016-07-271-218/+357
* subtree: fix "git subtree split --rejoin"da/subtree-2.9-regressionDavid Aguilar2016-07-261-0/+1
* Merge branch 'dw/subtree-split-do-not-drop-merge'Junio C Hamano2016-02-031-2/+10
|\
| * contrib/subtree: fix "subtree split" skipped-merge bugdw/subtree-split-do-not-drop-mergeDave Ware2016-01-201-2/+10
* | Merge branch 'rm/subtree-unwrap-tags'Junio C Hamano2016-01-221-2/+8
|\ \ | |/ |/|
| * contrib/subtree: unwrap tag refsrm/subtree-unwrap-tagsRob Mayoff2015-11-241-2/+8
* | contrib/subtree: Handle '--prefix' argument with a slash appendedTechlive Zheng2015-11-131-1/+1
* | contrib/subtree: respect spaces in a repository pathas/subtree-with-spacesAlexey Shumkin2015-09-081-1/+1
* | t7900-subtree: test the "space in a subdirectory name" caseAlexey Shumkin2015-09-081-1/+1
|/