Bug 39096: Add 'tidy all' commits to a git blame ignore file
To get a relevant blame we want to exclude some commits from bug 38664. Test plan: 0. Do not apply this patch 1. % git blame C4/Auth.pm (or other file) Notice that there is a lot of reference to bug 38664 (you can see it with the author "Koha Development Team") 2. Apply this patch 3. Tell git to use this new file: % git config blame.ignoreRevsFile .git-blame-ignore-revs Repeat 1. => There are way less refs to "Koha Development Team" Before: % git blame C4/Auth.pm|grep "Koha Development Team" | wc -l 454 After: % git blame C4/Auth.pm|grep "Koha Development Team" | wc -l 29 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
57f271d6b2
commit
84ea94a203
1 changed files with 5 additions and 0 deletions
5
.git-blame-ignore-revs
Normal file
5
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Bug 38664: (re)Tidy the .vue files - 'semi: true'
|
||||||
|
8fb859060036dd0a14130ef37f9ea53524ec9178
|
||||||
|
|
||||||
|
# Bug 38664: Tidy the whole codebase
|
||||||
|
d659526b5ae3363de6dc7691a782a45aaf781a46
|
Loading…
Reference in a new issue