Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sshd: shared reference in JGitClientSession must be volatile | Thomas Wolf | 2019-07-15 | 1 | -1/+1 | |
| * | | | | | sshd: correct the protocol version exchange | Thomas Wolf | 2019-07-15 | 6 | -6/+217 | |
* | | | | | | Merge "Constants for objects and info/{http-,}alternates" | Jonathan Nieder | 2019-08-02 | 13 | -24/+48 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Constants for objects and info/{http-,}alternates | David Turner | 2019-08-02 | 13 | -24/+48 | |
* | | | | | | | UploadPack: move writing of "packfile" header | Jonathan Tan | 2019-07-30 | 3 | -10/+36 | |
* | | | | | | | Merge "JGit pgm tests must quote paths on the command line" | David Pursehouse | 2019-07-25 | 4 | -20/+26 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | JGit pgm tests must quote paths on the command line | Thomas Wolf | 2019-07-25 | 4 | -20/+26 | |
* | | | | | | | PreUploadHookChain: Use list instead of array internally | Ivan Frade | 2019-07-24 | 2 | -22/+143 | |
* | | | | | | | PostUploadHookChain: Use a list instead of array internally | Ivan Frade | 2019-07-24 | 2 | -18/+118 | |
* | | | | | | | Merge "UploadPack: add getProtocolV2Hook() method" | Jonathan Tan | 2019-07-24 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | UploadPack: add getProtocolV2Hook() method | Ivan Frade | 2019-07-18 | 1 | -0/+12 | |
* | | | | | | | | Merge "ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks" | Jonathan Tan | 2019-07-24 | 2 | -0/+221 | |
|\| | | | | | | | ||||||
| * | | | | | | | ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks | Ivan Frade | 2019-07-18 | 2 | -0/+221 | |
* | | | | | | | | JschConfigSessionFactory: [findbugs] Set synchronized | Masaya Suzuki | 2019-07-22 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge "UploadPackTest: use Consumer to set up UploadPack" | Jonathan Tan | 2019-07-19 | 1 | -43/+70 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | UploadPackTest: use Consumer to set up UploadPack | Jonathan Tan | 2019-07-16 | 1 | -43/+70 | |
* | | | | | | | Upgrade maven-javadoc-plugin to 3.1.1 | David Pursehouse | 2019-07-17 | 1 | -1/+1 | |
* | | | | | | | Upgrade ecj to 3.18.0 | David Pursehouse | 2019-07-17 | 1 | -1/+1 | |
* | | | | | | | Upgrade wagon-ssh to 3.3.3 | David Pursehouse | 2019-07-17 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Support "sideband-all" in protocol v2 fetch | Jonathan Tan | 2019-07-16 | 7 | -4/+132 | |
* | | | | | | UploadPack: remove pckOut instance field | Jonathan Tan | 2019-07-16 | 1 | -21/+28 | |
* | | | | | | UploadPackTest: refactor capability config test | Jonathan Tan | 2019-07-16 | 1 | -48/+59 | |
|/ / / / / | ||||||
* | | | | | TreeRevFilter: Refresh code to latest coding standards | Ivan Frade | 2019-07-12 | 1 | -19/+22 | |
* | | | | | Fix typos in Javadoc | Michael Keppler | 2019-07-08 | 3 | -6/+6 | |
* | | | | | Correct @since in RevWalk for the --first-parent methods | Thomas Wolf | 2019-07-06 | 1 | -2/+6 | |
* | | | | | Move ServiceMayNotContinueException handling code from sendPack | Masaya Suzuki | 2019-06-27 | 1 | -24/+22 | |
* | | | | | Move exception handling code to the caller | Masaya Suzuki | 2019-06-27 | 2 | -71/+74 | |
* | | | | | Do not ignore secondary failure | Masaya Suzuki | 2019-06-27 | 1 | -31/+22 | |
* | | | | | Add assertThrows | Masaya Suzuki | 2019-06-27 | 2 | -154/+188 | |
* | | | | | RevWalk: Add a setFirstParent that mimics C git's --first-parent | Dave Borowitz | 2019-06-27 | 20 | -32/+490 | |
* | | | | | UploadPack: support lazy fetches if no bitmap | Jonathan Tan | 2019-06-25 | 2 | -0/+71 | |
* | | | | | Fix bundle localization of Apache SSH bundle | Michael Keppler | 2019-06-21 | 40 | -73/+76 | |
* | | | | | Fix "reset -hard" bug that folders could not be deleted | René Scheibe | 2019-06-19 | 2 | -8/+20 | |
* | | | | | Fix "reset -hard" bug that folders could not be created | René Scheibe | 2019-06-19 | 3 | -0/+42 | |
* | | | | | Bazel: Fix lint warning flagged by buildifier | David Ostrovsky | 2019-06-18 | 2 | -8/+8 | |
* | | | | | Update bazlets to latest version | David Ostrovsky | 2019-06-18 | 1 | -1/+1 | |
* | | | | | [Java 11] Update mockito to 2.23.0 | Matthias Sohn | 2019-06-18 | 10 | -61/+61 | |
* | | | | | [Java 9] Fix GitDateFormatterTest | Matthias Sohn | 2019-06-18 | 1 | -4/+8 | |
* | | | | | [Java 11] Remove dependency on javax.xml.bind package | David Ostrovsky | 2019-06-18 | 3 | -15/+3 | |
* | | | | | Merge "RebaseTodoFileTest: Fix "the the" typo" | David Pursehouse | 2019-06-16 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | RebaseTodoFileTest: Fix "the the" typo | Ivan Frade | 2019-06-12 | 1 | -2/+2 | |
* | | | | | | Ignore warning that tests don't export all packages | Matthias Sohn | 2019-06-16 | 7 | -0/+238 | |
* | | | | | | Ensure all packages are exported | Matthias Sohn | 2019-06-16 | 2 | -3/+4 | |
* | | | | | | Delete unused API problem filters | Matthias Sohn | 2019-06-16 | 2 | -202/+0 | |
* | | | | | | Walk tag chains for --include-tag options | Pavel Flaška | 2019-06-16 | 2 | -2/+100 | |
* | | | | | | Update API comparison baseline to 5.4.0.201906121030-r | Matthias Sohn | 2019-06-13 | 1 | -1/+1 | |
* | | | | | | Prepare 5.5.0-SNAPSHOT builds | Matthias Sohn | 2019-06-13 | 72 | -446/+446 | |
* | | | | | | Merge branch 'stable-5.4' | Matthias Sohn | 2019-06-13 | 96 | -592/+1674 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Prepare 5.4.1-SNAPSHOT builds | Matthias Sohn | 2019-06-12 | 72 | -446/+446 | |
| * | | | | JGit v5.4.0.201906121030-rv5.4.0.201906121030-r | Matthias Sohn | 2019-06-12 | 72 | -103/+103 |