diff options
author | Philip Kelley <phkelley@hotmail.com> | 2012-11-28 11:42:37 -0500 |
---|---|---|
committer | Philip Kelley <phkelley@hotmail.com> | 2012-11-28 11:42:37 -0500 |
commit | 613d5eb9391d6cc33c91f4dc9cdb5ede1885dc72 (patch) | |
tree | bd94a2a5ea154a3849114575368b7531f0d45024 /include/git2/common.h | |
parent | 693021262ba0eeac2923bbce1b2262717019c807 (diff) | |
download | libgit2-613d5eb9391d6cc33c91f4dc9cdb5ede1885dc72.tar.gz |
Push! By schu, phkelley, and congyiwu, et al
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. * |