mirror of
https://github.com/frej/fast-export.git
synced 2025-11-01 08:55:47 +01:00
11 lines
379 B
Markdown
11 lines
379 B
Markdown
|
|
## Branch Name in Commit Message
|
||
|
|
|
||
|
|
Mercurial has a much stronger notion of branches than Git,
|
||
|
|
and some parties may not wish to lose the branch information
|
||
|
|
during the migration to Git. You can use this plugin to either
|
||
|
|
prepend or append the branch name from the mercurial
|
||
|
|
commit into the commit message in Git.
|
||
|
|
|
||
|
|
To use the plugin, add
|
||
|
|
`--plugin branch_name_in_commit=(start|end)`.
|