diff options
| author | Carlos Martín Nieto <cmn@elego.de> | 2011-05-17 12:12:59 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@elego.de> | 2011-05-17 12:12:59 +0200 |
| commit | 94711cad3b83445dfcf45a6e0b29b045e06a29f6 (patch) | |
| tree | c0b5560d53aac94756a4d9759fdcf25f1582c40f /include/git2/index.h | |
| parent | c0335005495c1b49986d19031557f9df6bf49922 (diff) | |
| parent | 335d6c998041f7c44dce48d3bb087c52136d970f (diff) | |
| download | libgit2-94711cad3b83445dfcf45a6e0b29b045e06a29f6.tar.gz | |
Merge upstream/development
Diffstat (limited to 'include/git2/index.h')
| -rw-r--r-- | include/git2/index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/index.h b/include/git2/index.h index 7991de92e..2d8975ca1 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -232,10 +232,10 @@ GIT_EXTERN(int) git_index_append(git_index *index, const char *path, int stage); * @param source_entry new entry object * @return 0 on success, otherwise an error code */ -GIT_EXTERN(int) git_index_apppend2(git_index *index, const git_index_entry *source_entry); +GIT_EXTERN(int) git_index_append2(git_index *index, const git_index_entry *source_entry); /** - * Remove an entry from the index + * Remove an entry from the index * * @param index an existing index object * @param position position of the entry to remove |
