diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-05 23:41:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-05 23:41:42 -0800 |
commit | 3a3100a889cab5d3a1a590258304dacd188a17f6 (patch) | |
tree | 7a8344350e0c69b20a41e07d3679a9d4813db83a /cache.h | |
parent | 245d6d006408898613cdad35700d456e5d265722 (diff) | |
parent | 8c473cecfd8835c2bdf34b323e1b2de620099c04 (diff) | |
download | git-3a3100a889cab5d3a1a590258304dacd188a17f6.tar.gz git-3a3100a889cab5d3a1a590258304dacd188a17f6.tar.xz |
Merge branch 'jk/mailmap-from-blob'
Allow us to read, and default to read, mailmap files from the tip
of the history in bare repositories. This will help running tools
like shortlog in server settings.
* jk/mailmap-from-blob:
mailmap: default mailmap.blob in bare repositories
mailmap: fix some documentation loose-ends for mailmap.blob
mailmap: clean up read_mailmap error handling
mailmap: support reading mailmap from blobs
mailmap: refactor mailmap parsing for non-file sources
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1164,6 +1164,7 @@ extern int author_ident_sufficiently_given(void); extern const char *git_commit_encoding; extern const char *git_log_output_encoding; extern const char *git_mailmap_file; +extern const char *git_mailmap_blob; /* IO helper functions */ extern void maybe_flush_or_die(FILE *, const char *); |