aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin1-38/+3
2017-07-27rebase -i: check for missing commits in the rebase--helperJohannes Schindelin1-159/+5
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin1-25/+2
2017-07-27rebase -i: do not invent onelines when expanding/collapsing SHA-1sJohannes Schindelin1-1/+6
2017-07-27rebase -i: remove useless indentationJohannes Schindelin1-7/+7
2017-07-27rebase -i: generate the script via rebase--helperJohannes Schindelin1-21/+23
2017-05-09doc: replace more gmane linksJunio C Hamano1-1/+1
2017-02-09rebase -i: use the rebase--helper builtinJohannes Schindelin1-0/+13
2017-01-18Merge branch 'jk/rebase-i-squash-count-fix'Junio C Hamano1-1/+1
2017-01-07rebase--interactive: count squash commits above 10 correctlyJeff King1-1/+1
2016-12-27Merge branch 'va/i18n-even-more'Junio C Hamano1-1/+2
2016-12-20i18n: fix misconversion in shell scriptsJunio C Hamano1-1/+2
2016-11-23Merge branch 'js/rebase-i-commentchar-fix'Junio C Hamano1-2/+11
2016-11-21rebase -i: handle core.commentChar=autoJohannes Schindelin1-2/+11
2016-09-29Merge branch 'rt/rebase-i-broken-insn-advise' into maintJunio C Hamano1-1/+1
2016-09-29Merge branch 'jk/rebase-i-drop-ident-check' into maintJunio C Hamano1-3/+0
2016-09-26Merge branch 'rt/rebase-i-broken-insn-advise'Junio C Hamano1-1/+1
2016-09-21Merge branch 'jk/rebase-i-drop-ident-check'Junio C Hamano1-3/+0
2016-09-08git-rebase--interactive: fix English grammarAlex Henrie1-1/+1
2016-09-07rebase -i: improve advice on bad instruction linesRalf Thielow1-1/+1
2016-08-24i18n: fix git rebase interactive commit messagesJean-Noel Avila1-42/+3
2016-08-08Merge branch 'js/rebase-i-progress-tidy'Junio C Hamano1-1/+1
2016-07-29rebase-interactive: drop early check for valid identJeff King1-3/+0
2016-07-28rebase-interactive: trim leading whitespace from progress countJohannes Sixt1-1/+1
2016-07-13Merge branch 'ps/rebase-i-auto-unstash-upon-abort'Junio C Hamano1-0/+1
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-118/+172
2016-06-29rebase -i: restore autostash on abortPatrick Steinhardt1-0/+1
2016-06-27Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'Junio C Hamano1-2/+2
2016-06-17i18n: rebase-interactive: mark strings for translationVasco Almeida1-90/+101
2016-06-17i18n: rebase-interactive: mark comments of squash for translationVasco Almeida1-13/+56
2016-06-17i18n: rebase-interactive: mark here-doc strings for translationVasco Almeida1-15/+15
2016-06-17rebase: update comment about FreeBSD /bin/shEd Maste1-2/+2
2016-06-03Merge branch 'js/rebase-i-dedup-call-to-rerere'Junio C Hamano1-1/+0
2016-05-31rebase -i: remove an unnecessary 'rerere' invocationJohannes Sixt1-1/+0
2016-05-23Merge branch 'jk/test-z-n-unquoted'Junio C Hamano1-2/+2
2016-05-17Merge branch 'jk/rebase-interative-eval-fix'Junio C Hamano1-0/+1
2016-05-14always quote shell arguments to test -z/-nJeff King1-2/+2
2016-05-10rebase--interactive: avoid empty list in shell for-loopJeff King1-0/+1
2016-04-13Merge branch 'rt/rebase-i-shorten-stop-report'Junio C Hamano1-1/+2
2016-03-28rebase-i: print an abbreviated hash when stop for editingRalf Thielow1-1/+2
2016-03-16Merge branch 'jc/sane-grep'Junio C Hamano1-1/+2
2016-03-10rebase-i: clarify "is this commit relevant?" testJunio C Hamano1-1/+2
2015-12-11rebase -i: remember merge options beyond continue actionsFabian Ruch1-11/+7
2015-11-13rebase-i-exec: Allow space in SHELL_PATHFredrik Medley1-1/+1
2015-11-03Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano1-0/+12
2015-10-28rebase-i: work around Windows CRLF line endingsJunio C Hamano1-0/+12
2015-10-16Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano1-35/+31
2015-10-05rebase-i: loosen over-eager check_bad_cmd checkMatthieu Moy1-33/+29
2015-10-02rebase-i: explicitly accept tab as separator in commandsMatthieu Moy1-2/+2
2015-08-03Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano1-4/+188