aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
...
| * Update example code for obtaining a locked DirCacheKevin Sawicki2012-03-021-1/+1
* | Remove null access warning in DirCacheCheckoutKevin Sawicki2012-03-021-14/+12
|/
* Reuse existing modes and idsKevin Sawicki2012-02-291-15/+13
* Generate conflicts and index updates on file mode changesChristian Halstrick2012-02-131-8/+33
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-161-3/+14
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-101-3/+14
* | Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
|/
* Add exception class for when locking a file failsKevin Sawicki2011-12-181-1/+2
* Implement DirCacheEntry.toString() to ease debuggingMatthias Sohn2011-11-101-0/+10
* DirCacheEntry: accessors for cached creation time (CTIME)Marc Strapetz2011-10-311-1/+21
* Fix bad checkout behaviour when a file is removedRobin Rosenberg2011-10-181-6/+4
* Merge "Fix DirCacheEdtor.DeleteTree for empty string argument"Christian Halstrick2011-10-051-1/+4
|\
| * Fix DirCacheEdtor.DeleteTree for empty string argumentRobin Rosenberg2011-10-011-1/+4
* | Add missing comment text for mergeCommitTree parameterKevin Sawicki2011-10-041-1/+1
* | Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-4/+59
* | Merge "Fix DirCache,getEntriesWithin for empty string arguemnt"Christian Halstrick2011-09-261-0/+5
|\|
| * Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg2011-09-251-0/+5
* | Remove duplicate calls to DirCache.unlock on checkoutKevin Sawicki2011-09-131-6/+3
|/
* Ignore submodule on checkout instead of deleting itRobin Rosenberg2011-09-081-16/+37
* cleanup: Reuse local variable for current DirCacheEntryRobin Rosenberg2011-09-081-9/+9
* Reuse ObjectReader for all objects touched during checkoutMatthias Sohn2011-08-021-50/+94
* Merge doesn't remove empty foldersTomasz Zarna2011-07-131-1/+1
* DirCacheCheckout: unlock DirCache in case of failureJens Baumgart2011-06-291-0/+10
* Ignore submodule commits during checkoutRobin Rosenberg2011-05-051-0/+6
* Fix DirCache.isModified()Philipp Thun2011-04-041-1/+1
* Fix possible NPE in DirCache.isModified()Philipp Thun2011-03-281-1/+1
* Remove deprecated WorkDirCheckoutShawn O. Pearce2011-03-071-6/+1
* Fix DirCache re-read.Robin Rosenberg2011-03-041-11/+13
* Add isOutdated method to DirCacheJens Baumgart2011-02-091-0/+10
* Do not create files to be updated before checkout of DirCache entryMatthias Sohn2011-01-281-1/+0
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+3
* Hard reset should not report conflict on untracked fileMatthias Sohn2011-01-271-6/+2
* Make sure not to overwrite untracked not-ignored filesChristian Halstrick2011-01-261-2/+25
* Refactor and comment complicated if statementsChristian Halstrick2011-01-261-8/+35
* Fix misc spelling errors in comments and method namesRobin Rosenberg2011-01-171-1/+1
* Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-221-8/+5
* DirCacheCheckout: fix getToBeDeleted()Mathias Kinzler2010-12-161-1/+1
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-38/+14
* Removed unread parametersChristian Halstrick2010-12-081-11/+8
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-072-4/+0
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-2/+6
* Merge "Add insert(TreeFormatter) to ObjectInserter"Chris Aniszczyk2010-12-061-1/+1
|\
| * Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-031-1/+1
* | Fix checking out large filesShawn O. Pearce2010-12-031-15/+2
|/
* Fixed checkouts when HEAD is ignoredChristian Halstrick2010-11-131-7/+11
* Added one-tree constructor to DirCacheCheckoutChristian Halstrick2010-11-131-6/+46
* Merge "Fix null ref exception in DirCacheCheckout"Shawn Pearce2010-11-121-2/+3
|\
| * Fix null ref exception in DirCacheCheckoutLluis Sanchez2010-11-101-2/+3
* | Merge "Refactor tree entry formatting into a common class"Chris Aniszczyk2010-11-101-24/+11
|\ \ | |/ |/|
| * Refactor tree entry formatting into a common classShawn O. Pearce2010-11-041-24/+11