Documentation for update-index

2018-01-06 Thread Rasmus Villemoes
The man page for update-index says -q Quiet. If --refresh finds that the index needs an update, the default behavior is to error out. This option makes git update-index continue anyway. --ignore-submodules Do not try to update submodules. This

[PATCH v5 09/22] Documentation/git-update-index: talk about core.splitIndex config var

2017-03-06 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 7386c93162..e091b2a409 100644 --- a/Documentation/git-

[PATCH v5 22/22] Documentation/git-update-index: explain splitIndex.*

2017-03-06 Thread Christian Couder
se of expiration) each time a new split-index file is - created based on it. + either created based on it or read from it. See linkgit:git-update-index[1]. status.relativePaths:: diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index e091b2

[PATCH v4 22/22] Documentation/git-update-index: explain splitIndex.*

2017-02-27 Thread Christian Couder
se of expiration) each time a new split-index file is - created based on it. + either created based on it or read from it. See linkgit:git-update-index[1]. status.relativePaths:: diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index e091b2

[PATCH v4 09/22] Documentation/git-update-index: talk about core.splitIndex config var

2017-02-27 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 7386c93162..e091b2a409 100644 --- a/Documentation/git-

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2017-01-23 Thread Junio C Hamano
Christian Couder writes: >>> Perhaps we should declare that config will be the one and only way >>> in the future and start deprecating the command line option way. >>> That will remove the need for two to interact with each other. > > That would be my preferred

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2017-01-23 Thread Christian Couder
On Mon, Jan 9, 2017 at 12:18 PM, Duy Nguyen wrote: > On Sun, Jan 8, 2017 at 4:38 AM, Junio C Hamano wrote: >> Christian Couder writes: >> >>> It feels strange that when I do things one way, you suggest another >>> way, and the

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2017-01-09 Thread Duy Nguyen
On Sun, Jan 8, 2017 at 4:38 AM, Junio C Hamano wrote: > Christian Couder writes: > >> It feels strange that when I do things one way, you suggest another >> way, and the next time in a similar situation when I do things the way >> you suggested

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2017-01-07 Thread Junio C Hamano
Christian Couder writes: > It feels strange that when I do things one way, you suggest another > way, and the next time in a similar situation when I do things the way > you suggested previously, then you suggest the way I did it initially > the first time... Perhaps

Re: [PATCH v3 21/21] Documentation/git-update-index: explain splitIndex.*

2017-01-02 Thread Christian Couder
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

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2017-01-02 Thread Christian Couder
> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/git-update-index.txt >> b/Documentation/git-update-index.txt >> index 7386c93162..e091b2a409 100644 >> --- a/Documentation/git-update-index.txt >> +++ b/Documentation/git-update-index.t

Re: [PATCH v3 21/21] Documentation/git-update-index: explain splitIndex.*

2016-12-27 Thread Junio C Hamano
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

Re: [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2016-12-27 Thread Junio C Hamano
Christian Couder <christian.cou...@gmail.com> writes: > Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> > --- > Documentation/git-update-index.txt | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/git-update-index.txt > b/D

[PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2016-12-26 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 7386c93162..e091b2a409 100644 --- a/Documentation/git-

[PATCH v3 21/21] Documentation/git-update-index: explain splitIndex.*

2016-12-26 Thread Christian Couder
le + is either created or read from, the mtime of the shared index + file is updated to the current time. See linkgit:git-update-index[1]. status.relativePaths:: diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index e091b2a409..46c953b2f2 1

[PATCH v2 21/21] Documentation/git-update-index: explain splitIndex.*

2016-12-17 Thread Christian Couder
le + is either created or read from, the mtime of the shared index + file is updated to the current time. See linkgit:git-update-index[1]. status.relativePaths:: diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index e091b2a409..46c953b2f2 1

[PATCH v2 08/21] Documentation/git-update-index: talk about core.splitIndex config var

2016-12-17 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 7386c93162..e091b2a409 100644 --- a/Documentation/git-

[PATCH v1 08/19] Documentation/git-update-index: talk about core.splitIndex config var

2016-10-23 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 7386c93..e091b2a 100644 --- a/Documentation/git-

[PATCH v1 19/19] Documentation/git-update-index: explain splitIndex.*

2016-10-23 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index e091b2a..6

[RFC/PATCH 6/8] Documentation/git-update-index: talk about core.splitIndex config var

2016-07-11 Thread Christian Couder
Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> --- Documentation/git-update-index.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index c6cbed1..2293140 100644 --- a/Documentation/git-

Re: [PATCH v4] Documentation/git-update-index: add missing opts to synopsis

2015-12-10 Thread Junio C Hamano
dex.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/git-update-index.txt >> b/Documentation/git-update-index.txt >> index 3df9c26..f4e5a85 100644 >> --- a/Documentation/git-update-index.txt >> +++ b/Documentation/git-update-in

Re: [PATCH v4] Documentation/git-update-index: add missing opts to synopsis

2015-12-08 Thread Christian Couder
previous patch that added [--[no-|force-]untracked-cache] in the SYNOPSIS. > 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 3df9c26..f4e5a85 100644 > --

Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-25 Thread Christian Couder
On Wed, Nov 25, 2015 at 10:03 AM, Jeff King 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'

[PATCH v4] Documentation/git-update-index: add missing opts to synopsis

2015-11-25 Thread Christian Couder
lready contains the untracked-cache options. 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 3df9c26..f4e5a85 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-

Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-25 Thread Jeff King
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 > --- >

[PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Christian Couder
s 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-

Re: [PATCH] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Christian Couder
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

Re: [PATCH] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Jeff King
rtion(+) > > 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-]assu

[PATCH v3] Documentation/git-update-index: add missing opts to synopsis

2015-11-24 Thread Christian Couder
o 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 @@ SY

Re: [PATCH v2] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Eric Sunshine
On Wed, Nov 25, 2015 at 1:53 AM, Christian Couder <christian.cou...@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. > > Thes

[PATCH] Documentation/git-update-index: add missing opts to synopsys

2015-11-24 Thread Christian Couder
Untracked cache related options should appear in the synopsis. Signed-off-by: Christian Couder <chrisc...@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

[PATCH] Documentation/git-update-index: caution about tree objects

2012-12-20 Thread Greg Troxel
...@ir.bbn.com --- Documentation/git-update-index.txt | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 9d0b151..6ce65fa 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git

Re: [PATCH] Documentation/git-update-index: caution about tree objects

2012-12-20 Thread Junio C Hamano
of 2011.) Signed-off-by: Greg Troxel g...@ir.bbn.com --- Documentation/git-update-index.txt | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 9d0b151..6ce65fa 100644 --- a/Documentation