gitweb: Remove --parents from call to git-rev-list in parse_rev_listAttic/gitweb/new.1Attic/gitweb/parse_rev_list
commit89e6fcde639d65823e8113c307067441701ac74f
authorJakub Narebski <jnareb@gmail.com>
Wed, 6 Sep 2006 20:14:25 +0000 (6 22:14 +0200)
committerJakub Narebski <jnareb@gmail.com>
Wed, 6 Sep 2006 20:14:25 +0000 (6 22:14 +0200)
tree2dbba20ea9cd6bc09c0fc701b6f0b9ebaf09d3a4
parentb45f0c651a72909dfe572b5d5b4f0479cdd1d8db
gitweb: Remove --parents from call to git-rev-list in parse_rev_list

This option is removed by default, because with --full-history option
(which is by default used in git_history) --parents means full history
with parenthood, which means that we get all the connecting merges
too.  And since we asked for the _full_ history, that means EVERY
SINGLE MERGE.  Even those that do not change given file (or
directory).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
gitweb/gitweb.perl