Re: [PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries
From: Karthik Nayak <hidden>
Date: 2025-03-10 12:34:15
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2025-03-10 12:34:15
"Kristoffer Haugsbakk" [off-list ref] writes:
On Fri, Mar 7, 2025, at 12:17, Karthik Nayak wrote:quoted
This patch series adds a new 'drop' subcommand to git-reflog that allows users to delete the reflog for a specified reference. Additionally, it adds an '--all' flag to enable dropping all reflogs in a repository. This is a followup to the discussion we had when I sent in a patch to add '--no-reflog' option to 'git refs migrate' [1].I’ve been wanting a command to drop reflogs. I use `always` and get a lot of entries that I don’t care about. But I don’t want to set it to `true` because I care about some of them. So this is great.
That's good to know! I was surprised that this didn't exist till date.
-- Kristoffer Haugsbakk