93 Commits (fbf6ce65ba2cba7ef1dd67d30922c9b887e60303)

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