Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: CVS repository
-
Labels:None
Description
Firstly - git.moodle.org should be added as a component of MDLSITE
When runnning git cvsimport, we can use -A parameter to produce more git-ish log using the data from cvsadmin. This is what works for me:
$ git cvsimport -A cvs-authors.txt ...
See cvs-authors.txt attached for the list of users. This file was prepared manually. There shoudl be some automatic way how to generate it from cvsadmin module data.
I have added git.moodle.org as an MDLSITE component.
Are you talking about gitweb (http://git.moodle.org/) or command line git?
if you mean gitweb, the viewvc (http://cvs) page also displays usernames and not full names, looking through the CGI it would be pretty easy to change this if we really want...