* [PATCH v2] Documentation/git-update-index: add missing opts to synopsys
@ 2015-11-25 6:53 Christian Couder
2015-11-25 7:53 ` Eric Sunshine
2015-11-25 9:03 ` Jeff King
0 siblings, 2 replies; 4+ messages in thread
From: Christian Couder @ 2015-11-25 6:53 UTC (permalink / raw)
To: git
Cc: Jeff King, Ævar Arnfjörð Bjarmason,
Nguyen Thai Ngoc Duy, David Turner, Christian Couder
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 <chriscool@tuxfamily.org>
---
Soon after sending the first version I realized that the split index
options were not in the synopsys either...
Documentation/git-update-index.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
index 1a296bc..f4e5a85 100644
--- 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 <n>]
--
2.6.3.380.g494b52d
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys
2015-11-25 6:53 [PATCH v2] Documentation/git-update-index: add missing opts to synopsys Christian Couder
@ 2015-11-25 7:53 ` Eric Sunshine
2015-11-25 9:03 ` Jeff King
1 sibling, 0 replies; 4+ messages in thread
From: Eric Sunshine @ 2015-11-25 7:53 UTC (permalink / raw)
To: Christian Couder
Cc: Git List, Jeff King, Ævar Arnfjörð Bjarmason,
Nguyen Thai Ngoc Duy, David Turner, Christian Couder
On Wed, Nov 25, 2015 at 1:53 AM, Christian Couder
<christian.couder@gmail.com> 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 <chriscool@tuxfamily.org>
> ---
> 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 <n>]
> --
> 2.6.3.380.g494b52d
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys
2015-11-25 6:53 [PATCH v2] Documentation/git-update-index: add missing opts to synopsys Christian Couder
2015-11-25 7:53 ` Eric Sunshine
@ 2015-11-25 9:03 ` Jeff King
2015-11-25 9:13 ` Christian Couder
1 sibling, 1 reply; 4+ messages in thread
From: Jeff King @ 2015-11-25 9:03 UTC (permalink / raw)
To: Christian Couder
Cc: git, Ævar Arnfjörð Bjarmason, Nguyen Thai Ngoc Duy,
David Turner, Christian Couder
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 <chriscool@tuxfamily.org>
> ---
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys
2015-11-25 9:03 ` Jeff King
@ 2015-11-25 9:13 ` Christian Couder
0 siblings, 0 replies; 4+ messages in thread
From: Christian Couder @ 2015-11-25 9:13 UTC (permalink / raw)
To: Jeff King
Cc: git, Ævar Arnfjörð, Nguyen Thai Ngoc Duy,
David Turner, Christian Couder
On Wed, Nov 25, 2015 at 10:03 AM, Jeff King <peff@peff.net> 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 <chriscool@tuxfamily.org>
>> ---
>> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-25 9:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 6:53 [PATCH v2] Documentation/git-update-index: add missing opts to synopsys Christian Couder
2015-11-25 7:53 ` Eric Sunshine
2015-11-25 9:03 ` Jeff King
2015-11-25 9:13 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).