index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-rebase.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing path quoting in git-rebase
Jonathan del Strother
2007-10-18
1
-13
/
+13
*
Merge branch 'maint'
Junio C Hamano
2007-09-24
1
-3
/
+2
|
\
|
*
Supplant the "while case ... break ;; esac" idiom
David Kastrup
2007-09-24
1
-3
/
+2
*
|
git-rebase: fix -C option
J. Bruce Fields
2007-09-08
1
-1
/
+0
*
|
git-rebase: support --whitespace=<option>
J. Bruce Fields
2007-09-08
1
-1
/
+4
|
/
*
Avoid one-or-more (\+) non BRE in sed scripts.
Junio C Hamano
2007-09-01
1
-4
/
+1
*
rebase -m: Fix incorrect short-logs of already applied commits.
Johannes Sixt
2007-09-01
1
-5
/
+8
*
Enable "git rerere" by the config variable rerere.enabled
Johannes Schindelin
2007-07-07
1
-9
/
+3
*
Allow rebase to run if upstream is completely merged
Johannes Sixt
2007-07-05
1
-3
/
+5
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-19
/
+19
*
Teach rebase an interactive mode
Johannes Schindelin
2007-06-25
1
-1
/
+11
*
git-rebase: suggest to use git-add instead of git-update-index
Jonas Fonseca
2007-06-02
1
-2
/
+2
*
Add colour support in rebase and merge tree diff stats output.
James Bowes
2007-05-11
1
-1
/
+2
*
Use rev-list --reverse in git-rebase.sh
Alex Riesen
2007-04-14
1
-2
/
+1
*
Use diff* with --exit-code in git-am, git-rebase and git-merge-ours
Alex Riesen
2007-03-25
1
-6
/
+4
*
git-rebase: make 'rebase HEAD branch' work as expected.
Junio C Hamano
2007-03-22
1
-4
/
+4
*
add -C[NUM] to git-am
Michael S. Tsirkin
2007-02-09
1
-1
/
+6
*
Improved error message from git-rebase
David Kågedal
2007-01-31
1
-1
/
+2
*
git-rebase: allow rebasing a detached HEAD.
Junio C Hamano
2007-01-21
1
-2
/
+6
*
Allow whole-tree operations to be started from a subdirectory
Junio C Hamano
2007-01-13
1
-0
/
+3
*
Disallow working directory commands in a bare repository.
Shawn O. Pearce
2007-01-11
1
-0
/
+1
*
Use branch names in 'git-rebase -m' conflict hunks.
Shawn O. Pearce
2006-12-28
1
-1
/
+10
*
Use GIT_REFLOG_ACTION environment variable instead.
Shawn O. Pearce
2006-12-28
1
-6
/
+4
*
merge and reset: adjust for "reset --hard" messages
Junio C Hamano
2006-12-23
1
-0
/
+1
*
rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/am
Eric Wong
2006-12-09
1
-0
/
+8
*
remove merge-recursive-old
Junio C Hamano
2006-11-22
1
-9
/
+0
*
git-rebase: Add a -v option to show a diffstat of the changes upstream at the...
Robert Shearman
2006-10-05
1
-1
/
+11
*
git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
Robert Shearman
2006-10-05
1
-1
/
+1
*
Deprecate merge-recursive.py
Junio C Hamano
2006-09-25
1
-15
/
+4
*
Merge branch 'master' into js/c-merge-recursive
Junio C Hamano
2006-08-13
1
-9
/
+6
|
\
|
*
rebase: Make the fast-fowarding message more user-friendly by using branch na...
Robert Shearman
2006-07-31
1
-1
/
+1
|
*
rebase: Fix the detection of fast-forwarding of the current branch to upstream.
Robert Shearman
2006-07-31
1
-8
/
+5
*
|
Merge branch 'js/read-tree' into js/c-merge-recursive
Junio C Hamano
2006-07-31
1
-3
/
+6
|
\
|
|
*
Record rebase changes as 'rebase' in the reflog.
Shawn Pearce
2006-07-14
1
-3
/
+6
*
|
recur vs recursive: help testing without touching too many stuff.
Junio C Hamano
2006-07-14
1
-2
/
+13
*
|
Status update on merge-recursive in C
Johannes Schindelin
2006-07-14
1
-2
/
+2
|
/
*
Using 'perl' in *.sh
Michal Rokos
2006-07-08
1
-1
/
+1
*
rebase: check for errors from git-commit
Eric Wong
2006-06-28
1
-1
/
+6
*
rebase: get rid of outdated MRESOLVEMSG
Eric Wong
2006-06-28
1
-8
/
+3
*
Fix expr usage for FreeBSD
Dennis Stosberg
2006-06-27
1
-1
/
+1
*
rebase: allow --skip to work with --merge
Eric Wong
2006-06-25
1
-1
/
+12
*
rebase: cleanup rebasing with --merge
Eric Wong
2006-06-25
1
-28
/
+5
*
rebase: allow --merge option to handle patches merged upstream
Eric Wong
2006-06-25
1
-4
/
+11
*
rebase --merge: fix for rebasing more than 7 commits.
Junio C Hamano
2006-06-22
1
-13
/
+10
*
rebase: error out for NO_PYTHON if they use recursive merge
Eric Wong
2006-06-21
1
-0
/
+9
*
rebase: Allow merge strategies to be used when rebasing
Eric Wong
2006-06-21
1
-9
/
+183
*
git-rebase: use canonical A..B syntax to format-patch
Junio C Hamano
2006-05-21
1
-1
/
+1
*
Make git rebase interactive help match documentation.
Sean
2006-05-15
1
-5
/
+16
*
Add --continue and --abort options to git-rebase.
sean
2006-04-27
1
-24
/
+38
*
rebase: typofix.
Junio C Hamano
2006-04-26
1
-1
/
+1
[next]