Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
scan reflogs independently from refs
[gitweb.git]
/
reflog-walk.c
diff --git
a/reflog-walk.c
b/reflog-walk.c
index 8e2cd2fcf603cdcf667b8d5d9c61a6ce902dd189..82621601d63fff25c46d96b0ade5058fe4e16a28 100644
(file)
--- a/
reflog-walk.c
+++ b/
reflog-walk.c
@@
-233,7
+233,7
@@
void show_reflog_message(struct reflog_walk_info* info, int oneline)
else
printf("%d", commit_reflog->reflogs->nr
- 2 - commit_reflog->recno);
- printf("}:
"
);
+ printf("}:
%s", info->message
);
}
else {
printf("Reflog: %s@{", commit_reflog->reflogs->ref);