diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-25 14:46:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-25 14:46:12 -0700 |
commit | d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4 (patch) | |
tree | 5c5c94d5853acf90d9e379de637c7b21ba5dc92f /log-tree.h | |
parent | b91069ae9a6cb2d92fa6a5ed6d258bed530abcc7 (diff) | |
parent | 33e7018c459e6583b899690cabd21c808ffd3c85 (diff) | |
download | git-d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4.tar.gz git-d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4.tar.xz |
Merge branch 'lh/short-decorate'
* lh/short-decorate:
git-log: allow --decorate[=short|full]
Diffstat (limited to 'log-tree.h')
-rw-r--r-- | log-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-tree.h b/log-tree.h index 20b5caf1a..3f7b40027 100644 --- a/log-tree.h +++ b/log-tree.h @@ -17,7 +17,7 @@ void log_write_email_headers(struct rev_info *opt, struct commit *commit, const char **subject_p, const char **extra_headers_p, int *need_8bit_cte_p); -void load_ref_decorations(void); +void load_ref_decorations(int flags); #define FORMAT_PATCH_NAME_MAX 64 void get_patch_filename(struct commit *commit, int nr, const char *suffix, |