On Fri, Jul 18, 2014 at 3:34 PM, Warren Young <[email protected]> wrote:
> On 7/18/2014 13:05, Ron W wrote: > >> >> fossil timeline after xxxx | perl -n -e "print if /tags: .*branchname/;" >> > > That only works if your commit messages are so short they don't cause a > line wrap. I use an 80 column terminal window (old timer, me) so it > doesn't take much to cause a wrap. I tried hacking the COLUMNS variable, > but that doesn't seem to fool Fossil. I would have thought Fossil would only wrap lines when STDOUT is a terminal. We actually append our comments to the relevant ticket, so our commit message are just the ticket ID. Each comment appended includes the commit ID. (Maybe we should duplicate the comments in the commits, but we don't) > > > (Also possible to use awk or sed instead of perl) >> > > Actually, it looks like you've reinvented grep. Forgot about grep. Most of my non-C/C++ coding is in Perl, so I tend to use that.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

