git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
51ca7f8
)
remote-curl: remove label indentation
author
Denton Liu
<redacted>
Mon, 18 May 2020 15:47:19 +0000
(11:47 -0400)
committer
Junio C Hamano
<redacted>
Mon, 18 May 2020 18:35:06 +0000
(11:35 -0700)
In the codebase, labels are aligned to the leftmost column. Remove the
space-indentation from `free_specs:` to conform to this.
Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
remote-curl.c
patch
|
blob
|
history
diff --git
a/remote-curl.c
b/remote-curl.c
index 6844708f382761999075a756ff916d07b5adff2e..da3e07184aed3c87e3e73d9dfc39611247c8c1ca 100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-1276,7
+1276,7
@@
static void parse_push(struct strbuf *buf)
if (ret)
exit(128); /* error already reported */
-
free_specs:
+free_specs:
argv_array_clear(&specs);
}
git clone https://git.99rst.org/PROJECT