mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
pull: trivial whitespace style fix
Two spaces unaligned to anything is not part of the coding-style. A single tab is. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a751e0296f
commit
a7d18a1109
1 changed files with 3 additions and 3 deletions
|
@ -126,9 +126,9 @@ static struct option pull_options[] = {
|
||||||
/* Options passed to git-merge or git-rebase */
|
/* Options passed to git-merge or git-rebase */
|
||||||
OPT_GROUP(N_("Options related to merging")),
|
OPT_GROUP(N_("Options related to merging")),
|
||||||
OPT_CALLBACK_F('r', "rebase", &opt_rebase,
|
OPT_CALLBACK_F('r', "rebase", &opt_rebase,
|
||||||
"(false|true|merges|preserve|interactive)",
|
"(false|true|merges|preserve|interactive)",
|
||||||
N_("incorporate changes by rebasing rather than merging"),
|
N_("incorporate changes by rebasing rather than merging"),
|
||||||
PARSE_OPT_OPTARG, parse_opt_rebase),
|
PARSE_OPT_OPTARG, parse_opt_rebase),
|
||||||
OPT_PASSTHRU('n', NULL, &opt_diffstat, NULL,
|
OPT_PASSTHRU('n', NULL, &opt_diffstat, NULL,
|
||||||
N_("do not show a diffstat at the end of the merge"),
|
N_("do not show a diffstat at the end of the merge"),
|
||||||
PARSE_OPT_NOARG | PARSE_OPT_NONEG),
|
PARSE_OPT_NOARG | PARSE_OPT_NONEG),
|
||||||
|
|
Loading…
Reference in a new issue