On Sun, Apr 24, 2016 at 6:33 AM, Christian Couder
<[email protected]> wrote:
> Signed-off-by: Christian Couder <[email protected]>
> ---
> builtin/apply.c | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/builtin/apply.c b/builtin/apply.c
> index ad81210..6c628f6 100644
> --- a/builtin/apply.c
> +++ b/builtin/apply.c
> @@ -25,12 +25,15 @@ struct apply_state {
> const char *prefix;
> int prefix_length;
>
> + /*
> + * --check turns on checking that the working tree matches the
> + * files that are being modified, but doesn't apply the patch
This is true, but at this part of the file/code we rather want to know what
`check` does, instead of what the command line option --check does.
(They are 2 different things, though one leading to the other one?) How about:
/*
* Only check the files to be modified, but do not modify the files.
*/
> /*
> - * --check turns on checking that the working tree matches the
> - * files that are being modified, but doesn't apply the patch
Oh I see it was moved from here. Not sure if we want to rename
comments along the way or just keep it in this series.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html