Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Difference for commit between files, index and tracked.
Difference for commit between files, index and tracked. [message #647250] Wed, 05 January 2011 12:17
staudta is currently offline staudtaFriend
Messages: 17
Registered: August 2010
Junior Member
Hi,

the class org.eclipse.egit.core.op.CommitOperation has among other private attributes these one:

private IFile[] filesToCommit;
private ArrayList<IFile> notIndexed;
private ArrayList<IFile> notTracked;

Can somebody tell me the difference between these three. From my understanding, the array filesToCommit should know about the files that have to be committed. But for what are the two other array lists used? When is a file "not index" or "not tracked"?

Thanks for explanation.
Cheers Adrian
Previous Topic:Best way to fix merges
Next Topic:Empty Refs Map
Goto Forum:
  


Current Time: Tue Mar 19 06:50:40 GMT 2024

Powered by FUDForum. Page generated in 0.01607 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top