]> git.proxmox.com Git - libgit2.git/commit - src/win32/posix_w32.c
Implement p_rename
authorCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 7 Nov 2011 18:34:24 +0000 (19:34 +0100)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 7 Nov 2011 19:34:27 +0000 (20:34 +0100)
commit0c49ec2d3b5bfc32d69d189b7dc69cc26beb6a92
tree86fe3204cfbe9b2a09fcd4d22b1ddf24f51e7269
parent38068dc1d3cf4a0f0dc2ce8c488a1de4621c04b5
Implement p_rename

Move the callers of git_futils_mv_atomic to use p_rename.

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
src/filebuf.c
src/fileops.c
src/posix.c
src/posix.h
src/win32/posix.h
src/win32/posix_w32.c
tests-clay/status/worktree.c
tests/t18-status.c