Re: mangled file names in git checkout-index --temp output when run in repo subdirectory

2014-12-23 Thread Eric Sunshine
On Tue, Dec 23, 2014 at 11:36 AM, Russ Cox wrote: > I am using git checkout-index --temp to obtain copies of files from > the index, but it does not always print valid file names unless run > from the repository root. > > git checkout-index --temp prints names of files in the index > interpreted r

mangled file names in git checkout-index --temp output when run in repo subdirectory

2014-12-23 Thread Russ Cox
I am using git checkout-index --temp to obtain copies of files from the index, but it does not always print valid file names unless run from the repository root. git checkout-index --temp prints names of files in the index interpreted relative to the current directory below the repository root. I