List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Add support for git's mailmap.
@ 2016-08-24 18:28 smithj4
  2016-08-24 19:23 ` john
  0 siblings, 1 reply; 10+ messages in thread
From: smithj4 @ 2016-08-24 18:28 UTC (permalink / raw)



If a mailmap file is present in the repo, it will be used to coalesce
commits by the same person, just like git does. When no mailmap file is
found then it functions as before.
---
  cgit.h      |  3 +++
  parsing.c   | 43 +++++++++++++++++++++++++++++++++++++++++++
  ui-atom.c   |  9 +++++++--
  ui-commit.c |  4 ++++
  ui-log.c    |  4 ++++
  ui-stats.c  |  8 ++++++--
  6 files changed, 67 insertions(+), 4 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-support-for-git-s-mailmap.patch
Type: text/x-patch
Size: 7405 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20160824/27e9792a/attachment.bin>


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-08-26 20:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 18:28 [PATCH] Add support for git's mailmap smithj4
2016-08-24 19:23 ` john
2016-08-24 21:27   ` smithj4
2016-08-24 21:38     ` smithj4
2016-08-24 22:30     ` john
2016-08-25 19:22       ` smithj4
2016-08-25 20:12         ` john
2016-08-25 20:13           ` [PATCH 1/2] filter: introduce cgit_open_email_filter() wrapper john
2016-08-25 20:13             ` [PATCH 2/2] Remove angle brackets from {author,committer}_email john
2016-08-26 20:11           ` [PATCH] Add support for git's mailmap smithj4

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).