glossary: define 'stash entry'
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Liam Beguin committed
Jun 17, 2017 at 18:30 UTC
90f64f1cf5fe20bbac7353028e23f28ceca61195
1 file changed
+4
Documentation/glossary-content.txt
+4
@@ -570,6 +570,10 @@ The most notable example is `HEAD`.
570
is created by giving the `--depth` option to linkgit:git-clone[1], and
571
its history can be later deepened with linkgit:git-fetch[1].
572
573
+[[def_stash]]stash entry::
574
+ An <<def_object,object>> used to temporarily store the contents of a
575
+ <<def_dirty,dirty>> working directory and the index for future reuse.
576
+
577
[[def_submodule]]submodule::
578
A <<def_repository,repository>> that holds the history of a
579
separate project inside another repository (the latter of