Re: Bug report: checkout-index --temp path is not always relative to the current directory

2014-12-30 Thread Eric Sunshine
On Tue, Dec 30, 2014 at 5:21 PM, Josh Bleecher Snyder wrote: > In the section on using --temp, 'git help checkout-index' says: > > "The path field is always relative to the current directory and the > temporary file names are always relative to the top level directory." > > However, this can be fa

Bug report: checkout-index --temp path is not always relative to the current directory

2014-12-30 Thread Josh Bleecher Snyder
In the section on using --temp, 'git help checkout-index' says: "The path field is always relative to the current directory and the temporary file names are always relative to the top level directory." However, this can be false when an absolute path to the file is provided. Reproduction: ~$ gi