]> git.proxmox.com Git - libgit2.git/commit
status: nonexistent file with git_status_file()
authorJason Penny <jasonpenny4@gmail.com>
Sat, 9 Jul 2011 04:08:52 +0000 (00:08 -0400)
committerVicent Marti <tanoku@gmail.com>
Sat, 9 Jul 2011 11:49:50 +0000 (13:49 +0200)
commit3b2a423c3fb9e434c427b819d3281ae9e277091d
tree4c2a88c1f85a5c804cd2bce80ccd6f636aecaca8
parent2b90cc26de1c6b71059a7fc43be32a3be7fb35b9
status: nonexistent file with git_status_file()

Throws GIT_ENOTFOUND error if given a filename that is not in
HEAD, index, nor the work tree.
src/status.c
tests/t18-status.c