summaryrefslogtreecommitdiff
path: root/git-rebase.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2011-01-271-1/+2
|\
| * rebase: give a better error message for bogus branchJeff King2011-01-261-0/+1
| * rebase: use explicit "--" with checkoutJeff King2011-01-261-1/+1
| * Merge branch 'mz/rebase-abort-reflog-fix' into maintJunio C Hamano2010-12-141-9/+10
| |\
| * \ Merge branch 'mz/maint-rebase-stat-config' into maintJunio C Hamano2010-12-141-1/+2
| |\ \
* | \ \ Merge branch 'mz/rebase-i-verify'Junio C Hamano2010-12-121-0/+3
|\ \ \ \
| * | | | rebase: support --verifyMartin von Zweigbergk2010-11-231-0/+3
| |/ / /
* | | | Merge branch 'mz/rebase-abort-reflog-fix'Junio C Hamano2010-12-121-9/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | rebase --abort: do not update branch refMartin von Zweigbergk2010-11-231-9/+10
| |/ /
* | | Merge branch 'mz/maint-rebase-stat-config'Junio C Hamano2010-12-121-1/+2
|\ \ \ | | |/ | |/|
| * | rebase: only show stat if configured to trueMartin von Zweigbergk2010-11-291-1/+2
* | | Merge branch 'rr/needs-clean-work-tree'Junio C Hamano2010-11-291-13/+1
|\ \ \ | |_|/ |/| |
| * | Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra2010-10-281-13/+1
* | | rebase -X: do not clobber strategyMartin von Zweigbergk2010-11-101-4/+0
|/ /
* | shell portability: no "export VAR=VAL"Junio C Hamano2010-10-131-1/+1
* | Merge branch 'os/fix-rebase-diff-no-prefix'Junio C Hamano2010-09-151-0/+1
|\ \
| * | Add --src/dst-prefix to git-formt-patch in git-rebase.shOded Shimon2010-09-091-0/+1
| * | Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano2010-08-201-1/+1
| |\ \
* | \ \ Merge branch 'ml/rebase-x-strategy'Junio C Hamano2010-08-181-1/+23
|\ \ \ \
| * | | | rebase: support -X to pass through strategy optionsMike Lundy2010-08-031-1/+23
* | | | | Merge branch 'jn/rebase-rename-am'Junio C Hamano2010-08-181-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | rebase: protect against diff.renames configurationJunio C Hamano2010-07-231-1/+1
| |/ /
* | | git-rebase: fix typo when parsing --force-rebaseWilly Tarreau2010-08-091-1/+1
* | | Fix git rebase --continue to work with touched filesDavid D. Kilzer2010-07-281-0/+1
|/ /
* | rebase: improve error message when upstream argument is missingJonathan Nieder2010-05-311-9/+8
* | Merge branch 'mb/rebase-i-no-ff'Junio C Hamano2010-04-031-2/+2
|\ \
| * | Teach rebase the --no-ff option.Marc Branchaud2010-03-241-2/+2
| |/
* | Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-0/+6
|\ \ | |/ |/|
| * rebase: support automatic notes copyingThomas Rast2010-03-121-0/+1
| * rebase: invoke post-rewrite hookThomas Rast2010-03-121-0/+5
* | rebase: don't invoke the pager for each commit summaryMarkus Heidelberg2010-01-301-1/+1
* | rebase: replace antiquated sed invocationStephen Boyd2010-01-251-4/+2
|/
* Merge branch 'jc/rerere'Junio C Hamano2010-01-181-1/+5
|\
| * Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-041-1/+5
* | Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-131-1/+23
|\ \ | |/ |/|
| * rebase: fix --onto A...B parsing and add testsNanako Shiraishi2010-01-071-14/+19
| * "rebase --onto A...B" replays history on the merge base between A and BJunio C Hamano2009-11-211-1/+18
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-1/+1
|\ \
| * | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-1/+1
| |/
* | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
|/
* rebase: use plumbing to show dirty stateJeff King2009-09-111-1/+1
* Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano2009-08-211-0/+3
|\
| * git apply: option to ignore whitespace differencesGiuseppe Bilotta2009-08-051-0/+3
* | rebase: consistent error messages for staged and unstaged changes.Matthieu Moy2009-08-061-2/+4
|/
* Merge branch 'sb/quiet-porcelains'Junio C Hamano2009-07-011-10/+38
|\
| * am, rebase: teach quiet optionStephen Boyd2009-06-181-10/+38
* | pull, rebase: simplify to use die()Stephen Boyd2009-06-141-6/+3
|/
* rebase: fix typo (force_rebas -> force-rebas)Michele Ballabio2009-03-271-1/+1
* rebase: add options passed to git-amMichele Ballabio2009-03-181-0/+4
* Merge branch 'tv/rebase-stat'Junio C Hamano2009-03-111-7/+18
|\