Updated docs to state that stashes are not pruned

This commit is contained in:
Steve Streeting 2020-08-12 15:23:36 +01:00
parent 70f16ac341
commit 57d4f2ad45

@ -12,6 +12,7 @@ Prune operates by enumerating all the locally stored objects, and then deleting
any which are not referenced by at least ONE of the following:
* the current checkout
* all existing stashes
* a 'recent branch'; see [RECENT FILES]
* a 'recent commit' on the current branch or recent branches; see [RECENT FILES]
* a commit which has not been pushed; see [UNPUSHED LFS FILES]