From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@fastmail.com>
To: "Bjoern Bastian" <bjoernbastian@posteo.de>
Cc: git@vger.kernel.org
Subject: Re: Usage of git whatchanged
Date: Sun, 14 Sep 2025 21:44:05 +0200 [thread overview]
Message-ID: <9bcd2f6e-8646-4b93-b2b2-fa1ccac5442b@app.fastmail.com> (raw)
In-Reply-To: <aMcYrG3XBZc9Yu_L@eismeer>
On Sun, Sep 14, 2025, at 21:34, Bjoern Bastian wrote:
> Hi Kristoffer,
>
>> You can also make a Git alias.
>>
>> git config set --global alias.wh 'log --raw --no-merges'
>
> neat, thank you, I never noticed the Git aliases. I'll do that.
>
>> > One can live without, but the statement "whatchanged is not even shorter
>> > to type than log --raw." on https://git-scm.com/docs/git-whatchanged is
>> > a weak one
>>
>> I have a proposal to remove it.
>
> Makes sense to me.
>
>> > that misses obvious use cases of `whatchanged`.
>>
>> The thing with git-whatchanged is that it uses the same underlying
>> machinery as git-log. So there’s nothing that git-whatchanged can do
>> that git-log cannot do.
>>
>> ... and I guess vice versa. But historically git-log ended up as the
>> new-and-better replacement (according to the devs) with git-whatchanged
>> being kept around for people who was used to typing it.
>
> Knowing Git aliases, there is actually no reason to keep `whatchanged`.
> Without the idea to enforce `--i-still-use-this` in the transition time,
> this would allow users to continue with their habits if they like to.
Sure, you can use something like that `wh` alias.
But note that you cannot make an alias like this named simply
`whatchanged` (the same name as the command):
git config set --global alias.whatchanged 'log --raw --no-merges'
(in order to continue with the same habits exactly, verbatim)
Because you cannot currently make an alias that has the same name as a
command like this one. But it looks like that restriction will be
lifted for deprecated commands in a future version.
prev parent reply other threads:[~2025-09-14 19:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-14 12:48 Usage of git whatchanged Bjoern Bastian
2025-09-14 13:10 ` Kristoffer Haugsbakk
[not found] ` <aMbIqD4c5JY60fK1@eismeer>
2025-09-14 17:58 ` Kristoffer Haugsbakk
[not found] ` <aMcYrG3XBZc9Yu_L@eismeer>
2025-09-14 19:44 ` Kristoffer Haugsbakk [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=9bcd2f6e-8646-4b93-b2b2-fa1ccac5442b@app.fastmail.com \
--to=kristofferhaugsbakk@fastmail.com \
--cc=bjoernbastian@posteo.de \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox