diff options
author | Vicent Martà <vicent@github.com> | 2012-02-15 11:38:40 -0800 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-02-15 11:38:40 -0800 |
commit | 6117895fef92ddd08c437ce5a7cdc4bf56754cc3 (patch) | |
tree | a38b27a3bab5c44daaab2c6b07438dc3e5cf67d9 /include/git2/commit.h | |
parent | 0c3bae6268c404fc3717cc90ba1bc5db91c8cbe6 (diff) | |
parent | bf477ed4a86d4183f7e38e4667a1f623270bf5d2 (diff) | |
download | libgit2-6117895fef92ddd08c437ce5a7cdc4bf56754cc3.tar.gz |
Merge pull request #558 from schu/notes-api
Notes API
Diffstat (limited to 'include/git2/commit.h')
-rw-r--r-- | include/git2/commit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/commit.h b/include/git2/commit.h index 6d8cf53af..c274b6b95 100644 --- a/include/git2/commit.h +++ b/include/git2/commit.h @@ -191,7 +191,8 @@ GIT_EXTERN(const git_oid *) git_commit_parent_oid(git_commit *commit, unsigned i * will be updated to point to this commit. If the reference * is not direct, it will be resolved to a direct reference. * Use "HEAD" to update the HEAD of the current branch and - * make it point to this commit + * make it point to this commit. If the reference doesn't + * exist yet, it will be created. * * @param author Signature representing the author and the authory * time of this commit |