diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-03-21 14:35:51 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-03-22 23:52:11 -0700 |
| commit | a2fab531bbb00ff64335906e22854365be2eb5c7 (patch) | |
| tree | 3ae5efaa819454c41ece9566e0b38df7fadebd94 /builtin/commit.c | |
| parent | Fix branch -m @{-1} newname (diff) | |
| download | git-a2fab531bbb00ff64335906e22854365be2eb5c7.tar.gz git-a2fab531bbb00ff64335906e22854365be2eb5c7.zip | |
strbuf_check_branch_ref(): a helper to check a refname for a branch
This allows a common calling sequence
strbuf_branchname(&ref, name);
strbuf_splice(&ref, 0, 0, "refs/heads/", 11);
if (check_ref_format(ref.buf))
die(...);
to be refactored into
if (strbuf_check_branch_ref(&ref, name))
die(...);
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
