Re: [PATCH V3 1/2] doc: command line interface (cli) dot-repository dwimmery

2013-10-15 Thread Philip Oakley
From: "Junio C Hamano" Philip Oakley writes: The Git cli will accept dot '.' (period) as the relative path, and thus the current repository. Explain this action. Signed-off-by: Philip Oakley --- This updates 431260cc8dd It appears that the original has already been merged to 'next', so w

Re: [PATCH V3 1/2] doc: command line interface (cli) dot-repository dwimmery

2013-10-15 Thread Junio C Hamano
Philip Oakley writes: > The Git cli will accept dot '.' (period) as the relative path, > and thus the current repository. Explain this action. > > Signed-off-by: Philip Oakley > --- > > This updates 431260cc8dd It appears that the original has already been merged to 'next', so we need to make t

[PATCH V3 1/2] doc: command line interface (cli) dot-repository dwimmery

2013-09-21 Thread Philip Oakley
The Git cli will accept dot '.' (period) as the relative path, and thus the current repository. Explain this action. Signed-off-by: Philip Oakley --- This updates 431260cc8dd Documentation/gitcli.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/gitc