Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RawParseUtils: Avoid import of java.nio.charset.StandardCharsets | David Pursehouse | 2019-01-20 | 1 | -2/+1 |
* | UploadPack: Suppress false-positive resource leak warning | David Pursehouse | 2019-01-20 | 1 | -0/+1 |
* | Implement signing commits using BouncyCastle | Medha Bhargav Prabhala | 2019-01-16 | 7 | -3/+727 |
* | Allow CommitCommand to sign commits | Gunnar Wagenknecht | 2019-01-16 | 6 | -1/+434 |
* | dfs: Remove synchronization in BlockBasedFile#LazyChannel | Jonathan Nieder | 2019-01-14 | 1 | -6/+2 |
* | UploadPack: Read wanted refs in one shot | Jonathan Nieder | 2019-01-11 | 1 | -29/+69 |
* | Merge branch 'stable-5.2' | Jonathan Nieder | 2019-01-10 | 4 | -70/+161 |
|\ | |||||
| * | UploadPack: Filter refs used for deepen-not resolution | Jonathan Nieder | 2018-12-26 | 1 | -1/+34 |
| * | Merge branch 'stable-5.1' into stable-5.2 | Jonathan Nieder | 2018-12-26 | 4 | -69/+127 |
| |\ | |||||
| | * | Merge branch 'stable-5.0' into stable-5.1 | Jonathan Nieder | 2018-12-26 | 1 | -2/+4 |
| | |\ | |||||
| | | * | UploadPack: Avoid calling AdvertiseRefsHook twice | Jonathan Nieder | 2018-12-26 | 1 | -2/+4 |
| | * | | UploadPack: Filter refs used for want-ref resolution | Jonathan Nieder | 2018-12-26 | 2 | -1/+42 |
| | * | | UploadPack: Defer want-ref resolution to after parsing | Jonathan Nieder | 2018-12-26 | 3 | -47/+35 |
| | * | | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-12-25 | 1 | -25/+54 |
| | |\| | |||||
| | | * | Call AdvertiseRefsHook for protocol v2 | Masaya Suzuki | 2018-12-25 | 1 | -14/+46 |
| | | * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-12-25 | 1 | -11/+8 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-12-25 | 1 | -13/+9 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-12-25 | 1 | -13/+9 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-12-24 | 1 | -13/+9 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-12-24 | 1 | -13/+9 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2018-12-24 | 1 | -13/+9 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2018-12-24 | 1 | -13/+9 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Call AdvertiseRefsHook before validating wants | Masaya Suzuki | 2018-12-24 | 1 | -13/+9 |
* | | | | | | | | | | | Lazily open ReadableChannel in BlockBasedFile.getOrLoadBlock | Minh Thai | 2019-01-10 | 4 | -7/+42 |
* | | | | | | | | | | | Fix warnings for usage of deprecated RefDatabase#getRef | Matthias Sohn | 2019-01-08 | 4 | -6/+6 |
* | | | | | | | | | | | DfsBlockCache: Consolidate where ReadableChannel is opened | Minh Thai | 2019-01-08 | 4 | -87/+75 |
* | | | | | | | | | | | DfsBlockCache to lock while loading object references | Minh Thai | 2019-01-08 | 3 | -144/+289 |
* | | | | | | | | | | | Fix "jgit checkout -f" to overwrite dirty worktree files | Christian Halstrick | 2019-01-08 | 2 | -14/+86 |
* | | | | | | | | | | | Return 'this' from setters in commands | Mario Molina | 2019-01-07 | 3 | -20/+131 |
* | | | | | | | | | | | Don't swallow IOException | Jonathan Nieder | 2019-01-07 | 1 | -9/+7 |
* | | | | | | | | | | | Deprecate Repository#hasObject | Jonathan Nieder | 2019-01-04 | 6 | -9/+24 |
* | | | | | | | | | | | Deprecate RawParseUtils.UTF8-CHARSET | Michael Keppler | 2019-01-04 | 1 | -0/+3 |
* | | | | | | | | | | | Fix detection of "initial checkout" | Christian Halstrick | 2019-01-02 | 1 | -3/+3 |
* | | | | | | | | | | | Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack | Jonathan Nieder | 2018-12-29 | 4 | -27/+68 |
* | | | | | | | | | | | Move BaseReceivePack#walk getter to ReceivePack | Jonathan Nieder | 2018-12-29 | 2 | -4/+15 |
* | | | | | | | | | | | Move BaseReceivePack#db getter to ReceivePack | Jonathan Nieder | 2018-12-29 | 2 | -4/+14 |
* | | | | | | | | | | | Move BaseReceivePack#pushCert getter and setter to ReceivePack | Jonathan Nieder | 2018-12-29 | 2 | -7/+36 |
* | | | | | | | | | | | Suppress API errors and add missing @since tags caused by 6ea888a | Matthias Sohn | 2018-12-29 | 2 | -0/+5 |
* | | | | | | | | | | | Merge changes Id3bb9443,I1be1948b | Jonathan Nieder | 2018-12-28 | 6 | -48/+57 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | RefDatabase: Introduce findRef synonym for getRef | Jonathan Nieder | 2018-12-26 | 6 | -62/+33 |
| * | | | | | | | | | | | RefDirectory: Look up several exact refs in one shot | Jonathan Nieder | 2018-12-26 | 1 | -0/+38 |
* | | | | | | | | | | | | Move first line parsing for v0 push out of BaseReceivePack | Jonathan Nieder | 2018-12-27 | 2 | -15/+120 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | RefDirectory: Do not use search path to find additional refs | Jonathan Nieder | 2018-12-26 | 1 | -1/+1 |
* | | | | | | | | | | | RefDatabase: Remove fallback exactRef implementation | Jonathan Nieder | 2018-12-26 | 1 | -7/+1 |
* | | | | | | | | | | | RefDirectory: Fire RefsChangedEvent on error, too | Jonathan Nieder | 2018-12-26 | 1 | -11/+15 |
* | | | | | | | | | | | RefDirectory: Refactor getRef and exactRef to share code | Jonathan Nieder | 2018-12-26 | 1 | -20/+14 |
* | | | | | | | | | | | Merge changes from topic 'update-index-ref-decorator' | Jonathan Nieder | 2018-12-26 | 11 | -47/+169 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | RefCursor: Remove unnecessary getUpdateIndex method | Ivan Frade | 2018-12-26 | 4 | -26/+2 |
| * | | | | | | | | | | | RefDatabase/Ref: Add versioning to reference database | Ivan Frade | 2018-12-26 | 8 | -23/+169 |
* | | | | | | | | | | | | JGitInternalException: Fix typo in Javadoc | David Pursehouse | 2018-12-22 | 1 | -1/+1 |
|/ / / / / / / / / / / |