mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

merge-po; po file header isn't getting merged correctly #66

Open prculley opened 5 years ago

prculley commented 5 years ago

The header region of a po file contains information on authors, last edit, copyright etc. It often gets modified on one or more branches and also needs conflict resolution during a merge. However the current script seems to only keep the current branch version, not any changes being merged in.

Is it possible to correct this? Perhaps something like a normal git merge for the header region, and then the remainder of the file using the merge-po algorithm?