]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: cleanup comments regarding check_refname_component()
authorJacob Keller <jacob.keller@gmail.com>
Wed, 22 Jul 2015 21:05:32 +0000 (14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2015 16:21:15 +0000 (09:21 -0700)
commit53a8555ee4db43534990126a14f0840f92aff898
tree3b963e64c94375b02b4a029d30a60805d0cb37fe
parentbb3e7b1a5505bae590b0d85a3995a61d6dd82547
refs: cleanup comments regarding check_refname_component()

Correctly specify all characters which are rejected under the '4: a
bad character' disposition, which did not list all characters that
are treated as such.

Cleanup comment style for rejected refs by inserting a ", or" at the
end of each statement.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c