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
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
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
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
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'
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
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
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