'prt-get diff --all' cuts off separators if long name of port #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When listing 'prt-get diff --all' it deletes whitespaces if there is a long name of a port.
For example:
I tried to reproduce the missing whitespace with my fork of prt-get, and here's what I saw:
It looks like my fork (master branch) is preserving the whitespace (although not the column alignment). I haven't bothered to dig deeper to find the specific commit where the behaviour changed. Any experts in the use of
git-bisect
are welcome to search, so we can merge a clean patch for this specific bug.