aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-29rebase: only show stat if configured to trueMartin von Zweigbergk1-1/+2
2010-11-23rebase --abort: do not update branch refMartin von Zweigbergk1-9/+10
2010-11-23rebase: support --verifyMartin von Zweigbergk1-0/+3
2010-11-10rebase -X: do not clobber strategyMartin von Zweigbergk1-4/+0
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra1-13/+1
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano1-1/+1
2010-09-15Merge branch 'os/fix-rebase-diff-no-prefix'Junio C Hamano1-0/+1
2010-09-09Add --src/dst-prefix to git-formt-patch in git-rebase.shOded Shimon1-0/+1
2010-08-20Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano1-1/+1
2010-08-18Merge branch 'ml/rebase-x-strategy'Junio C Hamano1-1/+23
2010-08-18Merge branch 'jn/rebase-rename-am'Junio C Hamano1-1/+1
2010-08-09git-rebase: fix typo when parsing --force-rebaseWilly Tarreau1-1/+1
2010-08-03rebase: support -X to pass through strategy optionsMike Lundy1-1/+23
2010-07-28Fix git rebase --continue to work with touched filesDavid D. Kilzer1-0/+1
2010-07-23rebase: protect against diff.renames configurationJunio C Hamano1-1/+1
2010-05-31rebase: improve error message when upstream argument is missingJonathan Nieder1-9/+8
2010-04-03Merge branch 'mb/rebase-i-no-ff'Junio C Hamano1-2/+2
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-0/+6
2010-03-24Teach rebase the --no-ff option.Marc Branchaud1-2/+2
2010-03-12rebase: support automatic notes copyingThomas Rast1-0/+1
2010-03-12rebase: invoke post-rewrite hookThomas Rast1-0/+5
2010-01-30rebase: don't invoke the pager for each commit summaryMarkus Heidelberg1-1/+1
2010-01-25rebase: replace antiquated sed invocationStephen Boyd1-4/+2
2010-01-18Merge branch 'jc/rerere'Junio C Hamano1-1/+5
2010-01-13Merge branch 'jc/checkout-merge-base'Junio C Hamano1-1/+23
2010-01-07rebase: fix --onto A...B parsing and add testsNanako Shiraishi1-14/+19
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano1-1/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-1/+1
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-1/+1
2009-11-21"rebase --onto A...B" replays history on the merge base between A and BJunio C Hamano1-1/+18
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-1/+1
2009-09-11rebase: use plumbing to show dirty stateJeff King1-1/+1
2009-08-21Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano1-0/+3
2009-08-06rebase: consistent error messages for staged and unstaged changes.Matthieu Moy1-2/+4
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta1-0/+3
2009-07-01Merge branch 'sb/quiet-porcelains'Junio C Hamano1-10/+38
2009-06-18am, rebase: teach quiet optionStephen Boyd1-10/+38
2009-06-14pull, rebase: simplify to use die()Stephen Boyd1-6/+3
2009-03-27rebase: fix typo (force_rebas -> force-rebas)Michele Ballabio1-1/+1
2009-03-18rebase: add options passed to git-amMichele Ballabio1-0/+4
2009-03-11Merge branch 'tv/rebase-stat'Junio C Hamano1-7/+18
2009-03-05Merge branch 'sr/force-rebase'Junio C Hamano1-5/+19
2009-03-02git-rebase: Add --stat and --no-stat for producing diffstat on rebaseTor Arne Vestbø1-7/+18
2009-02-18disallow providing multiple upstream branches to rebase, pull --rebaseJay Soffian1-0/+1
2009-02-13Teach rebase to rebase even if upstream is up to dateSverre Rabbelier1-5/+19
2009-01-11rebase: learn to rebase root commitThomas Rast1-16/+40
2008-12-10rebase: improve error messages about dirty stateJeff King1-3/+6
2008-12-03rebase: use git rev-parse -qMiklos Vajna1-2/+2
2008-10-19Merge branch 'ae/preservemerge'Junio C Hamano1-3/+19
2008-10-06rebase --no-verifyNanako Shiraishi1-1/+6