repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
5427dcb
parent
3ec9462
author
Eric Bower
date
2024-05-22 09:41:09 -0400 EDT
chore: copy
1 files changed,  +1, -1
M pr.go
M pr.go
+1, -1
1@@ -191,7 +191,7 @@ func (cmd PrCmd) SubmitPatchRequest(pubkey string, repoID string, patches io.Rea
2 		return nil, fmt.Errorf("could not create patch request")
3 	}
4 
5-	authorName := ""
6+	authorName := "Unknown"
7 	authorEmail := ""
8 	if header.Author != nil {
9 		authorName = header.Author.Name