Re: [PATCH 3/3] git-svn log: handle unreachable revisions like "svn log"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Wong
Date: Sunday, November 11, 2007 - 7:50 pm

"David D. Kilzer" <ddkilzer@kilzer.net> wrote:

Hi Dave, thanks for the patches, and thanks to Benoit for the review.


Just a regular comment is enough, perlpod uses too much space.


Pretty much.  The .rev_db format is documented above the _rev_db_set
sub.  I'm considering replacing the current rev_db format with something
more compact for larger repos, though.


find_rev_ is too complicated, please keep them as separate functions.


I prefer '!' instead of 'not' unless operator precedence matters.


use constant commit_log_separator => ('-' x 72) . "\n";

is probably most readable...

-- 
Eric Wong
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] git-svn log fixes, David D Kilzer, (Sat Nov 10, 11:10 pm)
[PATCH 1/3] git-svn log: fix ascending revision ranges, David D Kilzer, (Sat Nov 10, 11:10 pm)
Re: [PATCH 3/3] git-svn log: handle unreachable revisions ..., Eric Wong, (Sun Nov 11, 7:50 pm)