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.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
Merge branch 'bc/rev-parse-parseopt-fix'
Junio C Hamano
1
-0
/
+3
2017-09-19
git-rebase: don't ignore unexpected command line arguments
Brandon Casey
1
-0
/
+3
2017-08-23
Merge branch 'kw/rebase-progress'
Junio C Hamano
1
-0
/
+6
2017-08-14
rebase: turn on progress option by default for format-patch
Kevin Willford
1
-0
/
+6
2017-07-17
rebase: make resolve message clearer for inexperienced users
William Duclot
1
-3
/
+4
2017-06-30
Merge branch 'pw/rebase-i-regression-fix-tests'
Junio C Hamano
1
-2
/
+2
2017-06-19
sequencer: print autostash messages to stderr
Johannes Schindelin
1
-2
/
+2
2017-04-26
Merge branch 'gb/rebase-signoff'
Junio C Hamano
1
-1
/
+2
2017-04-18
rebase: pass --[no-]signoff option to git am
Giuseppe Bilotta
1
-1
/
+2
2016-12-19
Merge branch 'nd/rebase-forget'
Junio C Hamano
1
-1
/
+5
2016-12-11
rebase: add --quit to cleanup rebase, leave everything else untouched
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2016-06-17
i18n: git-sh-setup.sh: mark strings for translation
Vasco Almeida
1
-1
/
+0
2016-06-17
i18n: rebase: mark placeholder for translation
Vasco Almeida
1
-1
/
+1
2016-06-17
i18n: rebase: fix marked string to use eval_gettext variant
Vasco Almeida
1
-1
/
+1
2016-05-13
Merge branch 'jc/commit-tree-ignore-commit-gpgsign'
Junio C Hamano
1
-1
/
+4
2016-05-03
commit-tree: do not pay attention to commit.gpgsign
Junio C Hamano
1
-1
/
+4
2016-03-18
rebase: decouple --exec from --interactive
Stefan Beller
1
-6
/
+1
2016-01-26
Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'
Junio C Hamano
1
-1
/
+1
2016-01-13
rebase: ignore failures from "gc --auto"
Jeff King
1
-1
/
+1
2015-10-05
Merge branch 'jk/rebase-no-autostash'
Junio C Hamano
1
-1
/
+4
2015-09-10
rebase: support --no-autostash
John Keeping
1
-1
/
+4
2015-05-26
Merge branch 'jk/rebase-quiet-noop' into maint
Junio C Hamano
1
-1
/
+1
2015-05-11
Merge branch 'jk/rebase-quiet-noop'
Junio C Hamano
1
-1
/
+1
2015-04-28
rebase: silence "git checkout" for noop rebase
Jeff King
1
-1
/
+1
2014-12-01
*.sh: avoid hardcoding $GIT_DIR/hooks/...
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-07-16
rebase: omit patch-identical commits with --fork-point
John Keeping
1
-3
/
+4
2014-06-25
Merge branch 'rr/rebase-autostash-fix' into maint
Junio C Hamano
1
-1
/
+10
2014-06-16
Merge branch 'rr/rebase-autostash-fix'
Junio C Hamano
1
-1
/
+10
2014-06-03
Merge branch 'ep/shell-command-substitution'
Junio C Hamano
1
-4
/
+4
2014-05-19
rebase -i: handle "Nothing to do" case with autostash
Ramkumar Ramachandra
1
-1
/
+10
2014-04-23
git-rebase.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-4
/
+4
2014-04-21
Merge branch 'km/avoid-non-function-return-in-rebase'
Junio C Hamano
1
-10
/
+1
2014-04-17
Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"
Kyle J. McKay
1
-10
/
+1
2014-03-28
Merge branch 'bg/rebase-off-of-previous-branch'
Junio C Hamano
1
-0
/
+4
2014-03-19
rebase: allow "-" short-hand for the previous branch
Brian Gesiak
1
-0
/
+4
2014-02-11
rebase: add the --gpg-sign option
Nicolas Vigier
1
-0
/
+11
2014-02-11
rebase: parse options in stuck-long mode
Nicolas Vigier
1
-28
/
+22
2014-02-03
rebase: don't try to match -M option
Nicolas Vigier
1
-1
/
+1
2014-02-03
rebase: remove useless arguments check
Nicolas Vigier
1
-2
/
+0
2014-02-03
git-sh-setup.sh: add variable to use the stuck-long mode
Nicolas Vigier
1
-0
/
+1
2014-01-09
rebase: fix fork-point with zero arguments
John Keeping
1
-1
/
+2
2013-12-10
rebase: use reflog to find common base with upstream
John Keeping
1
-0
/
+19
2013-09-20
Merge branch 'mm/rebase-continue-freebsd-WB'
Junio C Hamano
1
-1
/
+10
2013-09-09
rebase: fix run_specific_rebase's use of "return" on FreeBSD
Matthieu Moy
1
-1
/
+10
2013-07-31
Merge branch 'rr/rebase-autostash'
Junio C Hamano
1
-1
/
+1
2013-07-29
git-rebase: fix typo
Ralf Thielow
1
-1
/
+1
2013-07-18
Merge branch 'rr/rebase-reflog-message-reword'
Junio C Hamano
1
-2
/
+6
2013-06-27
Merge branch 'rr/rebase-stash-store'
Junio C Hamano
1
-5
/
+2
2013-06-24
Merge branch 'rr/rebase-sha1-by-string-query'
Junio C Hamano
1
-2
/
+2
2013-06-23
rebase: use a better reflog message
Ramkumar Ramachandra
1
-2
/
+6
[next]