Skip to content

Commit 90f64f1

Browse files
liambeguingitster
authored andcommitted
glossary: define 'stash entry'
Signed-off-by: Liam Beguin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c1b5d01 commit 90f64f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/glossary-content.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,10 @@ The most notable example is `HEAD`.
570570
is created by giving the `--depth` option to linkgit:git-clone[1], and
571571
its history can be later deepened with linkgit:git-fetch[1].
572572

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+
573577
[[def_submodule]]submodule::
574578
A <<def_repository,repository>> that holds the history of a
575579
separate project inside another repository (the latter of

0 commit comments

Comments
 (0)