git/contrib/contacts
Eric Sunshine 8fc9f0227e contacts: fix to work in subdirectories
Unlike other git commands which work correctly at the top-level or in a
subdirectory, git-contacts fails when invoked in a subdirectory. This is
because it invokes git-blame with pathnames relative to the top-level,
but git-blame interprets the pathnames as relative to the current
directory. Fix this.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-09-17 22:16:22 -07:00
..
git-contacts contacts: fix to work in subdirectories 2013-09-17 22:16:22 -07:00
git-contacts.txt contrib: contacts: add documentation 2013-07-21 15:15:20 -07:00