Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/hash-object-fsck-tag'
[gitweb.git]
/
reflog-walk.c
diff --git
a/reflog-walk.c
b/reflog-walk.c
index 9ce8b53ccc85abcf27d7aff8f86a350ef2cd36b2..0e5174b6059174d2bcdb15ab584b747205e782dd 100644
(file)
--- a/
reflog-walk.c
+++ b/
reflog-walk.c
@@
-133,7
+133,7
@@
struct reflog_walk_info {
struct commit_reflog *last_commit_reflog;
};
-void init_reflog_walk(struct reflog_walk_info
**
info)
+void init_reflog_walk(struct reflog_walk_info
**
info)
{
*info = xcalloc(1, sizeof(struct reflog_walk_info));
}