aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Silence deprecation warning in DirCacheCheckoutMatthias Sohn2015-05-291-0/+1
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-12/+3
* Merge "Fix possible AIOOB in DirCacheTree.contains()"Christian Halstrick2015-05-111-1/+1
|\
| * Fix possible AIOOB in DirCacheTree.contains()Christian Halstrick2015-05-041-1/+1
* | Delete deprecated checkoutEntry() methods in DirCacheCheckoutMatthias Sohn2015-04-251-67/+0
|/
* Merge "Use try-with-resource to close resources in DirCache"Shawn Pearce2015-04-081-4/+1
|\
| * Use try-with-resource to close resources in DirCacheMatthias Sohn2015-04-031-4/+1
* | Reduce visibility of DirCacheCheckout.checkValidPath()Matthias Sohn2015-04-031-3/+1
|/
* Handle invalid tree extensionsChristian Halstrick2015-01-261-1/+1
* Add basic support for .gitattributesArthur Daussy2015-01-071-0/+64
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-193-48/+34
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-183-48/+34
| |\
| | * DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+11
| | * DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-182-34/+4
| | * Fix two nits about DirCacheEntry constructorsShawn Pearce2014-11-251-4/+4
| | * DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-10/+15
* | | Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2014-12-111-3/+3
* | | Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce2014-11-281-15/+4
* | | Cleanup double stat update of symlinks in DirCacheCheckoutShawn Pearce2014-11-271-33/+31
* | | Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-271-17/+38
* | | DirCacheCheckout: create only one ObjectReaderShawn Pearce2014-11-271-1/+1
* | | Deprecate checkoutEntry without ObjectReaderShawn Pearce2014-11-241-0/+2
* | | Make sure checkout doesn't report conflicts on ignored pathsChristian Halstrick2014-11-061-1/+1
|/ /
* | Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-2/+2
* | Handle initial checkout correctlyChristian Halstrick2014-07-251-4/+11
|/
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-45/+121
* Fix wrong Exception messagesChristian Halstrick2014-05-141-1/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-292-10/+10
* 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