Merge branch 'ar/unconfuse-three-dots'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index d3e240228c9c488f78ee9be06c9d151f1d2325b2..3d00d03d92bc205fea39bb147b51c69f35faa307 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1972,4 +1972,10 @@ void sleep_millisec(int millisec);
  */
 void safe_create_dir(const char *dir, int share);
 
+/*
+ * Should we print an ellipsis after an abbreviated SHA-1 value
+ * when doing diff-raw output or indicating a detached HEAD?
+ */
+extern int print_sha1_ellipsis(void);
+
 #endif /* CACHE_H */