197 Commits (d7a44736ce461ee7c7a5cf30cb9c705ebeb2c800)

Author SHA1 Message Date
  Sebastian Schuberth d7a44736ce FS: Remove the gitprefix logic 9 years ago
  Sebastian Schuberth d9ffc03837 SystemReader: Use discoverGitSystemConfig() in openSystemConfig() 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 4ca2fc5ce7 Equalize discoverGitPrefix() implementations between POSIX and Win32 9 years ago
  Sebastian Schuberth 8025443db4 Move resolveGrandparentFile() to the base class for wider use 9 years ago
  Shawn Pearce bfdd963083 FS_POSIX: Rework umask detection to make it settable 9 years ago
  Sebastian Schuberth ec6ec3b10f FS_Win32: Avoid an IOException on Windows if bash is not in PATH 9 years ago
  Shawn Pearce 4a984e2033 Support agent= capability in wire protocol 9 years ago
  Matthias Sohn 3f79182081 Fix resource leak in ChangeIdUtil 9 years ago
  Shawn Pearce d94ce9c754 Buffer overflow output stream 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
  Dave Borowitz e3e9e1f003 TemporaryBuffer: Clear block pointer list instead of reallocating 9 years ago
  Dave Borowitz edf4368b0c TemporaryBuffer: Allow presizing block pointer list 9 years ago
  Markus Duft ede4b3d5a3 Fix compile error due to missing dependencies and since tags 9 years ago
  Laurent Delaigue 26fd56f167 Refactored pre-commit hook to make it less invasive. 9 years ago
  David Ostrovsky c0c4c6f09a ArchiveCommand: Allow to pass options to underlying stream 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
  Andrey Loskutov 428d31efd3 AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline 9 years ago
  Christian Halstrick 3226e35db8 Fix junit tests under windows when the platform is explicitly changed 9 years ago
  Shawn Pearce b6b843e519 Move checkPath from DirCacheCheckout to ObjectChecker 9 years ago
  Shawn Pearce 61b632ee5a Deprecate TemporaryBuffer.LocalFile without parent directory 9 years ago
  Robin Rosenberg 2f6372337c Rename local variables/parameters to remove warnings about hiding 9 years ago
  Robin Rosenberg 0bc98f17b2 Eliminate warnings for non-nls strings that will never be translated 9 years ago
  Matthias Sohn 18fdb5684f Add missing since tags 10 years ago
  Laurent Goujon ff9c194b8a Adds GSSManager factory class, to be used for SPNEGO HTTP authentication 10 years ago
  Yuxuan 'fishy' Wang 0b15b48f74 Handle repo copyfile in bare repositories. 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce 62b538d891 Cleanup catch Exception when making Java7FSFactory 10 years ago
  Saša Živkov 0d05e5d26c Possibility to limit the max pack size on receive-pack 10 years ago
  Christian Halstrick 38c4f35d8b Introduce an abstraction for HTTP connections 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 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 10 years ago
  Robin Rosenberg 4ceb25b602 Tag som non-localizable strings with NON-NLS 10 years ago
  Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 10 years ago
  Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 10 years ago
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 10 years ago
  Shawn Pearce 3bc289bcfe Remove unnecessary import of BaseConnection in MessageWriter 10 years ago
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run 10 years ago
  Robin Rosenberg ec2202f563 Recognize CRLF when parsing the short message of a commit or tag 11 years ago
  Robin Stocker 6fb8d2345b Add missing @since tag for replaceLineBreaksWithSpace 10 years ago
  Robin Rosenberg a2b33a8ac3 Add NON-NLS comments for some obviously untranslatable strings 11 years ago
  Robin Rosenberg b0ffacf122 Recognize CRLF when parsing the short message of a commit or tag 11 years ago
  Robin Stocker ec97912762 Fix multiple bugs in RawSubStringPattern used by MessageRevFilter 11 years ago