pmr

~cjwatson/pmr:better-git-commit-messages

Last commit made on 2016-09-12
Get this branch:
git clone -b better-git-commit-messages https://git.launchpad.net/~cjwatson/pmr
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
better-git-commit-messages
Repository:
lp:~cjwatson/pmr

Recent commits

6bed5fe... by Colin Watson

Produce nicer git commit messages

This avoids ugly "Merge commit '<hash>' into <merge-id>" messages, and
causes the commit_message field on merge proposals to mean something.
We now always create a merge commit, and construct a commit message that
includes the merge proposal ID, a shortened version of the repository
and path that match the titles of merge proposals in the Launchpad web
UI, and the commit_message field from the merge proposal. For example,
one might end up with:

  Merge #300000 from ~contributor/project:branch

  Rotate weasels instead of stoats

  Stoats object to being rotated, so rotate weasels instead. Unless
  otherwise specified, mustelid-rotation is through 180 degrees.

8450d95... by Thomi Richards

Initial code import.