aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java
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
* Delete deprecated checkoutEntry() methods in DirCacheCheckoutMatthias Sohn2015-04-251-67/+0
* Reduce visibility of DirCacheCheckout.checkValidPath()Matthias Sohn2015-04-031-3/+1
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-191-1/+3
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-181-1/+3
| |\
| | * DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-181-1/+3
* | | 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
|/ /
* / 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
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-123/+28
* Add missing breakRobin Rosenberg2014-03-091-0/+1
* Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-3/+3
* 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-031-22/+38
* 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
* 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-271-6/+6
* DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-011-14/+16
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-221-2/+1
* 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'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
|/
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-2/+108
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-171-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-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
* Support more of AutoCRLFRobin Rosenberg2012-01-101-3/+14
* Fix bad checkout behaviour when a file is removedRobin Rosenberg2011-10-181-6/+4
* Add missing comment text for mergeCommitTree parameterKevin Sawicki2011-10-041-1/+1
* Remove duplicate calls to DirCache.unlock on checkoutKevin Sawicki2011-09-131-6/+3