Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
transport-helper: trivial style fix
author
Felipe Contreras
<felipe.contreras@gmail.com>
Thu, 31 Oct 2013 09:25:40 +0000
(
03:25
-0600)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 31 Oct 2013 20:47:22 +0000
(13:47 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
57b15ea
)
diff --git
a/transport-helper.c
b/transport-helper.c
index b32e2d64dd344c3f8c4d5f42b6c48dd6bdb8d29f..673b7c214f981cf158a8790b7278e37611c700fa 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-269,6
+269,7
@@
static const char *unsupported_options[] = {
TRANS_OPT_THIN,
TRANS_OPT_KEEP
};
+
static const char *boolean_options[] = {
TRANS_OPT_THIN,
TRANS_OPT_KEEP,