164 Commits (b5941c74e59e64c5fd374a09067e74e26eed2612)

Author SHA1 Message Date
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 9 years ago
  Matthias Sohn 17307df3af Silence deprecation warning in DirCacheCheckout 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Christian Halstrick 6f71301404 Fix possible AIOOB in DirCacheTree.contains() 9 years ago
  Matthias Sohn 5362e1d41c Delete deprecated checkoutEntry() methods in DirCacheCheckout 9 years ago
  Matthias Sohn 787ca168a9 Reduce visibility of DirCacheCheckout.checkValidPath() 9 years ago
  Matthias Sohn b84623ac64 Use try-with-resource to close resources in DirCache 9 years ago
  Christian Halstrick 3d17be85ba Handle invalid tree extensions 9 years ago
  Arthur Daussy c185484dcf Add basic support for .gitattributes 11 years ago
  Shawn Pearce 8d36fa343c DirCache: Refuse to read files with invalid paths 9 years ago
  Shawn Pearce d547d0c44b DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath 9 years ago
  Matthias Sohn 59c4ea042c Fix DirCacheCheckout to set correct file length if core.autocrlf=true 9 years ago
  Shawn Pearce b6b843e519 Move checkPath from DirCacheCheckout to ObjectChecker 9 years ago
  Shawn Pearce a606dc363d Cleanup double stat update of symlinks in DirCacheCheckout 9 years ago
  Shawn Pearce 75b4a23748 Deprecate checkoutEntry variant that accepts File 9 years ago
  Shawn Pearce 6814728a82 DirCacheCheckout: create only one ObjectReader 9 years ago
  Shawn Pearce 98c75a7ca2 Fix two nits about DirCacheEntry constructors 9 years ago
  Shawn Pearce f31323745f DirCache: Buffer TREE extension to $GIT_DIR 9 years ago
  Shawn Pearce 3bc5188900 Deprecate checkoutEntry without ObjectReader 9 years ago
  Christian Halstrick 8456927b1b Make sure checkout doesn't report conflicts on ignored paths 9 years ago
  Robin Rosenberg 0bc98f17b2 Eliminate warnings for non-nls strings that will never be translated 10 years ago
  Christian Halstrick cf9b01b09a Handle initial checkout correctly 10 years ago
  Robin Rosenberg 1a9f122773 Fix a number of failing conflict situations 10 years ago
  Christian Halstrick 292cfab10d Fix wrong Exception messages 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 10 years ago
  Robin Rosenberg 7aa3358c40 Add missing break 10 years ago
  Robin Rosenberg 27191e7e22 Add @since tag to new DirCache#findEntry 10 years ago
  Matthias Sohn 0401d3eb47 Fix some wrong @since 3.3 tags which should be @since 3.4 10 years ago
  Christian Halstrick 73c8e70797 Don't raise checkout conflict for file missing in working tree 10 years ago
  Christian Halstrick 8c8bbda3fb Add a missing @since tag 10 years ago
  Marc Strapetz c5dfc2317c DirCacheEntry: access to raw path 11 years ago
  Marc Strapetz 21498aec83 DirCache.findEntry(byte[], in) made public 11 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Robin Rosenberg e03f18941f Ban dangerous ref names in Windows 10 years ago
  Robin Rosenberg 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 10 years ago
  Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 10 years ago
  Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 10 years ago
  Robin Stocker e0502ebb03 More helpful InvalidPathException messages (include reason) 11 years ago
  Christian Halstrick af40635aba Fix handling of file/folder conflicts during a checkout 10 years ago
  Robin Rosenberg 98bc384d2b testMaliciousPathEmpty fails on Windows 10 years ago
  Robin Stocker 02bd26e5a6 ResetCommand: Allow reset on unborn branch when ref not specified 11 years ago
  Christian Halstrick bd57789735 Make sure checkout is not deleting folders outside the workingtree 12 years ago
  Hiroshi Tomita 781b0b5735 Check parentFile is not null 11 years ago
  Christian Halstrick 4b1f368033 Make sure checkout is not deleting folders outside the workingtree 12 years ago
  Hiroshi Tomita 8e307cde56 Check parentFile is not null 11 years ago
  Robin Rosenberg edf0da9c6e File.renameTo behaves differently on Unix and Windows 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Rosenberg 3cd089f04c A folder does not constitute a dirty work tree 11 years ago
  Christian Halstrick 1c4ee41dc0 Add better documentation to DirCacheCheckout 12 years ago