From 4e244cbc5cc4c8a43982d4023bc0d9fb0b0c7d43 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 8 Feb 2007 21:58:33 +0100 Subject: log --reflog: honour --relative-date If you say "git log -g --relative-date", it is very likely that you want to see the reflog names in terms of a relative date. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- reflog-walk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reflog-walk.h') diff --git a/reflog-walk.h b/reflog-walk.h index e63d86778b..a4f7015d3e 100644 --- a/reflog-walk.h +++ b/reflog-walk.h @@ -6,6 +6,6 @@ extern void add_reflog_for_walk(struct reflog_walk_info *info, struct commit *commit, const char *name); extern void fake_reflog_parent(struct reflog_walk_info *info, struct commit *commit); -extern void show_reflog_message(struct reflog_walk_info *info, int); +extern void show_reflog_message(struct reflog_walk_info *info, int, int); #endif -- cgit v1.2.3