]> git.proxmox.com Git - libgit2.git/commit - src/status.c
status: get status for single file
authorJason Penny <jasonpenny4@gmail.com>
Thu, 23 Jun 2011 22:51:22 +0000 (18:51 -0400)
committerVicent Marti <tanoku@gmail.com>
Sat, 9 Jul 2011 11:49:50 +0000 (13:49 +0200)
commit20361b2f6988c994a09c53ad563f847c200948ea
tree348ef433d73a796205dba1337dcfce5d058d959c
parent3af6b34a76cd953f485b8733981493b65becf59e
status: get status for single file

Add git_status_file to be able to retrieve status of single file by
supplying a path.
include/git2/status.h
src/status.c
tests/t18-status.c