Re: adding a file to git: +.ly

2007-01-22 Thread Han-Wen Nienhuys
Graham Percival escreveu: > Erik Sandberg wrote: >> On Saturday 20 January 2007 22:57, Graham Percival wrote: $ git-update-index --add +.ly >>> Thanks, that worked. >> >> BTW, I have sometimes renamed that file to something like __.ly or >> __dummy.ly. The only relevant property of the nam

Re: adding a file to git: +.ly

2007-01-22 Thread Graham Percival
Erik Sandberg wrote: On Saturday 20 January 2007 22:57, Graham Percival wrote: $ git-update-index --add +.ly Thanks, that worked. BTW, I have sometimes renamed that file to something like __.ly or __dummy.ly. The only relevant property of the name +.ly is that it comes before the fir

Re: adding a file to git: +.ly

2007-01-22 Thread Erik Sandberg
On Saturday 20 January 2007 22:57, Graham Percival wrote: > Johannes Schindelin wrote: > > Since you do not have that version, "-f" does not work for you. If you > > really want to include the file in spite of .gitignore saying > > something different, try > > > > $ git-update-index --add +.ly

Re: adding a file to git: +.ly

2007-01-20 Thread Graham Percival
Johannes Schindelin wrote: Since you do not have that version, "-f" does not work for you. If you really want to include the file in spite of .gitignore saying something different, try $ git-update-index --add +.ly Thanks, that worked. Cheers, - Graham

Re: adding a file to git: +.ly

2007-01-20 Thread Johannes Schindelin
Hi, On Sat, 20 Jan 2007, Graham Percival wrote: > Johannes Schindelin wrote: > > On Sat, 20 Jan 2007, Graham Percival wrote: > > > > > In the input/* collated-files, we use a file called +.ly to display info > > > at the top of the collection. How do I escape the file to add it to git? > > > I'

Re: adding a file to git: +.ly

2007-01-20 Thread Graham Percival
Johannes Schindelin wrote: On Sat, 20 Jan 2007, Graham Percival wrote: In the input/* collated-files, we use a file called +.ly to display info at the top of the collection. How do I escape the file to add it to git? I've tried "", \, and everything else I can think of. "git add" always th

Re: adding a file to git: +.ly

2007-01-20 Thread Johannes Schindelin
Hi, On Sat, 20 Jan 2007, Graham Percival wrote: > In the input/* collated-files, we use a file called +.ly to display info > at the top of the collection. How do I escape the file to add it to > git? I've tried "", \, and everything else I can think of. "git add" > always thinks the + is a

adding a file to git: +.ly

2007-01-20 Thread Graham Percival
In the input/* collated-files, we use a file called +.ly to display info at the top of the collection. How do I escape the file to add it to git? I've tried "", \, and everything else I can think of. "git add" always thinks the + is a git option, not a filename char. Here's a file I tried t