Re: [PATCH] Make "git reset" a builtin. (incomplete)
From: Johannes Sixt <hidden> Date: 2016-06-15 22:43:30
Carlos Rica wrote:
This is the first version of the program "builtin-reset.c",
intended for replacing the script "git-reset.sh".
You are my hero, Carlos!
git-reset.sh is the prominent script that does not grok "master@{1}" on
MinGW (because of mysterious bogus quoting of the braces). This should
be solved with this conversion to C code.
-- Hannes