Re: Warning suggestion for git stash drop

2017-07-18 Thread Laurent Humblet
d be loaded by the user to add confirmation before all potentially dangerous commands but it'll be for another thread. Thank you for your help guys and keep up with your excellent work on Git! All the best, Laurent On 30 June 2017 at 21:21, Junio C Hamano <gits...@pobox.com> wrote: > Lau

Re: Warning suggestion for git stash drop

2017-06-30 Thread Laurent Humblet
and it wouldn't impact anything else? Have a great week-end! On 29 June 2017 at 20:56, Stefan Beller <sbel...@google.com> wrote: > On Thu, Jun 29, 2017 at 11:44 AM, Junio C Hamano <gits...@pobox.com> wrote: >> Laurent Humblet <laurent.humb...@gmail.com> writes: >>

Warning suggestion for git stash drop

2017-06-29 Thread Laurent Humblet
Hi all, Would it be possible to add an optional Yes/No when doing a 'git stash drop'? Something similar as what happens when pushing on a remotely checked out branch (with a config setting to turn the warning on/off). I know that you can always get your dropped stash back using git reflog but a