117 Commits (14a157dff66280944694ce27c1a5124a7f37e344)

Author SHA1 Message Date
  David Pursehouse 14a157dff6 Make Logger instances final 4 years ago
  Thomas Wolf e8c3619063 DirCacheCheckout: don't use deprecated method 4 years ago
  Thomas Wolf 64f2407f19 WorkingTreeModifiedEvent: must be fired explicitly after merge 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
  René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 5 years ago
  René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 5 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Christian Halstrick e406d500de Fix "jgit checkout -f" to overwrite dirty worktree files 6 years ago
  Christian Halstrick 530812d936 Fix detection of "initial checkout" 5 years ago
  Ned Twigg d056a54384 CheckoutCommand: force flag now allows overwrite 5 years ago
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 years ago
  Thomas Wolf 4027c5c9ff Fix ResolveMerger: rebase with autocrlf=true, direct checkout 5 years ago
  David Pursehouse 60b43c03e2 Add ConfigConstants.CONFIG_SECTION_LFS 6 years ago
  Markus Duft c0103bc59d LFS: Enable LFS support for the CLI, better error handling 6 years ago
  David Turner be2a8ed63b Basic submodule merge handling 6 years ago
  Markus Duft 1c43af8b97 Progress reporting for checkout 6 years ago
  Matthias Sohn c281692c06 Fix javadoc in org.eclipse.jgit dircache package 6 years ago
  David Pursehouse 2f0a880bd6 DirCacheCheckout#processEntry: Fix typo in javadoc 6 years ago
  David Pursehouse 6ec5d8ddb1 TreeWalk: Make getEolStreamType(OperationType) public 6 years ago
  Thomas Wolf b13a285098 Send a detailed event on working tree modifications 7 years ago
  Christian Halstrick 501af12c19 Checkout should not use too long filenames 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  Christian Halstrick d97248467a Add support for built-in smudge filters 8 years ago
  Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 7 years ago
  Christian Halstrick 5fe44ed3ee Fix DirCacheCheckout to return CheckoutConflictException 8 years ago
  Christian Halstrick 0afd62efa8 Make sure to overwrite files when "reset --hard" detects conflicts 8 years ago
  Christian Halstrick 22d7ec2971 Fix calling of clean/smudge filters from Checkout,MergeCommands 8 years ago
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8 years ago
  Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename 9 years ago
  Shawn Pearce 761814fe9c DirCacheEntry: Speed up creation by avoiding string cast 8 years ago
  Christian Halstrick bd31555ee5 Add support for smudge filters 8 years ago
  Andrey Loskutov a406ebf401 Delete non empty directories before checkout a path 8 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
  Matthias Sohn 5362e1d41c Delete deprecated checkoutEntry() methods in DirCacheCheckout 9 years ago
  Matthias Sohn 787ca168a9 Reduce visibility of DirCacheCheckout.checkValidPath() 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 3bc5188900 Deprecate checkoutEntry without ObjectReader 9 years ago
  Christian Halstrick 8456927b1b Make sure checkout doesn't report conflicts on ignored paths 9 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
  Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 10 years ago
  Robin Rosenberg 7aa3358c40 Add missing break 10 years ago