diff options
author | Christian Couder <christian.couder@gmail.com> | 2015-11-25 10:30:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-10 12:21:26 -0800 |
commit | bc497127894ab6ad955d474c72836c03282e6c6f (patch) | |
tree | 64c2d6ab1d56899bcbe3dad01ee4fdd88c75df1e | |
parent | bdfc6b364a51b19efbacbd46fcef5be41a5db50e (diff) | |
download | git-bc497127894ab6ad955d474c72836c03282e6c6f.tar.gz |
Documentation/git-update-index: add missing opts to synopsis
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-update-index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 3df9c26f44..f4e5a85351 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-]split-index] [--[no-|force-]untracked-cache] [--really-refresh] [--unresolve] [--again | -g] [--info-only] [--index-info] |