Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-25 Thread Christian Couder
On Wed, Nov 25, 2015 at 10:03 AM, Jeff King  wrote:
> On Wed, Nov 25, 2015 at 07:53:12AM +0100, Christian Couder wrote:
>
>> Untracked cache and split index related options should appear
>> in the 'SYNOPSIS' section.
>>
>> These options are already documented in the 'OPTIONS' section.
>>
>> Signed-off-by: Christian Couder 
>> ---
>> Soon after sending the first version I realized that the split index
>> options were not in the synopsys either...
>
> Sorry, too late. I merged v1 as part of yesterday's cycle, as it seemed
> obviously correct (that's what I get... :) ).
>
> Can you please send the change as a patch on top?

Ok will do.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-25 Thread Jeff King
On Wed, Nov 25, 2015 at 07:53:12AM +0100, Christian Couder wrote:

> Untracked cache and split index related options should appear
> in the 'SYNOPSIS' section.
> 
> These options are already documented in the 'OPTIONS' section.
> 
> Signed-off-by: Christian Couder 
> ---
> Soon after sending the first version I realized that the split index
> options were not in the synopsys either...

Sorry, too late. I merged v1 as part of yesterday's cycle, as it seemed
obviously correct (that's what I get... :) ).

Can you please send the change as a patch on top?

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Eric Sunshine
On Wed, Nov 25, 2015 at 1:53 AM, Christian Couder
 wrote:
> Documentation/git-update-index: add missing opts to synopsys

s/synopsys/synopsis/

> Untracked cache and split index related options should appear
> in the 'SYNOPSIS' section.
>
> These options are already documented in the 'OPTIONS' section.
>
> Signed-off-by: Christian Couder 
> ---
> diff --git a/Documentation/git-update-index.txt 
> b/Documentation/git-update-index.txt
> @@ -17,6 +17,8 @@ SYNOPSIS
>  [--[no-]assume-unchanged]
>  [--[no-]skip-worktree]
>  [--ignore-submodules]
> +[--[no-]split-index]
> +[--[no-|force-]untracked-cache]
>  [--really-refresh] [--unresolve] [--again | -g]
>  [--info-only] [--index-info]
>  [-z] [--stdin] [--index-version ]
> --
> 2.6.3.380.g494b52d
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html