commit | 4d2ec306e88b4de5aeb611b18b00139c90d4fa78 | [log] [tgz] |
---|---|---|
author | Sverre Rabbelier <srabbelier@gmail.com> | Sat Jul 16 15:03:39 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 19 11:17:48 2011 -0700 |
tree | 3c4949506b2a3ccd7b6f5cbdedeecb5da545c245 | |
parent | 9504bc9d5a1e672ce5945679f86294e61bbea3a6 [diff] |
transport-helper: Use capname for refspec capability too Previously the refspec capability could not be listed as required or their parsing would break. Most likely the reason the second hunk wasn't caught is because the series that added 'refspec' as capability, and the one that added required capabilities were done in parallel. Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>