aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-123/+28
* Add missing breakRobin Rosenberg2014-03-091-0/+1
* Add @since tag to new DirCache#findEntryRobin Rosenberg2014-03-081-0/+1
* Fix some wrong @since 3.3 tags which should be @since 3.4Matthias Sohn2014-03-071-1/+1
* Merge "DirCache.findEntry(byte[], in) made public"Robin Rosenberg2014-03-031-8/+20
|\
| * DirCache.findEntry(byte[], in) made publicMarc Strapetz2014-02-241-8/+20
* | Merge "Don't raise checkout conflict for file missing in working tree"Christian Halstrick2014-02-271-3/+3
|\ \
| * | Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-3/+3
| |/
* | Add a missing @since tagChristian Halstrick2014-02-261-0/+1
* | DirCacheEntry: access to raw pathMarc Strapetz2014-02-261-0/+9
|/
* Add symlink support to JGitRobin Rosenberg2014-02-101-33/+42
* Ban dangerous ref names in WindowsRobin Rosenberg2014-02-051-17/+50
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-6/+14
* More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-032-23/+43
* Fix handling of file/folder conflicts during a checkoutChristian Halstrick2013-11-291-1/+7
* testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-011-2/+3
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-131-1/+1
* Make sure checkout is not deleting folders outside the workingtreeChristian Halstrick2013-07-101-2/+2
* Check parentFile is not nullHiroshi Tomita2013-07-051-1/+1
* File.renameTo behaves differently on Unix and WindowsRobin Rosenberg2013-03-261-10/+6
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* A folder does not constitute a dirty work treeRobin Rosenberg2013-03-101-1/+2
* Add better documentation to DirCacheCheckoutChristian Halstrick2013-02-071-1/+139
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-274-10/+11
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-152-1/+22
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-161-5/+8
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-0/+1
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+9
* DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-011-14/+16
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-222-4/+2
* Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-221-1/+1
* Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+1
* Merge branch 'stable-2.0'Matthias Sohn2012-07-021-0/+11
|\
| * Improve performance of persisting an index by magnitudesstable-2.0Christian Halstrick2012-06-281-0/+11
* | Merge branch 'stable-2.0'Shawn O. Pearce2012-06-071-4/+3
|\|
| * Make FS OS X detection work for OpenJDKRobin Rosenberg2012-06-061-4/+3
* | Make DirCacheCheckout update timestamps in the index.Markus Duft2012-06-061-2/+8
|/
* Update smudged entries when writing indexKevin Sawicki2012-05-281-1/+100
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-212-18/+34
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-081-5/+9
* Remove unnecessary boxing SuppressWarnings annotationKevin Sawicki2012-05-081-1/+0
* Validate paths during DirCheckoutRobin Rosenberg2012-04-233-5/+181
* Enable large file supportRobin Rosenberg2012-04-181-8/+7
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-172-4/+27
* Hide two warnings about boxingRobin Rosenberg2012-04-161-0/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-125-5/+5
* Merge "Update example code for obtaining a locked DirCache"Christian Halstrick2012-03-051-1/+1
|\
| * Update example code for obtaining a locked DirCacheKevin Sawicki2012-03-021-1/+1