projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c3161
)
rebase: Make the fast-fowarding message more user-friendly by using branch names...
author
Robert Shearman
<rob@codeweavers.com>
Thu, 27 Jul 2006 09:32:46 +0000
(10:32 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 31 Jul 2006 07:15:59 +0000
(
00:15
-0700)
Signed-off-by: Robert Shearman <rob@codeweavers.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh
patch
|
blob
|
history
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 240032f32d995a10ad08af689758b6fb954436b9..7d3a5d0e718eebe6fb5d1fa3362f2a7087d6e691 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-280,7
+280,7
@@
git-reset --hard "$onto"
# we just fast forwarded.
if test "$mb" = "$branch"
then
- echo >&2 "Fast-forwarded $branch
to $newbas
e."
+ echo >&2 "Fast-forwarded $branch
_name to $onto_nam
e."
exit 0
fi