summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.0.txt
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2017-10-06 10:38:30 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-07 10:31:52 +0900
commitf2515d919e66d4711e50dcc774c47393ba1704ab (patch)
treeb9ed77210e08fef1f7da6fc8a4eaded547c1503e /Documentation/RelNotes/1.8.0.txt
parentGit 2.15-rc0 (diff)
downloadtgif-f2515d919e66d4711e50dcc774c47393ba1704ab.tar.xz
t3308: create a real ref directory/file conflict
A test in t3308 wants to make sure that we don't accidentally merge into "refs/notes/dir" when it exists as a directory, so it does: mkdir .git/refs/notes/dir git -c core.notesRef=refs/notes/dir merge ... and expects the second command to fail. But that understimates the refs code, which is smart enough to remove useless directories in the refs hierarchy. The test succeeded only because of a bug which prevented resolving refs/notes/dir for writing, even though an actual ref update would succeed. In preparation for fixing that bug, let's switch to creating a real ref in refs/notes/dir, which is a more realistic situation. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.0.txt')
0 files changed, 0 insertions, 0 deletions