git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git workflow - merging upwards
@ 2012-08-16 19:49 Patrick Sabin
  2012-08-16 20:43 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Sabin @ 2012-08-16 19:49 UTC (permalink / raw)
  To: git

I read through gitworkflows and want to use the Merge Upwards rule in my 
projects:

"Always commit your fixes to the oldest supported branch that require 
them. Then (periodically) merge the integration branches upwards into 
each other."

This looks great but I have some trouble in the case if I want to have
a change in an older branch and don't want to propagate the change to
the newer branches. Let's say I have a v1.1 and a v1.2 and now a have
a bug fix/workaround which only affects version v1.1 but not v1.2. If
I commit to v1.1 then the periodical merge would merge the change to 
v1.2 which is what I don't want.

Any ideas/workarounds for that problem?

--
Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-17  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 19:49 git workflow - merging upwards Patrick Sabin
2012-08-16 20:43 ` Junio C Hamano
2012-08-17  8:14   ` Patrick Sabin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).