Skip to content

Commit 31088d7

Browse files
committed
find_maintainer_by_git: use author info instead of committer's
1 parent 70383f8 commit 31088d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lilac2/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def find_maintainer_by_git(
221221
me = self.myaddress
222222

223223
cmd = [
224-
"git", "log", "--format=%H %cn <%ce>", "--", file,
224+
"git", "log", "--format=%H %an <%ae>", "--", file,
225225
]
226226
p = subprocess.Popen(
227227
cmd, stdout=subprocess.PIPE, universal_newlines=True,

0 commit comments

Comments
 (0)