Thank you all for your reviews and feedback. I will try and submit
this patch by taking my time to think about the various solutions and
coming up with the best one. I will also try and see if I can assist
Junio with his JFF patch.
I have learned a lot during the process of implementing this micro
On Fri, Mar 13, 2015 at 2:18 PM, Sudhanshu Shekhar
wrote:
> git reset '-' will reset to the previous branch. To reset a file named
> "-" use either "git reset ./-" or "git reset -- -".
>
> Change error message to treat single "-" as an ambigous revision or
> path rather than a bad flag.
>
> Helped
git reset '-' will reset to the previous branch. To reset a file named
"-" use either "git reset ./-" or "git reset -- -".
Change error message to treat single "-" as an ambigous revision or
path rather than a bad flag.
Helped-by: Junio C Hamano
Helped-by: Eric Sunshine
Helped-by: Matthieu Moy
3 matches
Mail list logo