All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: Jeff King <peff@peff.net>, Omri Sarig <omri.sarig13@gmail.com>,
	git@vger.kernel.org
Subject: Re: Understanding why Git defaults to show author date and not committer date
Date: Sun, 12 Jul 2026 10:45:21 +0200	[thread overview]
Message-ID: <alNUIWZ7W38ABxU5@ugly.lan> (raw)
In-Reply-To: <xmqq4ii5b639.fsf@gitster.g>

On Sat, Jul 11, 2026 at 01:54:02PM -0700, Junio C Hamano wrote:
>Jeff King <peff@peff.net> writes:
>> In a workflow based on mailing patches, the committer date is usually
>> much less interesting. It is "when the maintainer happened to pick up
>> your patch", as opposed to when you wrote it.
>
>True.  In mailing list workflow, the author date recorded is usually
>the date that the patch was sent to the mailing list, which may be
>later than when you wrote it, but is much more relevant as that is
>closer to the time when anybody other than the author have seen the
>patch for the first time.
>
but why do you consider this more interesting than when the commit 
actually hit the target branch? why would most people exploring branch 
histories care more for the "meta" surrounding submissions rather than 
when they actually started to matter to users?

>> Likewise, we show the author's name by default, not the committer's.
>
which should be kept, because the committer identity is much less 
interesting in most workflows.

showing author name + committer date by default may seem unclean, but 
it's what is most *useful*.

if the change was to be made, it would have to be visualized to avoid 
confusion. i kinda like s/Date:/Stamp:/ because it's short and the 
metaphor kinda makes sense. "Committed:" seems worse. format=fuller's 
"CommitDate" seems even worse in this context.

the new default should get a new somewhat arbitrary name like "compact".
note that i'm not worried about backwards compatibility, as somebody 
parsing the porcelain output without even specifying a format doesn't 
deserve differently.

      reply	other threads:[~2026-07-12  8:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10 15:08 Understanding why Git defaults to show author date and not committer date Omri Sarig
2026-07-11  8:03 ` Jeff King
2026-07-11 20:54   ` Junio C Hamano
2026-07-12  8:45     ` Oswald Buddenhagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alNUIWZ7W38ABxU5@ugly.lan \
    --to=oswald.buddenhagen@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=omri.sarig13@gmail.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.