diff options
author | Vicent Martà <vicent@github.com> | 2012-11-29 12:18:05 -0800 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-11-29 12:18:05 -0800 |
commit | f1e5c506b20bcc6bed3bbbf64f1f6b79be44316b (patch) | |
tree | 9b67afe50fb83bcb81e151e10ecedf54ec89e5b4 /include/git2/common.h | |
parent | e2934db2c760846e14113bdc474935d701d92845 (diff) | |
parent | 36c730daa08c4ebf85562ee0cc8d2ee3591d3cee (diff) | |
download | libgit2-f1e5c506b20bcc6bed3bbbf64f1f6b79be44316b.tar.gz |
Merge pull request #1110 from libgit2/features/push_rebased
Push! By schu, phkelley, and congyiwu
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. * |