Ticket Change Details
Not logged in
Overview

Artifact ID: c63d251a836b2cdd5ae2846f1f9b624cb061b551
Ticket: 8ca2aae39172f90c314256deda71e006cb2f38bf
Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK)
User & Date: drh 2012-11-03 12:47:01
Changes

  1. Appended to comment:
    
    <hr /><i>drh added on 2012-11-03 12:47:01 UTC:</i><br />
    Maybe the right thing to do is add a new "fossil glob CMD ARG1 ARG2 ...." command.  The glob command applies file globing to all arguments, then runs CMD with the globed arguments.  This is similar to how the "glob" command worked in very early Unix systems, before globing got built into the shell.
    
    Unix, Msys, and cygwin shells would continue to operate normally.  Users on a windows shell, however, would need to add the "glob" keyword if they want globing to occur in their command.