62 Commits (stable-5.3)

Author SHA1 Message Date
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Jonathan Nieder b0991ca805 Format @NonNull on return value as method annotation 5 years ago
  Jonathan Nieder 608b6b03b1 Format @Nullable on return value as method annotation 5 years ago
  Matthias Sohn 63fe317f60 [spotBugs] Fix potential NPE in SmudgeFilter#downloadLfsResource 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  David Pursehouse a3cb474c94 Specify charset when constructing InputStreamReader 5 years ago
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 years ago
  Matthias Sohn f7fbc7fcd7 Propagate failure of ssh command to caller of SshSupport 6 years ago
  Markus Duft 01c52a58f6 Fix issues with LFS on GitHub (SSH) 6 years ago
  Markus Duft a9e6da1082 LFS: Better SSH authentication token timeout handling 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 6 years ago
  Markus Duft 312e61a373 LFS: Fix potential NPE in LfsPrePushHook 6 years ago
  Markus Duft 4ca9bb5ab9 Introduce SshSupport to centralize SSH related utility code 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  Matthias Sohn b0e06a733b Remove deprecated Lfs#Lfs(Path) 6 years ago
  Markus Duft 0f9ec9e406 LFS: Adjust some API to make integration into tools (EGit,...) easier 6 years ago
  David Pursehouse 52383c2919 SmudgeFilter: Fix Integer boxing warning 6 years ago
  David Pursehouse 60b43c03e2 Add ConfigConstants.CONFIG_SECTION_LFS 6 years ago
  Matthias Sohn 28167853c1 Return this from InstallLfsCommand.setRepository() to allow chaining 6 years ago
  Markus Duft c0103bc59d LFS: Enable LFS support for the CLI, better error handling 6 years ago
  Markus Duft a3f8edbf6a Cleanup stream usage WRT filters 6 years ago
  Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 6 years ago
  Markus Duft ea2f7e93c7 LFS: Dramatically improve checkout speed with SSH authentication 6 years ago
  Markus Duft c0bb992845 LFS: pre-push upload support 6 years ago
  Markus Duft 94bcde663c LFS: Add remote download to SmudgeFilter 7 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  Matthias Sohn e0332bfbc6 Fix javadoc in org.eclipse.jgit.lfs 6 years ago
  David Pursehouse 53a11cb1d1 InvalidLongObjectIdException: Fix formatting of message 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  David Pursehouse 899696ed08 InvalidLongObjectIdException: Fix formatting of message 6 years ago
  Marc Strapetz 9bb126d12d FileUtils.toPath to convert File to Path 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn a4feeb0194 Don't rely on default locale when using toUpperCase() and toLowerCase() 7 years ago
  David Pursehouse 56fe217784 Expose LFS operation strings as public constants 7 years ago
  David Pursehouse 590141163f LfsProtocolServlet: Improve error on getLargeFileRepository failure 7 years ago
  David Pursehouse 7245aa0316 Add support for refusing LFS request due to invalid authorization 7 years ago
  Dariusz Luksza 0e187f1484 Add LfsPointerFilter TreeFilter 8 years ago
  Matthias Sohn f211bfc841 [findBugs] Fix potential NPE in CleanFilter 7 years ago
  Christian Halstrick 1572964ecb Fix encoding of LFSPointer files 7 years ago
  Matthias Sohn 83555e7e30 Use AtomicObjectOutputStream in CleanFilter 7 years ago
  Matthias Sohn 0e947da72f CleanFilter: use atomic move to move temporary file to media file 7 years ago
  Matthias Sohn 999106bb84 Fix temporary file leak in CleanFilter 7 years ago
  Matthias Sohn 4b7747ccff Use AnyLongObjectId instead of LongObjectId in LFS API 7 years ago
  Matthias Sohn 6dea5ec823 Speedup CleanFilter by transferring data in chunks of 8k 7 years ago
  Matthias Sohn baabf9f520 Content type constants used in lfs should be final 7 years ago
  Christian Halstrick e4e39a6d05 Move AtomicObjectOutputStream to lfs/internal 8 years ago
  Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8 years ago