index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3404-rebase-interactive.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: move test_cmp_rev to test-lib-functions
Martin von Zweigbergk
2012-12-23
1
-6
/
+0
*
Merge branch 'aw/rebase-i-edit-todo'
Junio C Hamano
2012-09-30
1
-0
/
+18
|
\
|
*
rebase -i: Add tests for "--edit-todo"
Andrew Wong
2012-09-18
1
-0
/
+18
*
|
rebase -i: fix misleading error message after 'exec no-such' instruction
Johannes Sixt
2012-09-18
1
-0
/
+11
|
/
*
Merge branch 'jx/i18n-1.7.11'
Junio C Hamano
2012-07-31
1
-1
/
+1
|
\
|
*
i18n: Rewrite gettext messages start with dash
Jiang Xin
2012-07-27
1
-1
/
+1
*
|
Merge branch 'cw/rebase-i-root'
Junio C Hamano
2012-07-26
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
rebase -i: handle fixup of root commit correctly
Chris Webb
2012-07-24
1
-0
/
+8
*
|
Merge branch 'cw/rebase-i-root'
Junio C Hamano
2012-07-16
1
-0
/
+31
|
\
|
|
*
t3404: make test 57 work with dash and others
Michael J Gruber
2012-07-06
1
-1
/
+5
|
*
Add tests for rebase -i --root without --onto
Chris Webb
2012-06-27
1
-0
/
+27
*
|
rebase -i: teach "--exec <cmd>"
Lucien Kong
2012-06-14
1
-0
/
+117
|
/
*
Merge branch 'maint'
Junio C Hamano
2012-05-21
1
-0
/
+1
|
\
|
*
t3404: begin "exchange commits with -p" test with correct preconditions
Johannes Sixt
2012-05-20
1
-0
/
+1
*
|
diff --stat: use less columns for change counts
Zbigniew Jędrzejewski-Szmek
2012-04-30
1
-1
/
+1
|
/
*
rebase -i continue: don't skip commits that only change submodules
John Keeping
2012-04-10
1
-0
/
+30
*
rebase -i: clean error message for --continue after failed exec
Matthieu Moy
2011-08-26
1
-0
/
+14
*
rebase -i -p: include non-first-parent commits in todo list
Andrew Wong
2011-06-19
1
-1
/
+1
*
rebase: write a reflog entry when finishing
Jeff King
2011-05-28
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2010-12-28
1
-1
/
+2
|
\
|
*
Fix false positives in t3404 due to SHELL=/bin/false
Robin H. Johnson
2010-12-28
1
-1
/
+2
*
|
Merge branch 'jh/notes-merge'
Junio C Hamano
2010-12-08
1
-0
/
+1
|
\
\
|
*
|
notes.c: Use two newlines (instead of one) when concatenating notes
Johan Herland
2010-11-17
1
-0
/
+1
*
|
|
t3404: do not use 'describe' to implement test_cmp_rev
Junio C Hamano
2010-11-10
1
-2
/
+2
*
|
|
t3404 (rebase -i): introduce helper to check position of HEAD
Jonathan Nieder
2010-11-10
1
-15
/
+9
*
|
|
t3404 (rebase -i): move comment to description
Jonathan Nieder
2010-11-10
1
-18
/
+17
*
|
|
t3404 (rebase -i): unroll test_commit loops
Jonathan Nieder
2010-11-10
1
-12
/
+11
*
|
|
tests: add missing &&, batch 2
Jonathan Nieder
2010-11-09
1
-3
/
+3
|
|
/
|
/
|
*
|
t3404 & t7508: cd inside subshell instead of around
Jens Lehmann
2010-09-06
1
-3
/
+3
*
|
Merge branch 'mm/rebase-i-exec'
Junio C Hamano
2010-08-22
1
-2
/
+63
|
\
\
|
*
|
test-lib: user-friendly alternatives to test [-d|-f|-e]
Matthieu Moy
2010-08-11
1
-9
/
+9
|
*
|
rebase -i: add exec command to launch a shell command
Matthieu Moy
2010-08-11
1
-0
/
+61
*
|
|
Merge branch 'dg/local-mod-error-messages'
Junio C Hamano
2010-08-22
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
unpack_trees: group error messages by type
Matthieu Moy
2010-08-11
1
-1
/
+2
|
|
/
*
/
git-rebase--interactive.sh: use printf instead of echo to print commit message
Brandon Casey
2010-07-26
1
-1
/
+7
|
/
*
rebase-i: do not get fooled by a log message ending with backslash
Junio C Hamano
2010-07-06
1
-0
/
+18
*
Merge branch 'ic/maint-rebase-i-abort'
Junio C Hamano
2010-06-21
1
-0
/
+10
|
\
|
*
rebase -i: Abort cleanly if new base cannot be checked out
Ian Ward Comfort
2010-06-11
1
-0
/
+10
*
|
rebase -i -p: document shortcomings
Jonathan Nieder
2010-06-11
1
-0
/
+6
|
/
*
Merge branch 'mb/rebase-i-no-ff'
Junio C Hamano
2010-04-03
1
-4
/
+32
|
\
|
*
Teach rebase the --no-ff option.
Marc Branchaud
2010-03-24
1
-4
/
+32
*
|
Merge branch 'do/rebase-i-arbitrary'
Junio C Hamano
2010-04-03
1
-0
/
+9
|
\
\
|
*
|
rebase--interactive: don't require what's rebased to be a branch
Dave Olszewski
2010-03-15
1
-0
/
+9
|
|
/
*
/
rebase: support automatic notes copying
Thomas Rast
2010-03-13
1
-0
/
+24
|
/
*
rebase -i: Retain user-edited commit messages after squash/fixup conflicts
Michael Haggerty
2010-01-14
1
-0
/
+36
*
t3404: Set up more of the test repo in the "setup" step
Michael Haggerty
2010-01-14
1
-25
/
+26
*
rebase -i: For fixup commands without squashes, do not start editor
Michael Haggerty
2010-01-14
1
-4
/
+3
*
rebase -i: Improve consistency of commit count in generated commit messages
Michael Haggerty
2010-01-14
1
-2
/
+2
*
t3404: Test the commit count in commit messages generated by "rebase -i"
Michael Haggerty
2010-01-14
1
-2
/
+7
*
rebase-i: Ignore comments and blank lines in peek_next_command
Michael Haggerty
2010-01-12
1
-0
/
+24
[next]