Bugzilla – Attachment 178147 Details for
Bug 39096
Add "tidy all" commits to a git blame ignore file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39096: Add .git-blame-ignore-revs mapping to Makefile.PL
Bug-39096-Add-git-blame-ignore-revs-mapping-to-Mak.patch (text/plain), 794 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-02-17 17:17:14 UTC
(
hide
)
Description:
Bug 39096: Add .git-blame-ignore-revs mapping to Makefile.PL
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-02-17 17:17:14 UTC
Size:
794 bytes
patch
obsolete
>From 44a941e3c7999568108506ee032dd01d7583ddd5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 17 Feb 2025 17:16:42 +0000 >Subject: [PATCH] Bug 39096: Add .git-blame-ignore-revs mapping to Makefile.PL > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index b11bfe1518e..a5002e0898c 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -394,6 +394,7 @@ my $target_map = { > # ignore files and directories created by the install itself > './pm_to_blib' => 'NONE', > './blib' => 'NONE', >+ '.git-blame-ignore-revs' => 'NONE', > '.prettierrc.js' => 'NONE', > '.sass-lint.yml' => 'NONE', > '.scss-lint.yml' => 'NONE', >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39096
:
177739
|
178027
|
178128
|
178144
| 178147