Merge branch 'jk/free-commit-buffer-of-skipped-commits' into maint-2.46
commitbc799320482a1ee7fb0e20cb648fe25dcb30b7ab
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2024 22:26:49 +0000 (13 15:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2024 22:26:49 +0000 (13 15:26 -0700)
treebbe228e0a1b0792c6c8d833f7a812d81120cabcf
parent6074a7d4ae6b658c18465f10bbbf144882d2d4b0
parent6bd2ae67a5be4e08cd2bfc611c3d08707b1416e1
Merge branch 'jk/free-commit-buffer-of-skipped-commits' into maint-2.46

The code forgot to discard unnecessary in-core commit buffer data
for commits that "git log --skip=<number>" traversed but omitted
from the output, which has been corrected.

* jk/free-commit-buffer-of-skipped-commits:
  revision: free commit buffers for skipped commits
revision.c