]> git.proxmox.com Git - libgit2.git/commit - src/status.c
git_status_file now takes an exact path
authorUngureanu Marius <marius.ungureanu@xamarin.com>
Fri, 7 Nov 2014 18:32:50 +0000 (20:32 +0200)
committerUngureanu Marius <marius.ungureanu@xamarin.com>
Fri, 7 Nov 2014 19:34:54 +0000 (21:34 +0200)
commit68182085694d76b97eb747960195917df69500c8
tree0f535ab30c389eaa54f84168bcf6e85309466e61
parent4e1b3b3b7186b017223b8302a51289ff92ccba25
git_status_file now takes an exact path

This function has one output but can match multiple files, which can be
unexpected for the user, which would usually path the exact path of the
file he wants the status of.
CHANGELOG.md
include/git2/status.h
src/status.c
tests/status/worktree_init.c