瀏覽代碼

How to merge author information.

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
Jani Hur 11 年之前
父節點
當前提交
0e06856b98
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      doc/gitstats.pod

+ 4
- 0
doc/gitstats.pod 查看文件

81
 
81
 
82
 A: At the moment the only way is to use L<git-filter-branch(1)> to create a temporary repository and generate the statistics from that.
82
 A: At the moment the only way is to use L<git-filter-branch(1)> to create a temporary repository and generate the statistics from that.
83
 
83
 
84
+Q: How do I merge author information when the same author has made commits using different names or emails ?
85
+
86
+A: Use git .mailmap feature described in B<MAPPING AUTHORS> of L<git-shortlog(1)>.
87
+
84
 =head1 EXAMPLES
88
 =head1 EXAMPLES
85
 
89
 
86
 =over
90
 =over