From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id D7E161F990 for ; Wed, 5 Aug 2020 20:14:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729691AbgHEUNr (ORCPT ); Wed, 5 Aug 2020 16:13:47 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:57627 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726766AbgHEQX1 (ORCPT ); Wed, 5 Aug 2020 12:23:27 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 58DD274B49; Wed, 5 Aug 2020 12:08:19 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=BI6bNhznG3iNafDBZtgNQ0BgBxo=; b=i8uFk2 ry49aTnfQhoWEraDWsWDq3/GlyhX38jdg0qeXinPXJe4GEkYSh5i0q3qAtvhdXXf em/bXAcKm2EyFsKoIq6oQanT/7YcDNz98NTYEoKYiMK0uB6LE/w42Vfo6anVz/X/ 5pzJwvzSWfHGMhViiINVAtZR+YbSIifGVgeeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=LRQ0q8/fuQ71IwmsfUcE9VEc/HuXyL01 cGSbyerzfldW3e3fc2QQWOJawlx25gzsKEC7CXpRZ4AFSRK5LaUH1Rzgab6ON32z bjxdFV7sNZwqDTVQEhaZxTpYphvQTl5/qdrvqL8aA8d5wAcZk6X6VZkXudDgjq5V 9LthFjqrtSc= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5086174B48; Wed, 5 Aug 2020 12:08:19 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id CF00D74B47; Wed, 5 Aug 2020 12:08:18 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: "brian m. carlson" Cc: =?utf-8?B?16DXotedINeh15XXnNeV15HXmdemJ9eZ16c=?= , git@vger.kernel.org Subject: Re: Why is AuthorDate displayed on git-blame? References: <20200805015939.GQ6540@camp.crustytoothpaste.net> Date: Wed, 05 Aug 2020 09:08:18 -0700 In-Reply-To: <20200805015939.GQ6540@camp.crustytoothpaste.net> (brian m. carlson's message of "Wed, 5 Aug 2020 01:59:39 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: E08A62B6-D735-11EA-86E9-01D9BED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "brian m. carlson" writes: > .... Since we're displaying the author name, > we might as well display the author timestamp as well. Ah, yes, I did forget this important aspect. The date goes with the name, so it would be awkward to show committer timestamp together with the author name.