stash: update documentation to use 'stash entry'

Most of the time, a 'stash entry' is called a 'stash'. Lets try to make
this more consistent and use 'stash entry' instead.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Liam Beguin
2017-06-17 18:30:50 -04:00
committed by Junio C Hamano
parent 97e2ff4643
commit e01db917d8
6 changed files with 40 additions and 38 deletions

View File

@ -194,7 +194,7 @@ different things.
* The `--index` option is used to ask a command that
usually works on files in the working tree to *also*
affect the index. For example, `git stash apply` usually
merges changes recorded in a stash to the working tree,
merges changes recorded in a stash entry to the working tree,
but with the `--index` option, it also merges changes to
the index as well.