---
magit.el | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/magit.el b/magit.el
index b20884c..9f7fb2f 100644
--- a/magit.el
+++ b/magit.el
@@ -2932,8 +2932,9 @@ Prefix arg means justify as well."
(interactive)
(magit-with-refresh
(magit-run-git "stash" "save"
- (format-time-string "Snapshot taken at %Y-%m-%d %H:%M:%S"
- (current-time)))
+ (read-string "Stash description: "
+ (format-time-string "Snapshot taken at %Y-%m-%d
%H:%M:%S"
+ (current-time))))
(magit-run-git "stash" "apply" "st...@{0}")))
(defvar magit-currently-shown-stash nil)
--
1.6.3.3
To unsubscribe from this group, send email to magit+unsubscribegooglegroups.com
or reply to this email with the words "REMOVE ME" as the subject.