aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-25 00:07:54 -0800
committerJunio C Hamano <junkio@cox.net>2006-11-25 00:07:54 -0800
commit7595e2ee6ef9b35ebc8dc45543723e1d89765ce3 (patch)
tree2e4c146d59d73a22d0eef9453c9ddcdb0eeece87 /contrib
parentc95044d4f3c98b52f16e32cfe09f3ff988a80d2a (diff)
downloadgit-7595e2ee6ef9b35ebc8dc45543723e1d89765ce3.tar.gz
git-7595e2ee6ef9b35ebc8dc45543723e1d89765ce3.tar.xz
git-shortlog: make common repository prefix configurable with .mailmap
The code had "/pub/scm/linux/kernel/git/" hardcoded which was too specific to the kernel project. With this, a line in the .mailmap file: # repo-abbrev: /pub/scm/linux/kernel/git/ can be used to cause the substring to be abbreviated to /.../ on the title line of the commit message. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mailmap.linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/mailmap.linux b/contrib/mailmap.linux
index 83927c94e..e4907f80f 100644
--- a/contrib/mailmap.linux
+++ b/contrib/mailmap.linux
@@ -3,6 +3,8 @@
# So have an email->real name table to translate the
# (hopefully few) missing names
#
+# repo-abbrev: /pub/scm/linux/kernel/git/
+#
Adrian Bunk <bunk@stusta.de>
Andreas Herrmann <aherrman@de.ibm.com>
Andrew Morton <akpm@osdl.org>