* [PATCH v3] Documentation/git-update-index: add missing opts to synopsis
@ 2015-11-25 7:59 Christian Couder
0 siblings, 0 replies; only message in thread
From: Christian Couder @ 2015-11-25 7:59 UTC (permalink / raw)
To: git
Cc: Jeff King, Ævar Arnfjörð Bjarmason,
Nguyen Thai Ngoc Duy, David Turner, Eric Sunshine,
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>
---
The only change compared to v2 is s/synopsys/synopsis/ thanks to Eric.
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] only message in thread
only message in thread, other threads:[~2015-11-25 7:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 7:59 [PATCH v3] Documentation/git-update-index: add missing opts to synopsis 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).