On Sun, 6 Nov 2011 09:28:51 -0500 Martin Gagnon <[email protected]> wrote:
> > 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 > > I remembre trying n=-1 on web interface to get everything. I don't > know about command line version... I'll try when I'll have access to > my computer.. I guess it will need some way to escape the '-'. May be it worth adding the "-all" command-line option to `fossil timeline`? Actually, I prefer Git's approach to this in which `git log` by default returns everything, but if it detects it's operating on a TTY it pipes its output through a $PAGER so the user gets only the $LINES worth of output by default and then they're free to dig deeper or quit the pager. But as it currently stands, "-all" could be a good addition, it seems. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

