index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-rebase--interactive.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
Merge branch 'js/rebase-i-final'
Junio C Hamano
1
-333
/
+40
2017-08-02
rebase -i: honor --rerere-autoupdate
Phillip Wood
1
-3
/
+4
2017-07-27
rebase -i: rearrange fixup/squash lines using the rebase--helper
Johannes Schindelin
1
-89
/
+1
2017-07-27
rebase -i: skip unnecessary picks using the rebase--helper
Johannes Schindelin
1
-38
/
+3
2017-07-27
rebase -i: check for missing commits in the rebase--helper
Johannes Schindelin
1
-159
/
+5
2017-07-27
rebase -i: also expand/collapse the SHA-1s via the rebase--helper
Johannes Schindelin
1
-25
/
+2
2017-07-27
rebase -i: do not invent onelines when expanding/collapsing SHA-1s
Johannes Schindelin
1
-1
/
+6
2017-07-27
rebase -i: remove useless indentation
Johannes Schindelin
1
-7
/
+7
2017-07-27
rebase -i: generate the script via rebase--helper
Johannes Schindelin
1
-21
/
+23
2017-05-09
doc: replace more gmane links
Junio C Hamano
1
-1
/
+1
2017-02-09
rebase -i: use the rebase--helper builtin
Johannes Schindelin
1
-0
/
+13
2017-01-18
Merge branch 'jk/rebase-i-squash-count-fix'
Junio C Hamano
1
-1
/
+1
2017-01-07
rebase--interactive: count squash commits above 10 correctly
Jeff King
1
-1
/
+1
2016-12-27
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-1
/
+2
2016-12-20
i18n: fix misconversion in shell scripts
Junio C Hamano
1
-1
/
+2
2016-11-23
Merge branch 'js/rebase-i-commentchar-fix'
Junio C Hamano
1
-2
/
+11
2016-11-21
rebase -i: handle core.commentChar=auto
Johannes Schindelin
1
-2
/
+11
2016-09-29
Merge branch 'rt/rebase-i-broken-insn-advise' into maint
Junio C Hamano
1
-1
/
+1
2016-09-29
Merge branch 'jk/rebase-i-drop-ident-check' into maint
Junio C Hamano
1
-3
/
+0
2016-09-26
Merge branch 'rt/rebase-i-broken-insn-advise'
Junio C Hamano
1
-1
/
+1
2016-09-21
Merge branch 'jk/rebase-i-drop-ident-check'
Junio C Hamano
1
-3
/
+0
2016-09-08
git-rebase--interactive: fix English grammar
Alex Henrie
1
-1
/
+1
2016-09-07
rebase -i: improve advice on bad instruction lines
Ralf Thielow
1
-1
/
+1
2016-08-24
i18n: fix git rebase interactive commit messages
Jean-Noel Avila
1
-42
/
+3
2016-08-08
Merge branch 'js/rebase-i-progress-tidy'
Junio C Hamano
1
-1
/
+1
2016-07-29
rebase-interactive: drop early check for valid ident
Jeff King
1
-3
/
+0
2016-07-28
rebase-interactive: trim leading whitespace from progress count
Johannes Sixt
1
-1
/
+1
2016-07-13
Merge branch 'ps/rebase-i-auto-unstash-upon-abort'
Junio C Hamano
1
-0
/
+1
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-118
/
+172
2016-06-29
rebase -i: restore autostash on abort
Patrick Steinhardt
1
-0
/
+1
2016-06-27
Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'
Junio C Hamano
1
-2
/
+2
2016-06-17
i18n: rebase-interactive: mark strings for translation
Vasco Almeida
1
-90
/
+101
2016-06-17
i18n: rebase-interactive: mark comments of squash for translation
Vasco Almeida
1
-13
/
+56
2016-06-17
i18n: rebase-interactive: mark here-doc strings for translation
Vasco Almeida
1
-15
/
+15
2016-06-17
rebase: update comment about FreeBSD /bin/sh
Ed Maste
1
-2
/
+2
2016-06-03
Merge branch 'js/rebase-i-dedup-call-to-rerere'
Junio C Hamano
1
-1
/
+0
2016-05-31
rebase -i: remove an unnecessary 'rerere' invocation
Johannes Sixt
1
-1
/
+0
2016-05-23
Merge branch 'jk/test-z-n-unquoted'
Junio C Hamano
1
-2
/
+2
2016-05-17
Merge branch 'jk/rebase-interative-eval-fix'
Junio C Hamano
1
-0
/
+1
2016-05-14
always quote shell arguments to test -z/-n
Jeff King
1
-2
/
+2
2016-05-10
rebase--interactive: avoid empty list in shell for-loop
Jeff King
1
-0
/
+1
2016-04-13
Merge branch 'rt/rebase-i-shorten-stop-report'
Junio C Hamano
1
-1
/
+2
2016-03-28
rebase-i: print an abbreviated hash when stop for editing
Ralf Thielow
1
-1
/
+2
2016-03-16
Merge branch 'jc/sane-grep'
Junio C Hamano
1
-1
/
+2
2016-03-10
rebase-i: clarify "is this commit relevant?" test
Junio C Hamano
1
-1
/
+2
2015-12-11
rebase -i: remember merge options beyond continue actions
Fabian Ruch
1
-11
/
+7
2015-11-13
rebase-i-exec: Allow space in SHELL_PATH
Fredrik Medley
1
-1
/
+1
2015-11-03
Merge branch 'gr/rebase-i-drop-warn' into maint
Junio C Hamano
1
-0
/
+12
2015-10-28
rebase-i: work around Windows CRLF line endings
Junio C Hamano
1
-0
/
+12
2015-10-16
Merge branch 'gr/rebase-i-drop-warn' into maint
Junio C Hamano
1
-35
/
+31
[next]