Re: Option for git bisect run to automatically clean up

2012-09-29 Thread Junio C Hamano
Christian Couder writes: > I understand that, but I wonder what we should do if some people > need a "git reset --hard" and if some other people need other > options than -dfx. > We would need both a --reset and a --clean, or perhaps even a > --reset[=(hard|mixed|soft|merge|keep) and a --clean[=]

Re: Option for git bisect run to automatically clean up

2012-09-29 Thread Christian Couder
Hi, On Thu, Sep 27, 2012 at 6:55 PM, Laszlo Papp wrote: > Hi everybody, > > I have just run into a problem when I had to issue an explicit cleanup for > tracked files after a configure run in the Qt5 project. I have tried to > suggest to the people to bring up this idea on the mailing list in ord

Option for git bisect run to automatically clean up

2012-09-27 Thread Laszlo Papp
Hi everybody, I have just run into a problem when I had to issue an explicit cleanup for tracked files after a configure run in the Qt5 project. I have tried to suggest to the people to bring up this idea on the mailing list in order to get this further on. Unfortunately I did not have time to do