On Fri, Jun 16, 2017 at 12:30:50AM -0400, Liam Beguin wrote:

> diff --git a/Documentation/glossary-content.txt 
> b/Documentation/glossary-content.txt
> index 6e991c246915..026f66e7240a 100644
> --- a/Documentation/glossary-content.txt
> +++ b/Documentation/glossary-content.txt
> @@ -570,6 +570,10 @@ The most notable example is `HEAD`.
>       is created by giving the `--depth` option to linkgit:git-clone[1], and
>       its history can be later deepened with linkgit:git-fetch[1].
>  
> +[[def_stash]]stash entry::
> +     An <<def_object,object>> used to temporarily store the content of a
> +     <<def_dirty,dirty>> working directory for futur reuse.

s/futur/&e/

I think we'd usually say "contents" (plural) of a working directory.

It also stores the contents of the index. git-stash(1) says "current
state of the working directory and the index".

-Peff

Reply via email to