Simon Oosthoek writes:
> On 12/12/12 18:50, Junio C Hamano wrote:
>> Simon Oosthoek writes:
>>
>>> This removes most of the ambiguities :-)
>>> Ack from me!
>>
>> OK, as this is a low-impact finishing touch for a new feature, I'll
>> fast-track this to 'master' before the final release.
>>
>
I think I have found a bug in "git status --untracked-files=all
--ignored", in both 1.8.0 and in master:
$ git init status-test
Initialized empty Git repository in
/home/mhagger/self/proj/git/status-test/.git/
$ cd status-test
$ touch x
$ touch x.ignore-me
$ mkdir y
$ touch y/foo
$ touch y/foo.ign
Peter Collingbourne writes:
> This patch causes git-stash to treat any argument consisting of
> between one and three numerical digits as if it were of the form
> `stash@{}`, where `` is the argument supplied.
Inperative mood.
>
> This is a significant usability improvement for people dealing w
This patch causes git-stash to treat any argument consisting of
between one and three numerical digits as if it were of the form
`stash@{}`, where `` is the argument supplied.
This is a significant usability improvement for people dealing with
multiple stashes, as it avoids redundantly typing 'sta
- Ursprungligt meddelande -
> This may be more of an Eclipse question than a git question but
> hopefully someone on this list knows both. I now have a working git
> central repository (on Linux) and a local repository clone (on
> Windows).
> I can see and edit my files in Eclipse, commit
5 matches
Mail list logo