diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-11-17 18:24:10 -0800 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-11-17 18:30:34 -0800 |
commit | 1a764476d27ac1861d1433b02bc7fbff733d8942 (patch) | |
tree | a041150eba1d4396310df761a50a4baaece59346 /include/git2/reflog.h | |
parent | 270160b91a0e55486f2cb6a6238c39fcd1271809 (diff) | |
download | libgit2-1a764476d27ac1861d1433b02bc7fbff733d8942.tar.gz |
reflog: Fix documentation
Diffstat (limited to 'include/git2/reflog.h')
-rw-r--r-- | include/git2/reflog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/reflog.h b/include/git2/reflog.h index d48a89725..20e0f3319 100644 --- a/include/git2/reflog.h +++ b/include/git2/reflog.h @@ -107,7 +107,8 @@ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog * * @param rewrite_previous_entry 1 to rewrite the history; 0 otherwise. * - * @return 0 on success or an error code. + * @return 0 on success, GIT_ENOTFOUND if the entry doesn't exist + * or an error code. */ GIT_EXTERN(int) git_reflog_drop( git_reflog *reflog, |