91 Commits (stable-4.5)

Author SHA1 Message Date
  Martin Goellnitz 57a263f182 Add support for post-commit hooks 7 years ago
  Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 7 years ago
  Matthias Sohn a4508f994a Rename FSJava7Test to FSTest 7 years ago
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8 years ago
  Matthias Sohn 536db18cc6 Implement SHA-256 abstraction 8 years ago
  Matthias Sohn 3af05f6080 Remove declared IOException which is no longer thrown 8 years ago
  Shawn Pearce 1243e25aad Paths.pathCompare: Utility to sort paths from byte[] 8 years ago
  Shawn Pearce bace383507 Add Paths utility class 8 years ago
  Andrey Loskutov 1aafa61958 Checkout should be able to override modified symbolic links 8 years ago
  Christian Halstrick adbe900683 Fix unit tests on Windows 8 years ago
  Christian Halstrick 5c8f2d8feb Fix HookTest when running on Win32_Cygwin 8 years ago
  Christian Halstrick 18af2d4265 Let FS_Win32_Cygwin detect symlink support by creating temporary symlink 8 years ago
  Christian Halstrick 69cd6f5864 Introduce FS.execute() to execute a command defined by a ProcessBuilder 8 years ago
  Christian Halstrick 67a77d402a Enhance FS.runProcess() to support stdin-redirection and binary data 9 years ago
  Andrey Loskutov eec37d2334 Fixed jgit test failures on Windows 8 years ago
  Matthias Sohn 548ba66a37 Use NIO2 to implement FileUtils.rename() and expose options 9 years ago
  Dave Borowitz dac6ae3d17 IO: Add a method for reading lines 9 years ago
  Shawn Pearce bfdd963083 FS_POSIX: Rework umask detection to make it settable 9 years ago
  Matthias Sohn 197e3393a5 Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit 9 years ago
  Dave Borowitz edf4368b0c TemporaryBuffer: Allow presizing block pointer list 9 years ago
  Matthias Sohn d2e0bfa568 Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X 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
  Shawn Pearce 61b632ee5a Deprecate TemporaryBuffer.LocalFile without parent directory 9 years ago
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 10 years ago
  Matthias Sohn 35331a916a Also use MockSystemReader in GitDateParserBadlyFormattedTest 10 years ago
  Shawn Pearce 1c4216e4bc Move repeat() to utility class for tests 10 years ago
  Shawn Pearce cc3ec72734 Remove hardcoded target/trash from test cases 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 Rosenberg b0ffacf122 Recognize CRLF when parsing the short message of a commit or tag 11 years ago
  Robin Rosenberg b83c269369 Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler) 11 years ago
  Robin Stocker ec97912762 Fix multiple bugs in RawSubStringPattern used by MessageRevFilter 11 years ago
  Robin Rosenberg dd3181603e Extend the FS class for Java7 11 years ago
  Robin Stocker 8bd1e86bb7 Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVE 11 years ago
  Shawn Pearce 1b4320f1fa Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY" 11 years ago
  Robin Stocker 78fca8a099 Improve test coverage of AutoCRLF(In|Out)putStream 11 years ago
  Robin Rosenberg 4c638be79f Fix boundary conditions in AutoCRLFOutputStream 11 years ago
  Robin Rosenberg d0e92885e9 Extend FileUtils.rename to common git semantics 11 years ago
  Robin Rosenberg 7aa54967a2 Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY 11 years ago
  Robin Rosenberg 08d5ede281 Extend FileUtils.delete with option to delete empty directories only 11 years ago
  Stefan Lay 3b41fcbd96 Accept Change-Id even if footer contains not well-formed entries 11 years ago
  Stefan Lay 1ca7c581a3 Only replace the ChangeId in the footer, not in the body 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 years ago
  Robin Rosenberg e0a3091af7 Introduce "never" as parseable date 11 years ago
  Christian Halstrick 84e171fbab Introduce ParseExceptions for GitDateParser 11 years ago
  Robin Rosenberg cd23b214bf cleanup: use assertArrayEquals for assertion on arrays 11 years ago
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 11 years ago
  Robin Rosenberg 0a9e010e14 Create an input stream that transforms LF to CRLF 11 years ago