Skip to content

Commit e78457e

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? Introduce helper to create symlinks that knows about index_state
Ah, `git rerere` works well, when it works. But sometimes, one makes a mistake, and cannot figure out which recorded resolution to forget, and does not want to blow them all away. Oh well. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 518ec4f commit e78457e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,6 @@ static int create_default_files(const char *template_path,
23962396
repo_git_path_replace(the_repository, &path, "tXXXXXX");
23972397
if (!close(xmkstemp(path.buf)) &&
23982398
!unlink(path.buf) &&
2399-
!symlink("testing", path.buf) &&
24002399
!create_symlink(NULL, "testing", path.buf) &&
24012400
!lstat(path.buf, &st1) &&
24022401
S_ISLNK(st1.st_mode))

0 commit comments

Comments
 (0)