[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] sort symbolic tag names in "cvs log" output
From: |
Paul Edwards |
Subject: |
Re: [patch] sort symbolic tag names in "cvs log" output |
Date: |
Thu, 26 Jun 2003 08:56:12 GMT |
"Max Bowsher" <maxb@ukf.net> wrote in message
news:mailman.8640.1056588863.21513.bug-cvs@gnu.org...
> > The symbolic names section of "cvs log" output is a pain to read,
> > as it's in no useful order.
> >
> > This trivial patch sorts them alphabetically. I've tested it
> > (including the edge case of a file with no tags) and it works just
> > fine.
> Personally, I like the status quo - that the tags are in reverse
> chronological order of creation.
Me too. At least put a non-default #ifdef around it, if making
it a configuration option/command-line switch is too much work.
Or you could just create a sortedlog script that does
cvs log -h | sort
although I more commonly need to do a | grep xxxx | head
BFN. Paul.