]> mj.ucw.cz Git - git-tools.git/commit
Update2: Recognize merges this->another in addition to another->this
authorMartin Mares <mj@ucw.cz>
Mon, 16 Jul 2012 18:07:35 +0000 (20:07 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Jul 2012 18:07:35 +0000 (20:07 +0200)
commitf6d82195bdd1681ac34add402cdcf63221086608
treece339fc02984b6cd602e4f82a7a8ace40cc3d6f7
parent751f32aa54e6ec9b20da6a53769ffdf1584f4db3
Update2: Recognize merges this->another in addition to another->this

This is useful whenever somebody merges two branches and pushes the
result to both of them.

However, both branches must be local. When "git pull" merges with
a remote tracking branch, the commit message includes the name
of the remote, so our test does not trigger (intentionally).
update2