This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git am


On Mon, Jun 03, 2013 at 10:30:53AM -0400, Carlos O'Donell wrote:
> On 06/03/2013 07:31 AM, Thomas Schwinge wrote:
> > Hi!
> > 
> > On Tue, 28 May 2013 17:27:00 -0400, "Carlos O'Donell" <carlos@redhat.com> wrote:
> >> We need to switch to git-am process workflow for glibc
> >> so I won't make those kinds of mistakes.
> > 
> > I'd be very happy to, but it seems difficult to me with all the conflicts
> > it would cause in ChangeLog and NEWS files?
> 
> Is there any way a pre/post-commit hook could use metadata in the message
> to update NEWS and ChangeLog?
> 
I wrote a script to add bugzilla number from commit message. 

Or run it when about to commit where we could open firefox to close bug.
Is there easy way to prefill bugzilla message with:

Fixed by: hexid


For conflicts I typically do 
git checkout -f HEAD^ offending file 
and run script to regenerate. 

Attachment: mknews.rb
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]