public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@fastmail•com>
To: "Lee Smith" <lee@dj-djl•com>, git@vger•kernel.org
Subject: Re: I still use git whatchanged
Date: Sun, 07 Dec 2025 12:56:45 +0100	[thread overview]
Message-ID: <d5336a22-087e-41ab-abb5-900a45054ef4@app.fastmail.com> (raw)
In-Reply-To: <CAOFvV7=DjmWhdoRK=f7ON7gRzaHSGWct25SCo8T_34XBj6XFHw@mail.gmail.com>

On Sun, Dec 7, 2025, at 11:12, Lee Smith wrote:
> I use this regularly, despite learning git after git log was added.

The closest equivalent is `git log --raw --no-merges`.

> Remembering all the different options is hard so it's useful to have
> shortcuts.

The thing about this command is that the `--raw` output is pretty noisy
for interactive use. Why not something “prettier” like `--stat` or
`--name-only`?

Well, anyway. It’s not like any workflow or preference is wrong.

> If it's difficult to maintain I can understand why you might want to
> remove it but I recommend adjusting the message that is shown to
> suggest adding an alias instead.

Sure. You can use the command name as an alias on Git 2.51.2 and 2.52.0.

    git config set --global alias.whatchanged 'log --raw --no-merges'

  reply	other threads:[~2025-12-07 11:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAOFvV7kFm-A2_i2URg-2wgfTet8Dv9SMAD0Aw1AwStCJm5WOLA@mail.gmail.com>
2025-12-07 10:12 ` I still use git whatchanged Lee Smith
2025-12-07 11:56   ` Kristoffer Haugsbakk [this message]
2026-01-05 18:05 Wayne Rowcliffe
2026-01-05 19:23 ` Kristoffer Haugsbakk
2026-01-05 19:26   ` Wayne Rowcliffe
  -- strict thread matches above, loose matches on Subject: below --
2025-11-15  3:16 Chia-Sheng Chang
2025-11-15 14:55 ` Kristoffer Haugsbakk
2025-10-13 21:59 Samer Abdallah
2025-10-13 22:15 ` Kristoffer Haugsbakk
2025-10-14  1:06   ` Junio C Hamano
     [not found]   ` <25428D84-1B92-4398-93B2-175231A699B4@gmail.com>
2025-10-14  7:10     ` Kristoffer Haugsbakk
2025-09-29  8:42 Henrik Bennin
2025-09-29  8:58 ` Kristoffer Haugsbakk
2025-09-29 14:16   ` Junio C Hamano
2025-08-26 12:42 Mira Skwar
2025-08-26 13:56 ` Kristoffer Haugsbakk

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=d5336a22-087e-41ab-abb5-900a45054ef4@app.fastmail.com \
    --to=kristofferhaugsbakk@fastmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=lee@dj-djl$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox