]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
check_filename(): make verify_filename() callable without dying
authorJunio C Hamano <gitster@pobox.com>
Sun, 18 Oct 2009 07:27:24 +0000 (00:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Oct 2009 07:38:03 +0000 (00:38 -0700)
commitc6e8c8005a2b1fc4cff72d279f29178767bd1a47
treeb38a45c9763a58a2df4533d17f4f3484a8f9ba2e
parentad12b81271d76f3e4a8b1f527e252ac8452732fd
check_filename(): make verify_filename() callable without dying

Make it possible to invole the logic of verify_filename() to make sure the
pathname arguments are unambiguous without actually dying.  The caller may
want to do something different.
cache.h
setup.c