]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Merge branch 'jc/maint-co-track'
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index ae6647e22c0b6811c5f932b06622a75bd97b0a22..cdbeb48c65f45b4b37ceb767a72866e5a7475cc3 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -423,6 +423,8 @@ struct lock_file {
        char on_list;
        char filename[PATH_MAX];
 };
+#define LOCK_DIE_ON_ERROR 1
+#define LOCK_NODEREF 2
 extern int hold_lock_file_for_update(struct lock_file *, const char *path, int);
 extern int hold_lock_file_for_append(struct lock_file *, const char *path, int);
 extern int commit_lock_file(struct lock_file *);