summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/rebase-i-progress-tidy'Junio C Hamano2016-08-081-1/+1
|\
| * rebase-interactive: trim leading whitespace from progress countjs/rebase-i-progress-tidyJohannes Sixt2016-07-281-1/+1
* | Merge branch 'ps/rebase-i-auto-unstash-upon-abort'Junio C Hamano2016-07-131-0/+1
|\ \
| * | rebase -i: restore autostash on abortps/rebase-i-auto-unstash-upon-abortPatrick Steinhardt2016-06-291-0/+1
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-118/+172
|\ \ \
| * | | i18n: rebase-interactive: mark comments of squash for translationVasco Almeida2016-06-171-13/+56
| * | | i18n: rebase-interactive: mark here-doc strings for translationVasco Almeida2016-06-171-15/+15
| | |/ | |/|
| * | i18n: rebase-interactive: mark strings for translationVasco Almeida2016-06-171-90/+101
* | | Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'Junio C Hamano2016-06-271-2/+2
|\ \ \
| * | | rebase: update comment about FreeBSD /bin/shem/newer-freebsd-shells-are-fine-with-returnsEd Maste2016-06-171-2/+2
* | | | Merge branch 'js/rebase-i-dedup-call-to-rerere'Junio C Hamano2016-06-031-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | rebase -i: remove an unnecessary 'rerere' invocationjs/rebase-i-dedup-call-to-rerereJohannes Sixt2016-05-311-1/+0
| |/ /
| * | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' into maintJunio C Hamano2015-08-031-1/+5
| |\ \
| * \ \ Merge branch 'mm/rebase-i-post-rewrite-exec' into maintJunio C Hamano2015-06-251-5/+5
| |\ \ \
* | \ \ \ Merge branch 'jk/test-z-n-unquoted'Junio C Hamano2016-05-231-2/+2
|\ \ \ \ \
| * | | | | always quote shell arguments to test -z/-njk/test-z-n-unquotedJeff King2016-05-141-2/+2
* | | | | | Merge branch 'jk/rebase-interative-eval-fix'Junio C Hamano2016-05-171-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rebase--interactive: avoid empty list in shell for-loopjk/rebase-interative-eval-fixjk/rebase-interactive-eval-fixJeff King2016-05-101-0/+1
* | | | | | Merge branch 'rt/rebase-i-shorten-stop-report'Junio C Hamano2016-04-131-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rebase-i: print an abbreviated hash when stop for editingrt/rebase-i-shorten-stop-reportRalf Thielow2016-03-281-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/sane-grep'Junio C Hamano2016-03-161-1/+2
|\ \ \ \ \
| * | | | | rebase-i: clarify "is this commit relevant?" testjc/sane-grepJunio C Hamano2016-03-101-1/+2
| |/ / / /
* | | | | rebase -i: remember merge options beyond continue actionsfr/rebase-i-continue-preserve-optionsFabian Ruch2015-12-111-11/+7
|/ / / /
* | | | rebase-i-exec: Allow space in SHELL_PATHfm/shell-path-whitespaceFredrik Medley2015-11-131-1/+1
* | | | Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano2015-11-031-0/+12
|\ \ \ \
| * | | | rebase-i: work around Windows CRLF line endingsgr/rebase-i-drop-warnJunio C Hamano2015-10-281-0/+12
* | | | | Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano2015-10-161-35/+31
|\ \ \ \ \ | |/ / / /
| * | | | rebase-i: loosen over-eager check_bad_cmd checkMatthieu Moy2015-10-051-33/+29
| * | | | rebase-i: explicitly accept tab as separator in commandsMatthieu Moy2015-10-021-2/+2
* | | | | Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano2015-08-031-4/+188
|\ \ \ \ \ | |/ / / /
| * | | | git rebase -i: add static check for commands and SHA-1Galan Rémi2015-06-301-0/+72
| * | | | git rebase -i: warn about removed commitsGalan Rémi2015-06-301-3/+114
| * | | | git-rebase -i: add command "drop" to remove a commitGalan Rémi2015-06-301-1/+2
* | | | | Merge branch 'mr/rebase-i-customize-insn-sheet'Junio C Hamano2015-08-031-3/+17
|\ \ \ \ \
| * | | | | git-rebase--interactive.sh: add config option for custom instruction formatmr/rebase-i-customize-insn-sheetMichael Rappazzo2015-06-151-3/+17
* | | | | | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip'Junio C Hamano2015-07-131-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | rebase -i: do not leave a CHERRY_PICK_HEAD file behindjs/rebase-i-clean-up-upon-continue-to-skipJohannes Schindelin2015-06-291-1/+5
* | | | | Merge branch 'mm/rebase-i-post-rewrite-exec'Junio C Hamano2015-06-011-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | rebase -i: fix post-rewrite hook with failed exec commandMatthieu Moy2015-05-221-5/+5
| * | | Merge branch 'rr/rebase-autostash-fix' into maintJunio C Hamano2014-06-251-2/+2
| |\ \ \
* | \ \ \ Merge branch 'ph/rebase-i-redo'Junio C Hamano2015-05-191-0/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | rebase -i: redo tasks that die during cherry-pickph/rebase-i-redoPhil Hord2015-04-291-0/+16
| * | | | Merge branch 'es/rebase-i-count-todo' into maintJunio C Hamano2015-03-231-1/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'ks/rebase-i-abbrev' into maintJunio C Hamano2015-03-051-9/+8
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-3/+3
|\ \ \ \ \ \ \
| * | | | | | | *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-011-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'es/rebase-i-count-todo'Junio C Hamano2015-03-171-1/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | rebase-interactive: re-word "item count" commentes/rebase-i-count-todoEric Sunshine2015-03-061-1/+1
| * | | | | | rebase-interactive: suppress whitespace preceding item countEric Sunshine2015-03-061-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ks/rebase-i-abbrev'Junio C Hamano2015-02-171-9/+8
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |