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

« back to all changes in this revision

Viewing changes to src/formats/commitlog.h

  • Committer: Package Import Robot
  • Author(s): Andrew Caudwell
  • Date: 2014-04-15 16:30:17 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20140415163017-ucdr2josj1spzrga
Tags: 0.41-1
* New upstream release
* Made VCS URIs canonical
* Changed watch file to look at Github for releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    int systemCommand(const std::string& command);
97
97
    void requireExecutable(const std::string& exename);
98
98
 
 
99
    void bufferCommit(RCommit& commit);
 
100
 
99
101
    bool getCommitAt(float percent, RCommit& commit);
100
102
    bool findNextCommit(RCommit& commit, int attempts);
101
103
    bool nextCommit(RCommit& commit, bool validate = true);
 
104
    bool hasBufferedCommit();
102
105
    bool isFinished();
103
106
    bool isSeekable();
104
107
    float getPercent();