Ignore:
Timestamp:
Dec 2, 2009, 5:55:28 AM (14 years ago)
Author:
Peter Johansson
Message:

Fixes #417.

File name in parsing rules are matched against the file name and not
the entire path. This has no influence on most files because the name
starts with a wild card (*) but for files not doing so (default
bootstrap and Makefile) the correct parsing rule will be used. It is
recommended to remove the cache of such files before running
svndigest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.7-stable/lib/LineTypeParser.cc

    r847 r927  
    4040    : mode_(0), post_copyright_(false), copyright_found_(false)
    4141  {
    42     codon_ = Configuration::instance().codon(path);
     42    codon_ = Configuration::instance().codon(file_name(path));
    4343  }
    4444
Note: See TracChangeset for help on using the changeset viewer.