[PATCH] Allow stashes to be referenced by index only

2016-10-24 Thread Aaron M Watson
test in the test suite. I also merged the test scripts as suggested by Jeff King, and un-wrapped the documentation as suggested by Junio Hamano. Signed-off-by: Aaron M Watson <watso...@gmail.com> --- Documentation/git-stash.txt | 3 ++- git-stash.sh| 15 +

[PATCH] Allow stashes to be referenced by index only

2016-09-08 Thread Aaron M Watson
test in the test suite. I also merged the test scripts as suggested by Jeff King, and un-wrapped the documentation as suggested by Junio Hamano. Signed-off-by: Aaron M Watson <watso...@gmail.com> --- Documentation/git-stash.txt | 3 ++- git-stash.sh| 17 +++

[PATCH] stash: allow ref of a stash by index

2016-09-03 Thread Aaron M Watson
Allows stashes to be referenced by index only. Instead of referencing "stash@{n}" explicitly, it can simply be referenced as "n". Signed-off-by: Aaron M Watson <watso...@gmail.com> ---  Documentation/git-stash.txt | 11 ---  git-stash.sh| 10