login
Header Space

 
 

Re: How to change merge message ("weenie commits")

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Thursday, January 25, 2007 - 12:12 pm

Bill Lear <rael@zopyra.com> writes:

Suppose you do your daily work on branch weenie, then one way would
be:

  git format-patch -k master..weenie
  git checkout master
  git apply 00*.patch
  ## review, then git add and git commit where you would write a long
  ## commit message.

One nice thing about this workflow is that you can easily decide if
you want one single commit or a few commits to group logical groups of
the patch files.

+ seth
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How to change merge message ("weenie commits"), Bill Lear, (Thu Jan 25, 11:56 am)
Re: How to change merge message ("weenie commits"), Robin Rosenberg, (Fri Jan 26, 7:24 pm)
Re: How to change merge message ("weenie commits"), Junio C Hamano, (Thu Jan 25, 6:54 pm)
Re: How to change merge message ("weenie commits"), Seth Falcon, (Thu Jan 25, 12:12 pm)
Re: How to change merge message ("weenie commits"), J. Bruce Fields, (Thu Jan 25, 12:07 pm)
speck-geostationary