93 Commits (fbf6ce65ba2cba7ef1dd67d30922c9b887e60303)

Author SHA1 Message Date
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Matthias Sohn e6e9073fc7 Fix IOException when LockToken#close fails 5 years ago
  Cliffred van Velzen 0c8200b27b Fix logging null if called process fails 5 years ago
  Matthias Sohn 06e06fc291 Fix atomic lock file creation on NFS 5 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
  Thomas Wolf 4bfc6c2ae9 Significantly speed up FileTreeIterator on Windows 6 years ago
  David Pursehouse 76b4ed6a85 FS#runProcess: Fix OutputStream left unclosed after IOException 6 years ago
  David Pursehouse fabd645fad FS: Open TemporaryBuffer in try-with-resource 6 years ago
  Matthias Sohn fdbaa25db9 Fix javadoc in org.eclipse.jgit util packages 6 years ago
  Matthias Sohn 9d79dc95e2 Fix typo in key of a JGitText externalized string 6 years ago
  Matthias Sohn b46656077a Fix typo in key of a JGitText externalized string 6 years ago
  Dmitry Pavlenko 7ccf38adc6 Fix IllegalThreadStateException if stderr closed without exiting 6 years ago
  Christian Halstrick 10e65cb4fa Fix LockFile semantics when running on NFS 6 years ago
  Saša Živkov 176466ed28 Move loggers to the top of their class 6 years ago
  Bryan Donlan 2204cc9866 Fix null return from FS.readPipe when command fails to launch 7 years ago
  Dan Willemsen b6fc8e2f3c RepoCommand: Add linkfile support. 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Shawn Pearce 131b09106f Change StreamGobbler to Runnable to avoid unused Future 7 years ago
  David Pursehouse bdf3e43d76 FS: Fix lazy initialization of non-volatile static field 7 years ago
  Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 7 years ago
  Masaya Suzuki 108bee17cf Ignore IOException thrown from close 7 years ago
  Christian Halstrick 55fb18feaa Fix FS.runProcess() to close the InputStream 8 years ago
  Christian Halstrick 69cd6f5864 Introduce FS.execute() to execute a command defined by a ProcessBuilder 8 years ago
  Terry Parker 6ddb8e703b Use the JGit-internal @Nullable annotation 8 years ago
  Christian Halstrick 67a77d402a Enhance FS.runProcess() to support stdin-redirection and binary data 9 years ago
  Andrey Loskutov 8473bc4f8d Cleaned up various readPipe() threading issues 8 years ago
  Andrey Loskutov 3601c8cdf1 Don't report errors logged by FS with "debug" level 8 years ago
  Kaloyan Raev 8a53d7e2fd JGit CLI should check if calling itself when invoking native git exe 8 years ago
  Andrey Loskutov 260e092e79 [performance] Remove synthetic access$ methods in lib, util and dircache 8 years ago
  Matthias Sohn 9e5380e7fb Use java.nio.file consistently in FS 8 years ago
  Andrey Loskutov 35d45abfb2 Deprecate redundant FileUtil.delete(File), use FileUtils instead 8 years ago
  Andrey Loskutov 2e5c7c5db4 Move createSymLink/readSymLink to FileUtils 8 years ago
  Christian Halstrick d0d637342b Change FS not to throw NPE when facing InMemory databases 9 years ago
  Andrey Loskutov bfc3e1262c Cleanup Attributes and remove obsoleted Java7BasicAttributes class 8 years ago
  Dave Borowitz b8c8008115 FS: Extract GobblerThread into a private static class 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Sebastian Schuberth 7ce6abe858 FS: Allow to manually set the path to the Git system config file 9 years ago
  Sebastian Schuberth 9599f3f1a6 FS: Fix a minor typo in runInShell() docs 9 years ago
  Sebastian Schuberth 7ee351fb95 FS: Improve javadoc of some recently introduced methods 9 years ago
  Sebastian Schuberth d7a44736ce FS: Remove the gitprefix logic 9 years ago
  Sebastian Schuberth cb12f4f0ad FS: Add a method to discover the system-wide config file 9 years ago
  Sebastian Schuberth b8b6357fe6 FS: Extend readPipe() to optionally take additional environment 9 years ago
  Sebastian Schuberth 8ed6b745bb FS: Document readpipe()'s encoding parameter 9 years ago
  Sebastian Schuberth 6fdd214349 Split discoverGitPrefix() code out into discoverGitExe() 9 years ago
  Sebastian Schuberth 8025443db4 Move resolveGrandparentFile() to the base class for wider use 9 years ago
  Matthias Sohn 6e653aef1d FS.readPipe() shouldn't log IOException as an error 9 years ago
  Matthias Sohn 197e3393a5 Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit 9 years ago
  Laurent Delaigue 26fd56f167 Refactored pre-commit hook to make it less invasive. 9 years ago