On Tue, Dec 27, 2016 at 8:13 PM, Junio C Hamano wrote:
> Christian Couder writes:
>
>> --split-index::
>> --no-split-index::
>> - Enable or disable split index mode. If enabled, the index is
>> - split into two files, $GIT_DIR/index and $GIT_DIR/sharedindex..
>> - Changes are accumu
Christian Couder writes:
> --split-index::
> --no-split-index::
> - Enable or disable split index mode. If enabled, the index is
> - split into two files, $GIT_DIR/index and $GIT_DIR/sharedindex..
> - Changes are accumulated in $GIT_DIR/index while the shared
> - index file cont
Signed-off-by: Christian Couder
---
Documentation/config.txt | 6 +++---
Documentation/git-update-index.txt | 37 +
2 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 24e771d22e.
3 matches
Mail list logo