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

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>
contrib/contacts/git-contacts