id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9265	Use repository user names when updating tickets	AllenB	mrelbe	When this plugin adds a commit message to a ticket as a comment, the comment is listed as `"Changed XX days ago by trac"`.  It would be nice to have an option to use the name listed on the commit instead of 'trac' as the origin of the comment.  In our particular setup, our Subversion repository uses the same set of user names as Trac.  It would be much easier to follow a ticket's history if incoming commit messages were labeled with the user name of the person who made the commit.\r\n\r\nAnother option (which is probably easier to code) is to add the username into the body of the comment instead.  The first line of the comment/macro could be changed from:\r\n{{{\r\n[2059]:\r\n\r\nFix grammar problems in error messages\r\n}}}\r\nto something like:\r\n{{{\r\n[2059] (by AllenB):\r\n\r\nFix grammar problems in error messages\r\n}}}\r\nor:\r\n{{{\r\nIn r2059, AllenB committed:\r\n\r\nFix grammar problems in error messages\r\n}}}	enhancement	assigned	normal	TracTicketChangesetsPlugin	minor				0.12
