diff options
| author | Ben Straub <bs@github.com> | 2013-09-25 14:47:32 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-09-25 14:47:32 -0700 |
| commit | 41dd999d12946ca2085ad315e9c5e8e57cc4e4f6 (patch) | |
| tree | 0f9b3f7beefa40809a913e1e215b75dfe5a87115 /include/git2/checkout.h | |
| parent | f7db1b6f26837b44a5cb8956c23bbbdff28ba4f7 (diff) | |
| parent | ac316e743878908df762cc0ea07a71cbee5c5802 (diff) | |
| download | libgit2-41dd999d12946ca2085ad315e9c5e8e57cc4e4f6.tar.gz | |
Merge branch 'development' into blame
Diffstat (limited to 'include/git2/checkout.h')
| -rw-r--r-- | include/git2/checkout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h index a086408c7..aa48069cd 100644 --- a/include/git2/checkout.h +++ b/include/git2/checkout.h @@ -249,7 +249,7 @@ typedef struct git_checkout_opts { * * @param repo repository to check out (must be non-bare) * @param opts specifies checkout options (may be NULL) - * @return 0 on success, GIT_EORPHANEDHEAD when HEAD points to a non existing + * @return 0 on success, GIT_EUNBORNBRANCH when HEAD points to a non existing * branch, GIT_ERROR otherwise (use giterr_last for information * about the error) */ |
