diff options
author | Edward Thomson <ethomson@microsoft.com> | 2015-01-13 11:18:02 -0600 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2015-01-20 17:12:46 -0600 |
commit | fe598f0903012e361eca53c4cb65c27e4e8dfac9 (patch) | |
tree | c14afd12de1992426911040015cae5457ea0187b /include/git2/errors.h | |
parent | 1fbfcdfcd0f3b87e95cea15b3c90808ccd5f9a79 (diff) | |
download | libgit2-fe598f0903012e361eca53c4cb65c27e4e8dfac9.tar.gz |
mkdir: walk up tree to mkdir
Walk up the tree to mkdir, which is less immediately efficient,
but allows us to look at intermediate directories that may need
attention.
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r-- | include/git2/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index 9b4cc7c00..ef4fabb7d 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -93,6 +93,7 @@ typedef enum { GITERR_CHERRYPICK, GITERR_DESCRIBE, GITERR_REBASE, + GITERR_FILESYSTEM } git_error_t; /** |