தமிழ் இணையக் கல்விக்கழகம் - TAMIL VIRTUAL ACADEMY

மொழிகள்

பிழை செய்தி

Warning: Attempt to assign property 'dir' of non-object in template_preprocess_html() (line 2629 of /html/tamilvu/public_html/includes/theme.inc).

JGit User Guide - Snippets


Snippets

Finding children of a commit

PlotWalk revWalk = new PlotWalk(repo());
ObjectId rootId = (branch==null)?repo().resolve(HEAD):branch.getObjectId();
RevCommit root = revWalk.parseCommit(rootId);
revWalk.markStart(root);
PlotCommitList<PlotLane> plotCommitList = new PlotCommitList<PlotLane>();
plotCommitList.source(revWalk);
plotCommitList.fillTo(Integer.MAX_VALUE);
return revWalk;

Tags   :

புதுப்பிக்கபட்ட நாள் : 14-09-2016 23:24:22(இந்திய நேரம்)