mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 18:46:07 +01:00 
			
		
		
		
	rename trailer to contributor
This commit is contained in:
		| @@ -182,7 +182,7 @@ public class GitChangesetConverter implements Closeable | ||||
|  | ||||
|     Changeset changeset = new Changeset(id, date, author, message); | ||||
|     if (!committerIdent.equals(authorIndent)) { | ||||
|       changeset.addTrailer(new Trailer("Committed-by", createPersonFor(committerIdent))); | ||||
|       changeset.addContributor(new Contributor("Committed-by", createPersonFor(committerIdent))); | ||||
|     } | ||||
|  | ||||
|     if (parentList != null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user