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
2009-07-22
Fix rebase -p --onto
Greg Price
1
-1
/
+1
2009-06-11
Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint
Junio C Hamano
1
-1
/
+1
2009-06-11
rebase--interactive: remote stray closing parenthesis
Uwe Kleine-König
1
-1
/
+1
2009-03-03
rebase -i: avoid 'git reset' when possible
Johannes Schindelin
1
-0
/
+26
2009-01-31
Merge branch 'js/maint-rebase-i-submodule'
Junio C Hamano
1
-5
/
+4
2009-01-28
Fix submodule squashing into unrelated commit
Johannes Schindelin
1
-5
/
+4
2009-01-26
rebase -i: correctly remember --root flag across --continue
Junio C Hamano
1
-2
/
+8
2009-01-25
rebase -i --root: fix check for number of arguments
Johannes Schindelin
1
-1
/
+2
2009-01-17
Merge branch 'tr/rebase-root'
Junio C Hamano
1
-31
/
+79
2009-01-13
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-1
/
+1
2009-01-13
Avoid spurious error messages on error mistakes.
Pierre Habouzit
1
-1
/
+1
2009-01-11
rebase -i: learn to rebase root commit
Thomas Rast
1
-31
/
+78
2009-01-03
rebase -i: execute hook only after argument checking
Thomas Rast
1
-2
/
+3
2008-12-24
rebase -i -p: leave a --cc patch when a merge could not be redone
Johannes Schindelin
1
-3
/
+12
2008-12-21
rebase -i -p: Fix --continue after a merge could not be redone
Johannes Sixt
1
-2
/
+1
2008-11-02
Merge branch 'sh/rebase-i-p'
Junio C Hamano
1
-49
/
+83
2008-10-22
git-rebase--interactive.sh: comparision with == is bashism
Junio C Hamano
1
-1
/
+1
2008-10-20
rebase-i-p: minimum fix to obvious issues
Junio C Hamano
1
-3
/
+4
2008-10-19
Merge branch 'sh/maint-rebase3'
Junio C Hamano
1
-2
/
+35
2008-10-19
Merge branch 'ns/rebase-noverify'
Junio C Hamano
1
-1
/
+9
2008-10-16
rebase-i-p: if todo was reordered use HEAD as the rewritten parent
Stephen Haberman
1
-0
/
+9
2008-10-16
rebase-i-p: do not include non-first-parent commits touching UPSTREAM
Stephen Haberman
1
-1
/
+2
2008-10-16
rebase-i-p: only list commits that require rewriting in todo
Stephen Haberman
1
-25
/
+52
2008-10-16
rebase-i-p: fix 'no squashing merges' tripping up non-merges
Stephen Haberman
1
-5
/
+9
2008-10-16
rebase-i-p: delay saving current-commit to REWRITTEN if squashing
Stephen Haberman
1
-5
/
+10
2008-10-16
rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEAD
Stephen Haberman
1
-14
/
+1
2008-10-16
rebase--interactive: fix parent rewriting for dropped commits
Stephen Haberman
1
-2
/
+35
2008-10-10
rebase -i: do not fail when there is no commit to cherry-pick
Johannes Schindelin
1
-1
/
+2
2008-10-09
Merge branch 'sg/maint-intrebase-msghook' into maint
Shawn O. Pearce
1
-6
/
+11
2008-10-06
rebase --no-verify
Nanako Shiraishi
1
-1
/
+9
2008-10-06
Teach rebase -i to honor pre-rebase hook
Nanako Shiraishi
1
-0
/
+11
2008-10-03
rebase -i: remove leftover debugging
SZEDER Gábor
1
-1
/
+1
2008-10-02
rebase -i: proper prepare-commit-msg hook argument when squashing
SZEDER Gábor
1
-6
/
+11
2008-09-09
git-rebase--interactive: auto amend only edited commit
Dmitry Potapov
1
-1
/
+5
2008-09-09
git-rebase-interactive: do not squash commits on abort
Dmitry Potapov
1
-2
/
+6
2008-08-13
rebase -i -p: fix parent rewriting
Thomas Rast
1
-4
/
+2
2008-08-13
rebase -i -p: handle index and workdir correctly
Thomas Rast
1
-2
/
+12
2008-07-23
rebase -i: When an 'edit' stops, mention the commit
Johannes Sixt
1
-1
/
+1
2008-07-16
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2008-07-16
rebase-i: keep old parents when preserving merges
Stephan Beyer
1
-0
/
+2
2008-07-15
Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"
Johannes Schindelin
1
-1
/
+1
2008-07-14
Merge branch 'jc/rebase-orig-head'
Junio C Hamano
1
-0
/
+1
2008-07-13
Make rebase--interactive use OPTIONS_SPEC
Stephan Beyer
1
-26
/
+51
2008-07-07
Teach "am" and "rebase" to mark the original position with ORIG_HEAD
Junio C Hamano
1
-0
/
+1
2008-06-08
git-rebase -i: mention the short command aliases in the todo list
Miklos Vajna
1
-3
/
+3
2008-06-02
rebase --interactive: Compute upstream SHA1 before switching branches
Johannes Sixt
1
-4
/
+3
2008-05-15
Ignore dirty submodule states during rebase and stash
Johannes Schindelin
1
-5
/
+6
2008-03-13
remove use of "tail -n 1" and "tail -1"
Jeff King
1
-1
/
+1
2008-03-13
grep portability fix: don't use "-e" or "-q"
Jeff King
1
-3
/
+3
2008-02-27
Prompt to continue when editing during rebase --interactive
Jonathan del Strother
1
-0
/
+4
[prev]
[next]