From: Liam Beguin Date: Sat, 17 Jun 2017 22:30:52 +0000 (-0400) Subject: glossary: define 'stash entry' X-Git-Tag: v2.14.0-rc0~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90f64f1cf5fe20bbac7353028e23f28ceca61195;p=thirdparty%2Fgit.git glossary: define 'stash entry' Signed-off-by: Liam Beguin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 6e991c2469..b71b943b12 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 <> used to temporarily store the contents of a + <> working directory and the index for future reuse. + [[def_submodule]]submodule:: A <> that holds the history of a separate project inside another repository (the latter of