Felipe Contreras writes:
> Saying this patch is from me is not really accurate, it's based on a patch by
> me, or it was reported by me, but it's not really from me.
OK, will reword.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord..
Junio C Hamano wrote:
> Felipe Contreras writes:
>
> > Signed-off-by: Felipe Contreras
> > ---
>
> Let's do something like this instead.
>
> - We usually refrain from making such a tree-wide change in order
>to avoid unnecessary conflicts with other "real work" patches,
>but the end r
Jonathan Nieder writes:
>> - && dfa->nodes[node].type == CHARACTER
>> + && dfa->nodes[node].type == CHARACTER
>
> It took a little staring to see what changed here. The preimage has
> a tab, probably from an autoformatter gone wild. I don't think fixing
> it shou
Junio C Hamano wrote:
> From: Felipe Contreras
> Subject: C: have space around && and || operators
[...]
> builtin/read-tree.c| 2 +-
> builtin/rev-list.c | 2 +-
> builtin/symbolic-ref.c | 2 +-
> compat/regex/regcomp.c | 2 +-
> xdiff/xemit.c | 2 +-
> 5 files changed, 5 inser
Felipe Contreras writes:
> Signed-off-by: Felipe Contreras
> ---
Let's do something like this instead.
- We usually refrain from making such a tree-wide change in order
to avoid unnecessary conflicts with other "real work" patches,
but the end result does not have a potentially cumberso
Signed-off-by: Felipe Contreras
---
builtin/symbolic-ref.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/symbolic-ref.c b/builtin/symbolic-ref.c
index f481959..71286b4 100644
--- a/builtin/symbolic-ref.c
+++ b/builtin/symbolic-ref.c
@@ -47,7 +47,7 @@ int cmd_symbolic
6 matches
Mail list logo