~ubuntu-branches/debian/stretch/gource/stretch

« back to all changes in this revision

Viewing changes to src/formats/commitlog.cpp

  • Committer: Package Import Robot
  • Author(s): Andrew Caudwell
  • Date: 2014-05-09 16:04:35 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20140509160435-rzkq260orxhi0fi7
Tags: 0.42-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
        return true;
221
221
    }
222
222
 
 
223
    // ensure commit is re-initialized
 
224
    commit = RCommit();
 
225
 
223
226
    bool success = parseCommit(commit);
224
227
 
225
228
    if(!success) return false;