From ec9f3ee79e5bd2bb96094194c8a5594df3d78e47 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@digia.com>
Date: Wed, 18 Mar 2015 15:28:44 +0100
Subject: [PATCH] Doc: new "Stash Unstaged Files" Git function

Change-Id: Ia828f07279cde4d57b2550937a94f13edfe996b2
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
---
 doc/src/howto/creator-vcs.qdoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/src/howto/creator-vcs.qdoc b/doc/src/howto/creator-vcs.qdoc
index 5c9842e0ee1..6c050c52a4d 100644
--- a/doc/src/howto/creator-vcs.qdoc
+++ b/doc/src/howto/creator-vcs.qdoc
@@ -524,7 +524,9 @@
 
     To stash all local changes, select \uicontrol Tools > \uicontrol Git >
     \uicontrol {Local Repository} > \uicontrol Stash > \uicontrol Stash. The working copy is reset
-    to the state it had after the last commit.
+    to the state it had after the last commit. To save the current state of your
+    unstaged files and reset the repository to its staged state, select
+    \uicontrol {Stash Unstaged Files}.
 
     To display a dialog that shows all known stashes with options to restore,
     display or delete them, select \uicontrol Stashes.
-- 
GitLab