Hi Branden,

> > Indentation alone would seem sufficient to expose the hierarchy,
> > but if they are intent on drawing lines.
>
> Those UTF-8 characters go all wrong when a troff rather than nroff
> output device is used.

Yes, so use `indentation alone'.  :-)

    work/
        patches/
            series         (list of patches to apply)
            patch1.diff    (one particular patch)
            patch2.diff
            ...
        .pc/
            .quilt_patches (content of QUILT_PATCHES)
            .quilt_series  (content of QUILT_SERIES)
            patch1.diff/   (copy of patched files)
                ...
            patch2.diff/
                ...
            ...
        ...

E.g.

    find foo | sort -V | sed 's,[^/]*/,    ,g'

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

Reply via email to