* I still use this/these
@ 2025-09-22 22:11 S0AndS0 of Digital Mercenaries LLC
2025-09-22 22:18 ` Kristoffer Haugsbakk
0 siblings, 1 reply; 5+ messages in thread
From: S0AndS0 of Digital Mercenaries LLC @ 2025-09-22 22:11 UTC (permalink / raw)
To: git
Howdy Git/Kernel team!
Recently, as of `git version 2.51.0`, running the following commands be
popping
warnings;
git whatchanged <path>
git log --since="$(date --date='-2 weeks' +%F)"
... Warnings stating those using certain features slated for removal should
email y'all about `--i-still-use-this`. If there are alternatives I can
alias,
that will remain functional, please do let those like me know. Maybe via the
same sorta warning system.
Wishing ya a magnificent Monday!
S0AndS0 of Digital Mercenaries LLC
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: I still use this/these
2025-09-22 22:11 I still use this/these S0AndS0 of Digital Mercenaries LLC
@ 2025-09-22 22:18 ` Kristoffer Haugsbakk
2025-09-23 0:55 ` S0AndS0 of Digital Mercenaries LLC
0 siblings, 1 reply; 5+ messages in thread
From: Kristoffer Haugsbakk @ 2025-09-22 22:18 UTC (permalink / raw)
To: S0AndS0 of Digital Mercenaries LLC, git
On Tue, Sep 23, 2025, at 00:11, S0AndS0 of Digital Mercenaries LLC wrote:
> Recently, as of `git version 2.51.0`, running the following commands be
> popping
> warnings;
>
> git whatchanged <path>
>
> git log --since="$(date --date='-2 weeks' +%F)"
>
> ... Warnings stating those using certain features slated for removal should
> email y'all about `--i-still-use-this`. If there are alternatives I can
> alias,
> that will remain functional, please do let those like me know. Maybe via the
> same sorta warning system.
You can use
git log --raw --no-merges
If you want the same behavior.
You can also replace `--raw` with `--stat` or `--name-only` if you want
the list of files without the filemode, hashes, and change type (like
M).
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: I still use this/these
2025-09-22 22:18 ` Kristoffer Haugsbakk
@ 2025-09-23 0:55 ` S0AndS0 of Digital Mercenaries LLC
2025-09-23 13:04 ` D. Ben Knoble
0 siblings, 1 reply; 5+ messages in thread
From: S0AndS0 of Digital Mercenaries LLC @ 2025-09-23 0:55 UTC (permalink / raw)
To: Kristoffer Haugsbakk, git
On 9/22/25 15:18, Kristoffer Haugsbakk wrote:
> On Tue, Sep 23, 2025, at 00:11, S0AndS0 of Digital Mercenaries LLC wrote:
>> Recently, as of `git version 2.51.0`, running the following commands be
>> popping
>> warnings;
>>
>> git whatchanged <path>
>>
>> git log --since="$(date --date='-2 weeks' +%F)"
> You can use
>
> git log --raw --no-merges
>
> If you want the same behavior.
>
> You can also replace `--raw` with `--stat` or `--name-only` if you want
> the list of files without the filemode, hashes, and change type (like
> M).
Wow, thanks for the rapid repose Kristoffer!
I'll alias `--raw` until my muscle memory for `git wh<tab>` catches up x-)
If I am not miss remembering plans to remove `--since` then is there a new
equivalent for filtering logs over time?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: I still use this/these
2025-09-23 0:55 ` S0AndS0 of Digital Mercenaries LLC
@ 2025-09-23 13:04 ` D. Ben Knoble
2025-09-23 16:36 ` S0AndS0 of Digital Mercenaries LLC
0 siblings, 1 reply; 5+ messages in thread
From: D. Ben Knoble @ 2025-09-23 13:04 UTC (permalink / raw)
To: S0AndS0 of Digital Mercenaries LLC; +Cc: Kristoffer Haugsbakk, git
On Mon, Sep 22, 2025 at 8:56 PM S0AndS0 of Digital Mercenaries LLC
<S0AndS0@digital-mercenaries.com> wrote:
>
> If I am not miss remembering plans to remove `--since` then is there a new
> equivalent for filtering logs over time?
I don't believe "--since" is deprecated: I can find no mention of such
a thing in Documentation/RelNotes.
--
D. Ben Knoble
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: I still use this/these
2025-09-23 13:04 ` D. Ben Knoble
@ 2025-09-23 16:36 ` S0AndS0 of Digital Mercenaries LLC
0 siblings, 0 replies; 5+ messages in thread
From: S0AndS0 of Digital Mercenaries LLC @ 2025-09-23 16:36 UTC (permalink / raw)
To: D. Ben Knoble; +Cc: Kristoffer Haugsbakk, git
On 9/23/25 06:04, D. Ben Knoble wrote:
> On Mon, Sep 22, 2025 at 8:56 PM S0AndS0 of Digital Mercenaries LLC
> <S0AndS0@digital-mercenaries.com> wrote:
>> If I am not miss remembering plans to remove `--since` then is there a new
>> equivalent for filtering logs over time?
> I don't believe "--since" is deprecated: I can find no mention of such
> a thing in Documentation/RelNotes.
>
Thanks for checking Ben!
Oof, I cannot reproduce warnings with `--since` so I be totally mistaken.
Again thanks to y'all for time and help... and Git in general (-!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-09-23 16:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 22:11 I still use this/these S0AndS0 of Digital Mercenaries LLC
2025-09-22 22:18 ` Kristoffer Haugsbakk
2025-09-23 0:55 ` S0AndS0 of Digital Mercenaries LLC
2025-09-23 13:04 ` D. Ben Knoble
2025-09-23 16:36 ` S0AndS0 of Digital Mercenaries LLC
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.