Home
last modified time | relevance | path

Searched refs:parseCommit (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/gource/gource-0.51/src/formats/
H A Dcvs-exp.h25 bool parseCommit(RCommit& commit);
H A Dgitraw.h29 bool parseCommit(RCommit& commit);
H A Dapache.h27 bool parseCommit(RCommit& commit);
H A Dcvs2cl.h25 bool parseCommit(RCommit& commit);
H A Dbzr.h25 bool parseCommit(RCommit& commit);
H A Dcustom.h25 bool parseCommit(RCommit& commit);
H A Dgit.h25 bool parseCommit(RCommit& commit);
H A Dhg.h25 bool parseCommit(RCommit& commit);
H A Dsvn.h29 bool parseCommit(RCommit& commit);
H A Dgitraw.cpp39 bool GitRawCommitLog::parseCommit(RCommit& commit) { in parseCommit() function in GitRawCommitLog
H A Dcustom.cpp40 bool CustomLog::parseCommit(RCommit& commit) { in parseCommit() function in CustomLog
H A Dcommitlog.h84 virtual bool parseCommit(RCommit& commit) { return false; }; in parseCommit() function
H A Dcvs-exp.cpp38 bool CVSEXPCommitLog::parseCommit(RCommit& commit) { in parseCommit() function in CVSEXPCommitLog
H A Dbzr.cpp88 bool BazaarLog::parseCommit(RCommit& commit) { in parseCommit() function in BazaarLog
H A Dcvs2cl.cpp40 bool CVS2CLCommitLog::parseCommit(RCommit& commit) { in parseCommit() function in CVS2CLCommitLog
H A Dhg.cpp105 bool MercurialLog::parseCommit(RCommit& commit) { in parseCommit() function in MercurialLog
H A Dapache.cpp32 bool ApacheCombinedLog::parseCommit(RCommit& commit) { in parseCommit() function in ApacheCombinedLog
H A Dgit.cpp208 bool GitCommitLog::parseCommit(RCommit& commit) { in parseCommit() function in GitCommitLog
H A Dsvn.cpp150 bool SVNCommitLog::parseCommit(RCommit& commit) { in parseCommit() function in SVNCommitLog
H A Dcommitlog.cpp227 bool success = parseCommit(commit); in nextCommit()
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DCatFile.hs248 go (Just (b, _, CommitObject)) = parseCommit (L.toStrict b)
251 parseCommit :: S.ByteString -> Maybe Commit
252 parseCommit b = Commit function
/dports/devel/gitblit/gitblit-1.8.0/WEB-INF/data/groovy/
H A Dfogbugz.groovy152 RevCommit parent = rw.parseCommit(commit.parents[0].id)
H A Dsendmail-html.groovy375 RevCommit parent = rw.parseCommit(commit.parents[0].id)