All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/git-update-index: add missing opts to synopsys
@ 2015-11-24 11:55 Christian Couder
  2015-11-24 20:46 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2015-11-24 11:55 UTC (permalink / raw)
  To: git
  Cc: Jeff King, Ævar Arnfjörð Bjarmason,
	Nguyen Thai Ngoc Duy, Christian Couder

Untracked cache related options should appear in the synopsis.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 Documentation/git-update-index.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
index 1a296bc..3df9c26 100644
--- a/Documentation/git-update-index.txt
+++ b/Documentation/git-update-index.txt
@@ -17,6 +17,7 @@ SYNOPSIS
 	     [--[no-]assume-unchanged]
 	     [--[no-]skip-worktree]
 	     [--ignore-submodules]
+	     [--[no-|force-]untracked-cache]
 	     [--really-refresh] [--unresolve] [--again | -g]
 	     [--info-only] [--index-info]
 	     [-z] [--stdin] [--index-version <n>]
-- 
2.6.2.412.gf783589.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/git-update-index: add missing opts to synopsys
  2015-11-24 11:55 [PATCH] Documentation/git-update-index: add missing opts to synopsys Christian Couder
@ 2015-11-24 20:46 ` Jeff King
  2015-11-25  6:56   ` Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff King @ 2015-11-24 20:46 UTC (permalink / raw)
  To: Christian Couder
  Cc: git, Ævar Arnfjörð Bjarmason,
	Nguyen Thai Ngoc Duy, Christian Couder

On Tue, Nov 24, 2015 at 12:55:07PM +0100, Christian Couder wrote:

> Untracked cache related options should appear in the synopsis.
> 
> Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
> ---
>  Documentation/git-update-index.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
> index 1a296bc..3df9c26 100644
> --- a/Documentation/git-update-index.txt
> +++ b/Documentation/git-update-index.txt
> @@ -17,6 +17,7 @@ SYNOPSIS
>  	     [--[no-]assume-unchanged]
>  	     [--[no-]skip-worktree]
>  	     [--ignore-submodules]
> +	     [--[no-|force-]untracked-cache]

Thanks, and it looks like they are already documented in the OPTIONS
section.

-Peff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/git-update-index: add missing opts to synopsys
  2015-11-24 20:46 ` Jeff King
@ 2015-11-25  6:56   ` Christian Couder
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2015-11-25  6:56 UTC (permalink / raw)
  To: Jeff King
  Cc: git, Ævar Arnfjörð,
	Nguyen Thai Ngoc Duy, Christian Couder

On Tue, Nov 24, 2015 at 9:46 PM, Jeff King <peff@peff.net> wrote:
> On Tue, Nov 24, 2015 at 12:55:07PM +0100, Christian Couder wrote:
>
>> Untracked cache related options should appear in the synopsis.
>>
>> Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
>> ---
>>  Documentation/git-update-index.txt | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
>> index 1a296bc..3df9c26 100644
>> --- a/Documentation/git-update-index.txt
>> +++ b/Documentation/git-update-index.txt
>> @@ -17,6 +17,7 @@ SYNOPSIS
>>            [--[no-]assume-unchanged]
>>            [--[no-]skip-worktree]
>>            [--ignore-submodules]
>> +          [--[no-|force-]untracked-cache]
>
> Thanks, and it looks like they are already documented in the OPTIONS
> section.

Yeah, I just added this information into the commit message and sent a
v2 that also add split index related options to the synopsis.

Thanks,
Christian.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-25  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 11:55 [PATCH] Documentation/git-update-index: add missing opts to synopsys Christian Couder
2015-11-24 20:46 ` Jeff King
2015-11-25  6:56   ` Christian Couder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.