diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2011-09-15 23:10:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-05 13:45:29 -0700 |
commit | 9224b73be03845a99f8171c57dc282f806b70f4c (patch) | |
tree | f34327c98e380f189af8a00e4046faccc09d0c27 /graph.c | |
parent | git check-ref-format: add options --allow-onelevel and --refspec-pattern (diff) | |
download | tgif-9224b73be03845a99f8171c57dc282f806b70f4c.tar.xz |
Change bad_ref_char() to return a boolean value
Previously most bad characters were indicated by returning 1, but "*"
was special-cased to return 2 instead of 1. One caller examined the
return value to see whether the special case occurred.
But it is easier (to document and understand) for bad_ref_char()
simply to return a boolean value, treating "*" like any other bad
character. Special-case the handling of "*" (which only occurs in
very specific circumstances) at the caller. The resulting calling
code thereby also becomes more transparent.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'graph.c')
0 files changed, 0 insertions, 0 deletions