diff options
| author | Nika Layzell <nika@thelayzells.com> | 2018-06-14 16:49:48 -0700 |
|---|---|---|
| committer | Nika Layzell <nika@thelayzells.com> | 2018-06-14 22:43:28 -0700 |
| commit | d91d2968a662ee2b2120c3b44aa6956d9ac57b89 (patch) | |
| tree | 2aecc3a6770aa2fcbb1660568f341a24ccf2a1cf /include | |
| parent | c1a85ae2ab609ac9d5e9a18c4f644108c8462a43 (diff) | |
| download | libgit2-d91d2968a662ee2b2120c3b44aa6956d9ac57b89.tar.gz | |
mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callers
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/mailmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/mailmap.h b/include/git2/mailmap.h index b22a00c67..c6ed4811f 100644 --- a/include/git2/mailmap.h +++ b/include/git2/mailmap.h @@ -47,7 +47,7 @@ GIT_EXTERN(void) git_mailmap_free(git_mailmap *mm); * @param real_email the real email to use, or NULL * @param replace_name the name to replace, or NULL * @param replace_email the email to replace - * @return 0 if it was added, EEXISTS if it replaced an entry, or an error code + * @return 0 on success, or an error code */ GIT_EXTERN(int) git_mailmap_add_entry( git_mailmap *mm, const char *real_name, const char *real_email, |
