Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
spurious .sp in manpages
[gitweb.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index 4c9bddd4f20946bdc1f94d983617e2176135dcc9..4814800f2806a245a675ea9832f894dc95b27b89 100644
(file)
--- a/
pack.h
+++ b/
pack.h
@@
-7,7
+7,7
@@
* Packed object header
*/
#define PACK_SIGNATURE 0x5041434b /* "PACK" */
-#define PACK_VERSION
3
+#define PACK_VERSION
2
#define pack_version_ok(v) ((v) == htonl(2) || (v) == htonl(3))
struct pack_header {
unsigned int hdr_signature;