summaryrefslogtreecommitdiff
path: root/git-rebase.sh
AgeCommit message (Expand)Author
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27rebase: give a better error message for bogus branchJeff King
2011-01-27rebase: use explicit "--" with checkoutJeff King
2010-12-14Merge branch 'mz/rebase-abort-reflog-fix' into maintJunio C Hamano
2010-12-14Merge branch 'mz/maint-rebase-stat-config' into maintJunio C Hamano
2010-12-13Merge branch 'mz/rebase-i-verify'Junio C Hamano
2010-12-13Merge branch 'mz/rebase-abort-reflog-fix'Junio C Hamano
2010-12-13Merge branch 'mz/maint-rebase-stat-config'Junio C Hamano
2010-11-30Merge branch 'rr/needs-clean-work-tree'Junio C Hamano
2010-11-29rebase: only show stat if configured to trueMartin von Zweigbergk
2010-11-24rebase --abort: do not update branch refMartin von Zweigbergk
2010-11-23rebase: support --verifyMartin von Zweigbergk
2010-11-10rebase -X: do not clobber strategyMartin von Zweigbergk
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano
2010-09-15Merge branch 'os/fix-rebase-diff-no-prefix'Junio C Hamano
2010-09-10Add --src/dst-prefix to git-formt-patch in git-rebase.shOded Shimon
2010-08-20Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano
2010-08-18Merge branch 'ml/rebase-x-strategy'Junio C Hamano
2010-08-18Merge branch 'jn/rebase-rename-am'Junio C Hamano
2010-08-09git-rebase: fix typo when parsing --force-rebaseWilly Tarreau
2010-08-03rebase: support -X to pass through strategy optionsMike Lundy
2010-07-28Fix git rebase --continue to work with touched filesDavid D. Kilzer
2010-07-23rebase: protect against diff.renames configurationJunio C Hamano
2010-06-01rebase: improve error message when upstream argument is missingJonathan Nieder
2010-04-03Merge branch 'mb/rebase-i-no-ff'Junio C Hamano
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-24Teach rebase the --no-ff option.Marc Branchaud
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-03-13rebase: invoke post-rewrite hookThomas Rast
2010-01-30rebase: don't invoke the pager for each commit summaryMarkus Heidelberg
2010-01-25rebase: replace antiquated sed invocationStephen Boyd
2010-01-19Merge branch 'jc/rerere'Junio C Hamano
2010-01-13Merge branch 'jc/checkout-merge-base'Junio C Hamano
2010-01-07rebase: fix --onto A...B parsing and add testsNanako Shiraishi
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-21"rebase --onto A...B" replays history on the merge base between A and BJunio C Hamano
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-09-12rebase: use plumbing to show dirty stateJeff King
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-06rebase: consistent error messages for staged and unstaged changes.Matthieu Moy
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-07-02Merge branch 'sb/quiet-porcelains'Junio C Hamano
2009-06-18am, rebase: teach quiet optionStephen Boyd
2009-06-15pull, rebase: simplify to use die()Stephen Boyd
2009-03-27rebase: fix typo (force_rebas -> force-rebas)Michele Ballabio
2009-03-19rebase: add options passed to git-amMichele Ballabio
2009-03-11Merge branch 'tv/rebase-stat'Junio C Hamano