contrib: contacts: add ability to parse from committish
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 21 Jul 2013 10:52:39 +0000 (06:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Jul 2013 22:13:16 +0000 (15:13 -0700)
For example:

% git contacts R1..R2

Committishes and patch files can be mentioned in the same invocation:

% git contacts R1..R2 extra/*.patch

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found