[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