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

2020-07-07 Thread Arne Schwabe
Am 07.07.20 um 14:16 schrieb Arne Schwabe: > This allows git blame to ignore reformatting changes and instead > shows the previous commit that changed the line. Ignore the first two patches. git send-email-to=openvpn-devel@lists.sourceforge.net *patch is a dangerous thing to do. The other t

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

2020-07-07 Thread Arne Schwabe
This allows git blame to ignore reformatting changes and instead shows 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 u

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

2020-05-29 Thread Antonio Quartulli
Hi, On 29/05/2020 16:21, Arne Schwabe wrote: > Am 29.05.20 um 15:51 schrieb David Sommerseth: >> On 29/05/2020 01:54, Arne Schwabe wrote: >>> +# Merge 'reformatting' branch into master >>> +1f004b2f06e987d73e48f7fd7b96b0b248274f58 >> >> Are you sure this "merge" commit shouldn't be commit 81d882d5

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

2020-05-29 Thread Arne Schwabe
Am 29.05.20 um 15:51 schrieb David Sommerseth: > On 29/05/2020 01:54, Arne Schwabe wrote: >> This allows git blame to ignore reformatting changes and instead >> shows the previous commit that changed the line. >> >> To avoid manually building the list of commits this commit >> adds a file with a li

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

2020-05-29 Thread David Sommerseth
On 29/05/2020 01:54, Arne Schwabe wrote: > This allows git blame to ignore reformatting changes and instead > shows 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 f

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

2020-05-28 Thread Arne Schwabe
This allows git blame to ignore reformatting changes and instead shows 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 u