On Sun, Nov 6, 2011 at 11:19 AM, Gilles <[email protected]> wrote:
> Is there a command that I could run to list all the commits, and for > each, would show which files were part of the commit? > > fossil timeline -showfiles -n 100000 The -n parameter is kind of a kludge there. By default there is a limit to how many are shown but there is no way to say "no limit", so we can just provide a really large number here. To limit that to checkins (excluding wiki or ticket changes), add "-t ci" to the command line. -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

