aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--am.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Drop unused git-rebase--am.shJohannes Schindelin1-85/+0
2018-12-28rebase: define linearization ordering and enforce itElijah Newren1-1/+1
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano1-46/+33
2018-03-29rebase --keep-empty: always use interactive rebasePhillip Wood1-45/+33
2018-03-23rebase: update invocation of rebase dot-sourced scriptsWink Saville1-11/+0
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano1-0/+3
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy1-0/+3
2018-02-07rebase: add --allow-empty-message optionGenki Sky1-0/+1
2017-11-18rebase: use mboxrd format to avoid split errorsEric Wong1-0/+2
2017-08-23Merge branch 'kw/rebase-progress'Junio C Hamano1-0/+1
2017-08-14rebase: turn on progress option by default for format-patchKevin Willford1-0/+1
2017-08-02rebase: honor --rerere-autoupdatePhillip Wood1-1/+2
2016-06-17rebase: update comment about FreeBSD /bin/shEd Maste1-2/+2
2015-07-08rebase: return non-zero error code if format-patch failsClemens Buchacher1-1/+1
2014-07-16rebase: omit patch-identical commits with --fork-pointJohn Keeping1-2/+4
2014-07-15rebase--am: use --cherry-pick instead of --ignore-if-in-upstreamJohn Keeping1-4/+11
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano1-0/+15
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay1-0/+15
2014-02-11rebase: add the --gpg-sign optionNicolas Vigier1-3/+5
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder1-1/+2
2013-05-12am: return control to caller, for housekeepingRamkumar Ramachandra1-4/+4
2013-04-14rebase-am: explicitly disable cover-letterFelipe Contreras1-2/+2
2012-10-11rebase: Handle cases where format-patch failsAndrew Wong1-6/+43
2012-06-26rebase: don't source git-sh-setup twiceMartin von Zweigbergk1-2/+0
2012-04-24git-rebase: add keep_empty flagNeil Horman1-5/+14
2011-02-10git-rebase--am: remove unnecessary --3way optionMartin von Zweigbergk1-2/+2
2011-02-10rebase: extract code for writing basic stateMartin von Zweigbergk1-5/+1
2011-02-10rebase: extract am code to new source fileMartin von Zweigbergk1-0/+34