On 02/05/2016 08:44 PM, David Turner wrote:
The refs infrastructure learns about log-only ref updates, which only
update the reflog. Later, we will use this to separate symbolic
reference resolution from ref updating.
This looks good. I assume it will get some testing later in the series.
quoted hunk ↗ jump to hunk
[...]
diff --git a/refs/refs-internal.h b/refs/refs-internal.h
index fc5d1db..b5d0ab8 100644
--- a/refs/refs-internal.h
+++ b/refs/refs-internal.h
@@ -42,6 +42,8 @@
* value to ref_update::flags
*/
+#define REF_LOG_ONLY 0x80
+
Please add a comment explaining the meaning/purpose of this flag.
[...]
Michael
--
Michael Haggerty
mhagger@alum.mit.edu