Add tests for git check-ref-format
commit58a05c74e7a9341af80eb98731d6b0dafe1b5c29
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 12 Oct 2009 05:27:04 +0000 (12 00:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Oct 2009 23:24:25 +0000 (12 16:24 -0700)
tree38f3e06c99768e7ea4bc7867fdd919b2b79ec044
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
Add tests for git check-ref-format

The "git check-ref-format" command is a basic command various
porcelains rely on.  Test its functionality to make sure it does
not unintentionally change.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1402-check-ref-format.sh [new file with mode: 0644]