]> git.eshelyaron.com Git - emacs.git/commit
When using Eshell's "du" implementation, deduplicate hard links
authorJim Porter <jporterbugs@gmail.com>
Sun, 10 Nov 2024 00:06:34 +0000 (16:06 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Nov 2024 10:27:01 +0000 (11:27 +0100)
commitc4d7c6c42fba1b319651d703e3ff91116141062f
tree100f100e2bc6eeede2aae309ebff351bf7f647a5
parentc8cc08280e2f96f326c6ae676a381cf9309c6287
When using Eshell's "du" implementation, deduplicate hard links

* lisp/eshell/em-unix.el (eshell-du-sum-directory): Take SEEN-FILES.
(eshell/du): Create 'seen-files' hash table.

(cherry picked from commit 1704fa4fb4164a15c7e258b922dbba190811d92d)
lisp/eshell/em-unix.el