Bugzilla – Attachment 178144 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: (follow-up) Fix failing t/Makefile.t test
Bug-39096-follow-up-Fix-failing-tMakefilet-test.patch (text/plain), 976 bytes, created by
Katrin Fischer
on 2025-02-17 16:29:54 UTC
(
hide
)
Description:
Bug 39096: (follow-up) Fix failing t/Makefile.t test
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2025-02-17 16:29:54 UTC
Size:
976 bytes
patch
obsolete
>From fa5a7038326a8dc84156ac6c2ce94844a0171c1e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Mon, 17 Feb 2025 16:27:57 +0000 >Subject: [PATCH] Bug 39096: (follow-up) Fix failing t/Makefile.t test > >Ignore .git-blame-ignore-revs for Makefile.t, like we do for .gitignore. >--- > MANIFEST.SKIP | 3 ++- > t/Makefile.t | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP >index 6d0e033feb7..9e5906aaab2 100644 >--- a/MANIFEST.SKIP >+++ b/MANIFEST.SKIP >@@ -11,4 +11,5 @@ release_notes_1 > \.git/ > MANIFEST.bak > \.gitignore >-\.mailmap >\ No newline at end of file >+\.git-blame-ignore-revs >+\.mailmap >diff --git a/t/Makefile.t b/t/Makefile.t >index 4a4814de6b8..b5da3fb7137 100755 >--- a/t/Makefile.t >+++ b/t/Makefile.t >@@ -27,6 +27,7 @@ my @MakeFile = split "\n", $MakeFile; > my @ignored = qw( > .editorconfig > .gitignore >+ .git-blame-ignore-revs > .mailmap > .perlcriticrc > .proverc >-- >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