This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mantisbt:mailmap [2019/08/08 19:32] dregad [Updating .mailmap] |
mantisbt:mailmap [2019/08/08 19:35] dregad [Example] finish sentence |
||
---|---|---|---|
Line 40: | Line 40: | ||
===== Example ===== | ===== Example ===== | ||
- | The example below was generated on the MantisBT repository, after deleting ''.mailmap''. For the sake of simplicity, only | + | The example below was generated on the MantisBT repository, after removing Victor's aliases from the ''.mailmap'' file. |
- | - Identify <code> | + | - Identify duplicates <code> |
$ git log --format='%aN <%aE>' | sort -u | awk -F'<' '{print $1}' | uniq -c | grep -v '^ *1 '| cut -c9- | $ git log --format='%aN <%aE>' | sort -u | awk -F'<' '{print $1}' | uniq -c | grep -v '^ *1 '| cut -c9- | ||
Victor Boctor | Victor Boctor |