Changeset 969
- Timestamp:
- Dec 10, 2009, 2:02:44 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.svndigest/config
r907 r969 15 15 peter = Peter Johansson 16 16 17 ### Section for author color in blame output17 ### Section for author color in plots and blame output. 18 18 [author-color] 19 19 # jdoe = 000000 -
trunk/lib/Configuration.cc
r966 r969 478 478 479 479 for (vector::const_iterator i(vec.begin()); i!=vec.end(); ++i) { 480 os << i->first << " = " << i->second.name() << " 480 os << i->first << " = " << i->second.name() << "\n"; 481 481 } 482 482 … … 488 488 for (str_map::const_iterator i(conf.author_color_.begin()); 489 489 i!=conf.author_color_.end(); ++i) { 490 os << i->first << " = " << i->second << " 490 os << i->first << " = " << i->second << "\n"; 491 491 } 492 492
Note: See TracChangeset
for help on using the changeset viewer.