Debian Patches

Status for tree/2.2.1-4

Patch Description Author Forwarded Bugs Origin Last update
manpage drop ellipsis from manpage to make it valid
===================================================================
Florian Ernst <florian@debian.org> yes upstream 2024-11-25
0001-tree-list-call-printinfo-on-error-cases-too.patch [PATCH v2] tree: list: call printinfo on error cases too
This only needs a slight adjustment of fillinfo to do an early return
if info is NULL, all other implementations already supporting that case.

The change is necessary as the markup outputs will open an
object in that function for the printfile function to write in.

BEFORE:
[
,"name":"toto","contents":[{"error": "error opening dir"}
]}
,
{"type":"report","directories":0,"files":0}
]

AFTER:
[
{"type":"unknown","name":"toto","contents":[{"error": "error opening dir"}
]}
,
{"type":"report","directories":0,"files":0}
]

V2:
- Fix the XML printinfo to properly handle empty cases
Simon Chopin <schopin@ubuntu.com> yes debian 2025-06-10

All known versions for source package 'tree'

Links