]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/shortlog.c
shortlog: change "author" variables to "ident"
authorJeff King <peff@peff.net>
Fri, 25 Sep 2020 07:01:50 +0000 (03:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 17:47:50 +0000 (10:47 -0700)
commit45d93eb82403a35d248d17dd0ea7dc3d690b1323
tree333a183c19fbc32529145577d628a8b7b3b576e0
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
shortlog: change "author" variables to "ident"

We already match "committer", and we're about to start
matching more things. Let's use a more neutral variable to
avoid confusion.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/shortlog.c