summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-01-08 13:45:06 -0800
committerRussell Belfer <rb@github.com>2013-01-15 09:49:32 -0800
commit5c8bb98ce9c4e5bb6527c8ffc274c8b3e0755fa7 (patch)
tree2d5daba28b0743a2e112de7e8181b590fa252ee9 /src/commit.c
parent4b181037553601a0747ad39ccdd85ebd3b184055 (diff)
downloadlibgit2-5c8bb98ce9c4e5bb6527c8ffc274c8b3e0755fa7.tar.gz
Fix err msg for ambiguous path in git_status_file
Returning GIT_EAMBIGUOUS from inside the status callback gets overridden with GIT_EUSER. `git_status_file` accounted for this via the callback payload, but was allowing the error message to be cleared. Move the `giterr_set` call outside the callback to where the EUSER case was being dealt with.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions