Hariom verma [off-list ref] 于2021年5月20日周四 下午7:29写道:
Hi ZheNing,
On Thu, May 20, 2021 at 2:19 PM ZheNing Hu via GitGitGadget
[off-list ref] wrote:
quoted
From: ZheNing Hu <redacted>
diff --git a/ref-filter.c b/ref-filter.c
index e2eac50d9508..fc384a194c0c 100644
--- a/ref-filter.c
+++ b/ref-filter.c
@@ -133,7 +133,7 @@ static struct used_atom {
unsigned int nobracket : 1, push : 1, push_remote : 1;
} remote_ref;
struct {
- enum { C_BARE, C_BODY, C_BODY_DEP, C_LENGTH, C_LINES,
+ enum { C_RAW, C_BARE, C_BODY, C_BODY_DEP, C_LENGTH, C_LINES,
Maybe it's better if you can preserve the alphabetical order?
Thanks.
Thanks, this is indeed my negligence.
--
ZheNing Hu