Re: [Openvpn-devel] [PATCH v2] Add .git-blame-ignore-revs with reformat commits

2020-06-10 Thread David Sommerseth
On 05/06/2020 01:53, Arne Schwabe wrote: > This allows git blame to ignore reformatting changes and instead > to show the previous commit that changed the line. > > To avoid manually building the list of commits this commit > adds a file with a list of reformatting commits. I might have > missed a

[Openvpn-devel] [PATCH v2] Add .git-blame-ignore-revs with reformat commits

2020-06-04 Thread Arne Schwabe
This allows git blame to ignore reformatting changes and instead to show the previous commit that changed the line. To avoid manually building the list of commits this commit adds a file with a list of reformatting commits. I might have missed a few but this should be a good start. To use the file