July 2018
Intermediate to advanced
354 pages
10h 57m
English
Let's see how many commits in the repository are referring to a bug:
$ git log --all --grep="^[bB][uU][gG]: [0-9]"
commit 3db6e05e52b24e16fbe93376d3fd8935e5f4fc9b
Author: Stefan Lay <stefan.lay@sap.com>
Date: Wed Jan 15 13:23:49 2014 +0100
Fix fast forward rebase with rebase.autostash=true
The folder .git/rebase-merge was not removed in this case. The
repository was then still in rebase state, but neither abort nor
continue worked. ...Read now
Unlock full access