summaryrefslogtreecommitdiff
path: root/git-rebase--am.sh
AgeCommit message (Expand)AuthorFilesLines
2015-07-08rebase: return non-zero error code if format-patch failsLibravatar Clemens Buchacher1-1/+1
2014-07-16rebase: omit patch-identical commits with --fork-pointLibravatar John Keeping1-2/+4
2014-07-15rebase--am: use --cherry-pick instead of --ignore-if-in-upstreamLibravatar John Keeping1-4/+11
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Libravatar Junio C Hamano1-0/+15
2014-04-17rebase: avoid non-function use of "return" on FreeBSDLibravatar Kyle J. McKay1-0/+15
2014-02-11rebase: add the --gpg-sign optionLibravatar Nicolas Vigier1-3/+5
2013-11-26remove #!interpreter line from shell librariesLibravatar Jonathan Nieder1-1/+2
2013-05-12am: return control to caller, for housekeepingLibravatar Ramkumar Ramachandra1-4/+4
2013-04-14rebase-am: explicitly disable cover-letterLibravatar Felipe Contreras1-2/+2
2012-10-11rebase: Handle cases where format-patch failsLibravatar Andrew Wong1-6/+43
2012-06-26rebase: don't source git-sh-setup twiceLibravatar Martin von Zweigbergk1-2/+0
2012-04-24git-rebase: add keep_empty flagLibravatar Neil Horman1-5/+14
2011-02-10git-rebase--am: remove unnecessary --3way optionLibravatar Martin von Zweigbergk1-2/+2
2011-02-10rebase: extract code for writing basic stateLibravatar Martin von Zweigbergk1-5/+1
2011-02-10rebase: extract am code to new source fileLibravatar Martin von Zweigbergk1-0/+34