diff options
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index dd6909f90..ad23d2d34 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -86,6 +86,11 @@ GIT_BEGIN_DECL #define GIT_PATH_MAX 4096 /** + * The string representation of the null object ID. + */ +#define GIT_OID_HEX_ZERO "0000000000000000000000000000000000000000" + +/** * Return the version of the libgit2 library * being currently used. * |