Re: [PATCH] Fix comma splices

2018-01-22 Thread Junio C Hamano
Jeff King writes: > (To be pedantic, these aren't comma splices. A comma splice joins two > independent clauses with a comma and _without_ a conjunction). Thanks for clearing up the "Huh?" I felt earlier when I threw the patch to "to look at later" bin after finding updated text for most of them

Re: [PATCH] Fix comma splices

2018-01-22 Thread Jeff King
On Sun, Jan 21, 2018 at 10:19:04PM -0600, fel...@felipegasper.com wrote: > Subject: [PATCH] Fix comma splices in remote.c > [...] > @@ -2123,9 +2123,9 @@ int format_tracking_info(struct branch *branch, struct > strbuf *sb) > _(" (use \"g

[PATCH] Fix comma splices

2018-01-21 Thread felipe
>From b18bd6babc2d6a6f79177acfa2416bb5bf2b153f Mon Sep 17 00:00:00 2001 From: Felipe Gasper Date: Sun, 21 Jan 2018 23:01:47 -0500 Subject: [PATCH] Fix comma splices in remote.c Signed-off-by: Felipe Gasper --- remote.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) d