summaryrefslogtreecommitdiff
path: root/Documentation/diff-config.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-06-23 14:27:36 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-06-23 14:31:35 -0700
commit60a5f5fc791d6c133732238736ef0961df600296 (patch)
treeb0d9b77bd01519d3367ab654f2746d082a1d065c /Documentation/diff-config.txt
parentGit 1.9.4 (diff)
downloadtgif-60a5f5fc791d6c133732238736ef0961df600296.tar.xz
builtin/clone.c: detect a clone starting at a tag correctly
31b808a0 (clone --single: limit the fetch refspec to fetched branch, 2012-09-20) tried to see if the given "branch" to follow is actually a tag at the remote repository by checking with "refs/tags/" but it incorrectly used strstr(3); it is actively wrong to treat a "branch" "refs/heads/refs/tags/foo" and use the logic for the "refs/tags/" ref hierarchy. What the code really wanted to do is to see if it starts with "refs/tags/". Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-config.txt')
0 files changed, 0 insertions, 0 deletions