On Sat, 25 May, Goyo wrote: > Isn't that why we invented pipes? Something like this should work in > unix and the like (not tested): > > $ cat filenames.txt | fossil commit -m "Some stuff"
That would require "fossil commit" to read the list of files to commit from stdin, otherwise piping data into fossil's stdin is just meaningless. -- Stefan Bellon _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

