58 Commits (2dc572df24c58ae8bf9019f7fd10459d3d53779d)

Author SHA1 Message Date
  Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 5 years ago
  Christian Halstrick 10e65cb4fa Fix LockFile semantics when running on NFS 6 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
  Matthias Sohn c18694e0d1 Use slf4j to log instead of printing to System.err 9 years ago
  Laurent Goubet 6aed51e3ce Introduce hook support into the FS implementations 9 years ago
  Shawn Pearce 62b538d891 Cleanup catch Exception when making Java7FSFactory 10 years ago
  Robin Rosenberg 5a51779e84 Normalize paths on OS X 11 years ago
  Robin Rosenberg 14cd43e6df Use fileAttributes to get more attributes in one go 10 years ago
  Robin Rosenberg 7c19c45544 Add delete support to FS 11 years ago
  Robin Rosenberg dd3181603e Extend the FS class for Java7 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Robin Rosenberg 9570e0d4a9 Refactor detection of Windows platform to SystemReader 12 years ago
  Matthias Sohn e9c811d0d0 Allow detection of case insensitive file systems 12 years ago
  Kevin Sawicki 2de1d9fb64 Only print stack trace to Sytem.err when debug flag is set 12 years ago
  Carl Myers 85a9ab7410 Fix NPE when PATH environment variable is empty 12 years ago
  Robin Rosenberg ea5df16404 Attempt to make git prefix detection more reliable 13 years ago
  Robin Rosenberg 76d25273cc Fix broken git prefix detection 13 years ago
  Shawn O. Pearce ae1f7947de FS: Allow cloning an FS instance 13 years ago
  Shawn O. Pearce a4a00ea8f1 FS: Allow userHome to be set and cached 13 years ago
  Shawn O. Pearce 5f82569cab FS: Allow gitPrefix to be set and cached 13 years ago
  Shawn O. Pearce 2f705ad240 FS: Overload detect() with no arguments 13 years ago
  Shawn O. Pearce c6423932bf Fix JGit --upload-pack, --receive-pack options 13 years ago