diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-24 12:01:34 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-25 08:15:44 +0100 |
commit | 47e28349bc4874114e2cfce0b91c40938b105b25 (patch) | |
tree | 25d318779f5d1d4b36187db46ff5235ed7898e21 /include/git2/sys/commit.h | |
parent | d541170c77b7ac738e2ffcdd04c838fb7cbbfb87 (diff) | |
download | libgit2-47e28349bc4874114e2cfce0b91c40938b105b25.tar.gz |
commit: remvoe legacy 'oid' naming
Diffstat (limited to 'include/git2/sys/commit.h')
-rw-r--r-- | include/git2/sys/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/commit.h b/include/git2/sys/commit.h index 34a12fb15..c8ed56b66 100644 --- a/include/git2/sys/commit.h +++ b/include/git2/sys/commit.h @@ -29,7 +29,7 @@ GIT_BEGIN_DECL * the `tree`, neither the `parents` list of `git_oid`s are checked for * validity. */ -GIT_EXTERN(int) git_commit_create_from_oids( +GIT_EXTERN(int) git_commit_create_from_ids( git_oid *oid, git_repository *repo, const char *update_ref, |