summaryrefslogtreecommitdiff
path: root/connect.c
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2008-10-18 08:37:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-10-18 13:53:46 (GMT)
commit8009768e89dfe389327654cf9d6868f680ef1f40 (patch)
tree78dba56a26443c2da7a2f263a2470a24443c5bf5 /connect.c
parent46dc1b0e332612aa32c139007fa33f4b429de9d1 (diff)
downloadgit-8009768e89dfe389327654cf9d6868f680ef1f40.zip
git-8009768e89dfe389327654cf9d6868f680ef1f40.tar.gz
git-8009768e89dfe389327654cf9d6868f680ef1f40.tar.bz2
add alloc_ref_with_prefix()
In three cases in remote.c, a "raw" ref is allocated using alloc_ref() and then its is constructed using sprintf(). Clean it up by adding a helper function, alloc_ref_with_prefix(), which creates a composite name. Use it in alloc_ref_from_str(), too, as it simplifies the code. Open code alloc_ref() in alloc_ref_with_prefix(), as the former is going to be removed in the patch after the next. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
0 files changed, 0 insertions, 0 deletions