projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fcf1ad
)
git-fetch: print the new and old ref when fast-forwarding
author
Lukas Sandström
<lukass@etek.chalmers.se>
Sat, 25 Feb 2006 11:20:13 +0000
(12:20 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 25 Feb 2006 20:03:18 +0000
(12:03 -0800)
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh
patch
|
blob
|
history
diff --git
a/git-fetch.sh
b/git-fetch.sh
index
de4f011
..
0346d4a
100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-164,6
+164,7
@@
fast_forward_local () {
;;
*,$local)
echo >&2 "* $1: fast forward to $3"
+ echo >&2 " from $local to $2"
git-update-ref "$1" "$2" "$local"
;;
*)