]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.h
refs: remove `PACK_REFS_ALL` flag
[thirdparty/git.git] / refs.h
diff --git a/refs.h b/refs.h
index 139ce7113bd865ad7689209f74d74cfcbc76c96e..8c8994cb297ce9d93a828c6501bf886290d508c3 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -422,10 +422,8 @@ void warn_dangling_symrefs(FILE *fp, const char *msg_fmt,
 /*
  * Flags for controlling behaviour of pack_refs()
  * PACK_REFS_PRUNE: Prune loose refs after packing
- * PACK_REFS_ALL:   Pack _all_ refs, not just tags and already packed refs
  */
 #define PACK_REFS_PRUNE 0x0001
-#define PACK_REFS_ALL   0x0002
 
 struct pack_refs_opts {
        unsigned int flags;