0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-19 19:42:30 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Frank Lichtenheld
63ba6b27ce uncrustify: add sp_after_comma=add
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <20220519085428.6783-3-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24397.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2022-05-22 13:10:22 +02:00
Gert Doering
1f1b8980a5 Exclude the last two whitespace-only uncrustify fixes from git blame output.
(The Great Reformatting of 2022 and the small trailing-whitespace patch
of today)

Signed-off-by: Gert Doering <gert@greenie.muc.de>
2022-05-05 13:46:59 +02:00
Gert Doering
d299367c42 Add c1ff8f247f (engine, pool, SSO) to .git-blame-ignore-revs
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2020-06-26 15:03:39 +02:00
Arne Schwabe
e0b49cb952 Add .git-blame-ignore-revs with reformat commits
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
use:

   git blame --ignore-revs-file=.git-blame-ignore-revs file

or to automatically always use the file

   git config blame.ignoreRevsFile .git-blame-ignore-revs

Naming the file .git-blame-ignore-revs is a convention.

Some more details in this random blog post:

https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame

Patch V2: Remove merge commit of the great formatting, add small
          reminder how to use the feature at the top of the file

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200604235338.11728-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19967.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2020-06-10 13:54:46 +02:00