Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 884001 Details for
Bug 1082038
"%autosetup -S git" should use "git am" whenever possible
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH] add support for "%autosetup -S git_am"
0001-add-support-for-autosetup-S-git_am.patch (text/plain), 880 bytes, created by
Michal Schmidt
on 2014-04-08 12:12:58 UTC
(
hide
)
Description:
[PATCH] add support for "%autosetup -S git_am"
Filename:
MIME Type:
Creator:
Michal Schmidt
Created:
2014-04-08 12:12:58 UTC
Size:
880 bytes
patch
obsolete
>From 72d25290cb752bce1288670bc4bd6c46ab12db45 Mon Sep 17 00:00:00 2001 >From: Michal Schmidt <mschmidt@redhat.com> >Date: Tue, 8 Apr 2014 12:31:55 +0200 >Subject: [PATCH] add support for "%autosetup -S git_am" > >- Similar to "%autosetup -S git", but assumes git-formatted patch files > and hence preserves authorship information and commit messages. >--- > macros.in | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/macros.in b/macros.in >index ccb834f..477c9cc 100644 >--- a/macros.in >+++ b/macros.in >@@ -1078,6 +1078,13 @@ done \ > %{__git} apply --index %{-p:-p%{-p*}} -\ > %{__git} commit %{-q} -m %{-m*} --author "%{__scm_author}" > >+# Git, using "git am" (-m is unused) >+%__scm_setup_git_am(q)\ >+%{expand:%__scm_setup_git %{-q}} >+ >+%__scm_apply_git_am(qp:m:)\ >+%{__git} am %{-q} %{-p:-p%{-p*}} >+ > # Quilt > %__scm_setup_quilt(q) %{nil} > %__scm_apply_quilt(qp:m:)\ >-- >1.9.0 >
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
Attachments on
bug 1082038
:
879856
| 884001