Re: Using Eclipse git plugin

2012-12-25 Thread Robin Rosenberg
- 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

[PATCH] stash: treat numerical arguments as shorthand for stash@{n}

2012-12-25 Thread Peter Collingbourne
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@{n}`, where `n` is the argument supplied. This is a significant usability improvement for people dealing with multiple stashes, as it avoids redundantly typing

Re: [PATCH] stash: treat numerical arguments as shorthand for stash@{n}

2012-12-25 Thread Junio C Hamano
Peter Collingbourne pe...@pcc.me.uk 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@{n}`, where `n` is the argument supplied. Inperative mood. This is a significant usability improvement for

Bug in git status

2012-12-25 Thread Michael Haggerty
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

Re: git-prompt.sh vs leading white space in __git_ps1()::printf_format

2012-12-25 Thread Junio C Hamano
Simon Oosthoek s.oosth...@xs4all.nl writes: On 12/12/12 18:50, Junio C Hamano wrote: Simon Oosthoek s.oosth...@xs4all.nl 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