summaryrefslogtreecommitdiffstats
path: root/contrib/subtree/git-subtree.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 commitsStephen R Guglielmo2018-02-231-6/+6
* subtree: adjust function definitions to match CodingGuidelinesDavid Aguilar2016-07-281-68/+34
* subtree: adjust style to match CodingGuidelinesDavid Aguilar2016-07-281-218/+357
* subtree: fix "git subtree split --rejoin"David 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 bugDave Ware2016-01-201-2/+10
* | Merge branch 'rm/subtree-unwrap-tags'Junio C Hamano2016-01-221-2/+8
|\ \ | |/ |/|
| * contrib/subtree: unwrap tag refsRob 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 pathAlexey Shumkin2015-09-081-1/+1
* | t7900-subtree: test the "space in a subdirectory name" caseAlexey Shumkin2015-09-081-1/+1
|/
* Merge branch 'da/subtree-date-confusion'Junio C Hamano2015-08-031-1/+1
|\
| * contrib/subtree: ignore log.date configurationDavid Aguilar2015-07-241-1/+1
* | Merge branch 'dl/subtree-avoid-tricky-echo'Junio C Hamano2015-05-221-3/+10
|\ \
| * | contrib/subtree: portability fix for string printingDanny Lin2015-05-081-3/+10
| |/
* / contrib/subtree: there's no push --squashDanny Lin2015-05-071-1/+1
|/
* contrib/subtree: allow adding an annotated tagJames Denholm2014-05-131-1/+2
* subtree: initialize "prefix" variableJeff King2014-03-171-0/+1
* subtree: fix argument validation in add/pull/pushAnthony Baire2014-01-131-6/+16
* Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano2013-08-011-1/+1
|\
| * Avoid using `echo -n` anywhereLukas Fleischer2013-07-291-1/+1
* | Merge branch 'dm/unbash-subtree'Junio C Hamano2013-06-051-1/+1
|\ \
| * | contrib/git-subtree: Use /bin/sh interpreter instead of /bin/bashDmitry Marakasov2013-05-211-1/+1
| |/
* / contrib/subtree: don't delete remote branches if split failsJohn Keeping2013-05-011-1/+2
|/
* contrib/subtree: fix synopsisDavid A. Greene2013-02-061-0/+6