1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-23 05:36:09 +02:00
git/git_remote_helpers
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument
Change check_ref_format() to take a flags argument that indicates what
is acceptable in the reference name (analogous to "git
check-ref-format"'s "--allow-onelevel" and "--refspec-pattern").  This
is more convenient for callers and also fixes a failure in the test
suite (and likely elsewhere in the code) by enabling "onelevel" and
"refspec-pattern" to be allowed independently of each other.

Also rename check_ref_format() to check_refname_format() to make it
obvious that it deals with refnames rather than references themselves.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-10-05 13:45:29 -07:00
..
git Change check_ref_format() to take a flags argument 2011-10-05 13:45:29 -07:00
.gitignore
Makefile Correct references to /usr/bin/python which does not exist on FreeBSD 2010-03-24 14:33:54 -07:00
__init__.py
setup.cfg remote-helpers: build in platform independent directory 2010-09-27 10:42:50 -07:00
setup.py
util.py transport-helper: update ref status after push with export 2011-07-19 11:17:48 -07:00