Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of git://repo.or.cz/git-gui
[gitweb.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index 324a1d73c041053cf84e81681d11e52a5be6c62b..a8d9b9f2fcc41bf56007cd48dcfcb94a7e00d3ca 100644
(file)
--- a/
pack.h
+++ b/
pack.h
@@
-37,7
+37,8
@@
struct pack_header {
struct pack_idx_option {
unsigned flags;
/* flag bits */
-#define WRITE_IDX_VERIFY 01
+#define WRITE_IDX_VERIFY 01 /* verify only, do not write the idx file */
+#define WRITE_IDX_STRICT 02
uint32_t version;
uint32_t off32_limit;