summaryrefslogtreecommitdiff
path: root/src/reconcile.cc
Commit message (Collapse)AuthorAgeFilesLines
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Needed to port skanthak's last commit to the master branch's code base.John Wiegley2008-11-231-2/+7
|
* Fix --reconcile by terminating transaction list correctlySebastian Kanthak2008-11-231-2/+4
| | | | when a match is found.
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-4/+4
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+116
is in doc/, etc.