diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-07-04 12:20:43 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-07-07 12:15:29 +0200 |
commit | 33c3370700083b9138b167778814d5af06ccf0b4 (patch) | |
tree | 31523a72aac618eeca6a9d963944742aef095eea /include/git2/reflog.h | |
parent | 75261421ec00b6dc0a72931ed7640743a4998c7d (diff) | |
download | libgit2-33c3370700083b9138b167778814d5af06ccf0b4.tar.gz |
refs: deploy git_reference_has_log()
Diffstat (limited to 'include/git2/reflog.h')
-rw-r--r-- | include/git2/reflog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/reflog.h b/include/git2/reflog.h index f490e29de..8acba349b 100644 --- a/include/git2/reflog.h +++ b/include/git2/reflog.h @@ -53,6 +53,8 @@ GIT_EXTERN(int) git_reflog_write(git_reference *ref, const git_oid *oid_old, con /** * Rename the reflog for the given reference * + * The reflog to be renamed is expected to already exist + * * @param ref the reference * @param new_name the new name of the reference * @return 0 or an error code |