summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2012-11-29 12:18:05 -0800
committerVicent Martí <vicent@github.com>2012-11-29 12:18:05 -0800
commitf1e5c506b20bcc6bed3bbbf64f1f6b79be44316b (patch)
tree9b67afe50fb83bcb81e151e10ecedf54ec89e5b4 /include/git2/common.h
parente2934db2c760846e14113bdc474935d701d92845 (diff)
parent36c730daa08c4ebf85562ee0cc8d2ee3591d3cee (diff)
downloadlibgit2-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.h5
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.
*