Quote:
Originally Posted by eureka
I think, Git allows only for one author in commit field, so historical information about authors shouldn't be removed from commit messages.
|
Code:
--msg-filter 'sed -e "/Authors[^,]*$/d"'
to remove the authors info if there is only one author listed.