Browse Source

transport-helper: trivial style fix

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Felipe Contreras 12 years ago committed by Junio C Hamano
parent
commit
23cd01ec53
  1. 1
      transport-helper.c

1
transport-helper.c

@ -269,6 +269,7 @@ static const char *unsupported_options[] = { @@ -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,

Loading…
Cancel
Save