Documentation: merge-output is not too verbose now.
[gitweb.git] / reachable.c
index 4dfee1dbe8acb4bb6dbf2570585974d0cca6f757..a6a334822a91f7325399740b0aa05e95f6fb4a70 100644 (file)
@@ -104,7 +104,9 @@ static void walk_commit_list(struct rev_info *revs)
        }
 }
 
-static int add_one_reflog_ent(unsigned char *osha1, unsigned char *nsha1, char *datail, void *cb_data)
+static int add_one_reflog_ent(unsigned char *osha1, unsigned char *nsha1,
+               const char *email, unsigned long timestamp, int tz,
+               const char *message, void *cb_data)
 {
        struct object *object;
        struct rev_info *revs = (struct rev_info *)cb_data;