Merge branch 'jc/am-whitespace-doc'
"git am --help" now tells readers what actions are available in "git am --whitespace=<action>", in addition to saying that the option is passed through to the underlying "git apply". * jc/am-whitespace-doc: doc: add shortcut to "am --whitespace=<action>"
This commit is contained in:
3
apply.c
3
apply.c
@@ -77,7 +77,8 @@ static int parse_whitespace_option(struct apply_state *state, const char *option
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* Please update $__git_whitespacelist in git-completion.bash
|
||||
* Please update $__git_whitespacelist in git-completion.bash,
|
||||
* Documentation/git-apply.txt, and Documentation/git-am.txt
|
||||
* when you add new options.
|
||||
*/
|
||||
return error(_("unrecognized whitespace option '%s'"), option);
|
||||
|
||||
Reference in New Issue
Block a user