Merge branch 'aw/numbered-stash'
commit9fa1f902bf8eaaa2a1d78cd7603d28a33d46e30c
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2016 20:15:22 +0000 (31 13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2016 20:15:22 +0000 (31 13:15 -0700)
treedf762a519ef1685edeb30a530149795e243769ff
parentcabb79d8c1c5e4f81f3435603f17c74480888395
parenta56c8f5aab5a6ffdd687de5134883df60cc4c919
Merge branch 'aw/numbered-stash'

The user always has to say "stash@{$N}" when naming a single
element in the default location of the stash, i.e. reflogs in
refs/stash.  The "git stash" command learned to accept "git stash
apply 4" as a short-hand for "git stash apply stash@{4}".

* aw/numbered-stash:
  stash: allow stashes to be referenced by index only