summaryrefslogtreecommitdiffstats
path: root/git-rebase--merge.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'Junio C Hamano2016-06-271-2/+2
|\
| * rebase: update comment about FreeBSD /bin/shEd Maste2016-06-171-2/+2
* | git-rebase--merge: don't include absent parent as a baseBen Woosley2016-04-241-1/+3
* | *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-011-4/+2
|/
* Merge branch 'bc/fix-rebase-merge-skip'Junio C Hamano2014-07-021-2/+3
|\
| * rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2014-06-161-2/+3
* | Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-06-031-2/+2
|\ \
| * | git-rebase--merge.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-2/+2
* | | Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano2014-04-211-0/+15
|\ \ \ | |/ / |/| / | |/
| * rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay2014-04-171-0/+15
* | rebase: add the --gpg-sign optionNicolas Vigier2014-02-111-1/+1
|/
* remove #!interpreter line from shell librariesJonathan Nieder2013-11-261-1/+3
* rebase --merge: return control to caller, for housekeepingRamkumar Ramachandra2013-05-121-3/+2
* rebase: don't source git-sh-setup twiceMartin von Zweigbergk2012-06-261-2/+0
* rebase -m: only call "notes copy" when rewritten exists and is non-emptyAndrew Wong2012-02-261-4/+7
* rebase -m: don't print exit code 2 when merge failsMartin von Zweigbergk2011-02-101-1/+1
* rebase: extract code for writing basic stateMartin von Zweigbergk2011-02-101-4/+1
* rebase: extract merge code to new source fileMartin von Zweigbergk2011-02-101-0/+154