Hi Junio, On Thu, 12 May 2022, Junio C Hamano wrote: > * js/scalar-diagnose (2022-05-12) 8 commits > - fixup: archive: optionally add "virtual" files > - scalar: teach `diagnose` to gather loose objects information > - scalar: teach `diagnose` to gather packfile info > - scalar diagnose: include disk space information > - scalar: implement `scalar diagnose` > - scalar: validate the optional enlistment argument > - archive --add-file-with-contents: allow paths containing colons > - archive: optionally add "virtual" files > > Implementation of "scalar diagnose" subcommand. > > Will merge to 'next' after squashing the fix in? > source: Yes, please! My first reaction was: but wait, what about the file mode? Then I remembered that René offered the opinion that we could easily introduce `--add-executable-file-with-contents` _iff_ we need that at some stage, and when I considered symbolic links, I noticed that the `--add-file` option does not accept those in the first place, so it would be funny if `--add-file-with-contents` supported symbolic links. Thanks, Dscho