4.4.3.0.0+ build fails (unit tests)

Norbert Thiebaud nthiebaud at gmail.com
Thu Mar 19 17:07:16 PDT 2015


On Thu, Mar 19, 2015 at 9:01 AM, Miklos Vajna <vmiklos at collabora.co.uk> wrote:
> Hi Justin,
>
> On Thu, Mar 19, 2015 at 04:32:35PM +0300, Justin Luth <justin_luth at sil.org> wrote:
>> P.S.  I have not been able to figure out how to remove a file from a
>> commit if I add it accidentally.  If I do a "git commit -a" and get an
>> unintended file, how do I amend the commit to "ignore" the file?  (That
>> is what happened here.)
>
> rm <file>, then git commit -a --amend

or

git rm <file>
git commit --amend

Norbert


More information about the LibreOffice mailing list