From 353457158d7d298a10b5de241daa2b5296d551d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 9 Apr 2013 17:05:06 +0200 Subject: git-stash: fix git add call --- git-stash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-stash b/git-stash index 5fc028f..f70083e 100755 --- a/git-stash +++ b/git-stash @@ -18,7 +18,7 @@ else # R/RI/RICU; start git commit --allow-empty -m wip-index-state # now RI/RI/RICU; pushed index onto repo - git add -A && git commit --allow-empty -m wip-worktree-state + git add -A :/ && git commit --allow-empty -m wip-worktree-state # now RICU/RICU/RICU; pushed C/U files onto repo # ... switch branch, work work work, commit ... # now you want to get back to the saved state -- cgit v1.1-2-g2b99