git-shortlog: make common repository prefix configurable with .mailmap
authorJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 08:07:54 +0000 (00:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 08:07:54 +0000 (00:07 -0800)
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>
No differences found