Add branch_name_in_commit plugin
[fast-export.git] / plugins / branch_name_in_commit / README.md
blobb11982b7d6fba6c9fab8ded057c194f3f4aaab57
1 ## Branch Name in Commit Message
3 Mercurial has a much stronger notion of branches than Git,
4 and some parties may not wish to lose the branch information
5 during the migration to Git. You can use this plugin to either
6 prepend or append the branch name from the mercurial
7 commit into the commit message in Git.
9 To use the plugin, add
10 `--plugin branch_name_in_commit=(start|end)`.