Skip to content

cmirror: Allow explicit empty host #18

Merged
merged 1 commit into from
Oct 9, 2023
Merged

cmirror: Allow explicit empty host #18

merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. cmirror: Allow explicit empty host

    Currently, a local copy with a destination containing ":" doesn't work,
    because `cmirror src /tmp/c:d` would try to use "/tmp/c" as a
    hostname and `cmirror src :/tmp/c:d` would use ":/tmp/c:d" as a
    (local) destination.
    
    Allow explicit empty hostname, so that the second form can be used to
    specify a local destination with ":" in the path.
    donald committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5c21710 View commit details
    Browse the repository at this point in the history