]> git.proxmox.com Git - libgit2.git/commit - tests/core/posix.c
Introduce p_utimes and p_futimes
authorEdward Thomson <ethomson@microsoft.com>
Tue, 16 Jun 2015 19:18:04 +0000 (15:18 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Tue, 16 Jun 2015 19:32:02 +0000 (15:32 -0400)
commit121c3171e5b4918337910250487691efa8dbbd49
tree7b3e78726836b9ff0163d1291c7aabb7c2b136f2
parente44abe16bd20512c76331e6889f390e35993153a
Introduce p_utimes and p_futimes

Provide functionality to set the time on a filesystem entry,
using utimes or futimes on POSIX type systems or SetFileTime
on Win32.
src/unix/posix.h
src/win32/posix.h
src/win32/posix_w32.c
src/win32/w32_util.h
tests/checkout/checkout_helpers.c
tests/core/posix.c