]> granicus.if.org Git - git/commitdiff
glossary: define 'stash entry'
authorLiam Beguin <liambeguin@gmail.com>
Sat, 17 Jun 2017 22:30:52 +0000 (18:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 05:18:15 +0000 (22:18 -0700)
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/glossary-content.txt

index 6e991c246915143deba887632def104fc709c9bf..b71b943b12eda2eab1792dfc910e405ad2ad540c 100644 (file)
@@ -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 contents of a
+       <<def_dirty,dirty>> working directory and the index for future reuse.
+
 [[def_submodule]]submodule::
        A <<def_repository,repository>> that holds the history of a
        separate project inside another repository (the latter of