mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01:00 
			
		
		
		
	Simplify API
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.addTrailers(Collections.singleton(new Trailer("Committed-by", createPersonFor(committerIdent))));
 | 
			
		||||
      changeset.addTrailer(new Trailer("Committed-by", createPersonFor(committerIdent)));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (parentList != null)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user