-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've repeatedly encountered a situation where git-merge-changelog is a hindrance rather than a help. Any time I commit a patch on one branch, then want to run 'git cherry-pick' to copy it to another, git-merge-changelog either segfaults or goes into a super-long processing loop trying to resolve all of the differences between the two changelog entries, rather than doing what I wanted of just cherry-picking the most recent changelog entry and ignoring all other differences in the two divergent histories. On projects like gnulib, where all development is in a single branch, this isn't much of an issue, but on projects like m4, bison, or automake, where multiple branches are actively maintained and commits are routinely copied from one branch to another, it gets quite annoying to have to edit my .git/info/attributes to disable the git-merge-changelog attribute, perform the cherry-pick, then re-enable the attribute. It would be nicer if git-merge-changelog could be taught how to recognize cherry-picks and treat them correctly.
- -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpKC1wACgkQ84KuGfSFAYBYzQCfZWHdsRyoCT8YZZfRMYSTEoyy 0SwAn1xD/Ml0FvCYYvLsqAHsj5KgZY6B =sG+I -----END PGP SIGNATURE-----