summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ab58e8)
raw | patch | inline | side by side (parent: 1ab58e8)
author | Wincent Colaiuta <win@wincent.com> | |
Mon, 26 Nov 2007 08:34:48 +0000 (09:34 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Nov 2007 20:32:04 +0000 (12:32 -0800) |
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.4.txt | patch | blob | history |
index ff4d3d82b0ddfa825a1ae002d5e52665255310cd..c9c537649f4f1c56b8689aa47d9cdb2a2402d4a8 100644 (file)
* In git-rebase, when you decide not to replay a particular change
after the command stopped with a conflict, you can say "git-rebase
--skip" without first running "git reset --hard", as the command now
- run it for you.
+ runs it for you.
* git-remote knows --mirror mode.