Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add constants for parsing git wire protocol version | David Ostrovsky | 2020-11-29 | 1 | -2/+7 |
* | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2020-11-27 | 1 | -0/+20 |
|\ | |||||
| * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2020-11-27 | 1 | -0/+20 |
| |\ | |||||
| | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-11-27 | 1 | -0/+20 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-11-27 | 3 | -2/+20 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-11-27 | 3 | -4/+22 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-11-27 | 3 | -4/+22 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-11-26 | 3 | -4/+22 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-11-26 | 3 | -4/+22 |
| | | | | | | |\ | |||||
| | | | | | | | * | Ensure that GC#deleteOrphans respects pack lock | Matthias Sohn | 2020-11-26 | 1 | -2/+22 |
| | | | | | | | * | Remove unused imports | Matthias Sohn | 2020-07-19 | 2 | -2/+0 |
| | * | | | | | | | Scan through all merged reftables for max/min update indices | Minh Thai | 2020-04-05 | 1 | -0/+117 |
* | | | | | | | | | GitlinkMergeTest: fix boxing warnings | Matthias Sohn | 2020-09-05 | 1 | -1/+1 |
* | | | | | | | | | jgit: Add DfsBundleWriter | Masaya Suzuki | 2020-09-03 | 1 | -0/+85 |
* | | | | | | | | | Merge changes from topic "fix_ui" | Terry Parker | 2020-09-03 | 1 | -0/+368 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ResolveMerger: do not content-merge gitlinks on del/mod conflicts | Demetr Starshov | 2020-08-26 | 1 | -9/+0 |
| * | | | | | | | | | ResolveMerger: Adding test cases for GITLINK deletion | Demetr Starshov | 2020-08-26 | 1 | -0/+91 |
| * | | | | | | | | | ResolveMerger: choose OURS on gitlink when ignoreConflicts | Demetr Starshov | 2020-08-26 | 1 | -5/+0 |
| * | | | | | | | | | ResolveMerger: Adding test cases for GITLINK merge | Demetr Starshov | 2020-08-26 | 1 | -0/+291 |
* | | | | | | | | | | Fix possible NegativeArraySizeException in PackIndexV1 | Marc Strapetz | 2020-08-25 | 3 | -0/+32 |
* | | | | | | | | | | Keep line endings for text files committed with CR/LF on text=auto | Thomas Wolf | 2020-08-17 | 5 | -117/+291 |
* | | | | | | | | | | DirCache: support index V4 | Thomas Wolf | 2020-08-15 | 3 | -2/+266 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Do not send empty blob in response to blob:none filter | Jonathan Nieder | 2020-07-29 | 3 | -2/+26 |
* | | | | | | | | | Add support for tree filters when fetching | Jonathan Nieder | 2020-07-29 | 1 | -0/+32 |
* | | | | | | | | | DiffFormatter: correctly deal with tracked files in ignored folders | Thomas Wolf | 2020-07-17 | 1 | -1/+55 |
* | | | | | | | | | Fix writing GPG signatures with trailing newline | Thomas Wolf | 2020-07-08 | 1 | -37/+53 |
* | | | | | | | | | Improve error message when receive.maxCommandBytes is exceeded | David Pursehouse | 2020-06-29 | 1 | -1/+3 |
* | | | | | | | | | DiffFormatterTest: Add a test to confirm the default rename detection settings | David Pursehouse | 2020-06-26 | 1 | -0/+13 |
* | | | | | | | | | MergedReftable: Include the last reftable in determining minUpdateIndex | Minh Thai | 2020-06-22 | 1 | -16/+16 |
* | | | | | | | | | SimpleMergeTest: Clean up code style | Demetr Starshov | 2020-06-10 | 1 | -156/+149 |
|/ / / / / / / / | |||||
* | | | | | | | | ApplyCommand: use context lines to determine hunk location | Thomas Wolf | 2020-06-04 | 1 | -1/+41 |
* | | | | | | | | Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash() | Thomas Wolf | 2020-06-02 | 1 | -0/+44 |
* | | | | | | | | Decouple JSch from JGit Core | Matthias Sohn | 2020-06-01 | 3 | -813/+0 |
* | | | | | | | | Decouple BouncyCastle from JGit Core | Matthias Sohn | 2020-06-01 | 1 | -134/+0 |
* | | | | | | | | RawTextComparator.WS_IGNORE_CHANGE must not compare whitespace | Thomas Wolf | 2020-05-28 | 1 | -0/+28 |
* | | | | | | | | Ignore core.eol if core.autocrlf=input | Thomas Wolf | 2020-05-22 | 1 | -0/+32 |
* | | | | | | | | Attributes: fix handling of text=auto in combination with eol | Thomas Wolf | 2020-05-22 | 1 | -0/+107 |
* | | | | | | | | Merge changes I39783eee,I874503ec,Ic942a8e4,I6ec2c3e8,I62cb5030, ... | Terry Parker | 2020-05-13 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | PackBitmapIndex: Move BitmapCommit to a top-level class | Yunjie Li | 2020-05-12 | 1 | -1/+0 |
* | | | | | | | | | Merge changes I6543c2e1,I21ed029d | Terry Parker | 2020-05-11 | 1 | -0/+258 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ReceivePack: adding IterativeConnectivityChecker | Demetr Starshov | 2020-05-08 | 1 | -0/+258 |
* | | | | | | | | | | Fix error occurring during checkout | Nail Samatov | 2020-05-07 | 1 | -0/+22 |
* | | | | | | | | | | Apply hunks when renaming or copying from patch files | Jack Wickham | 2020-05-06 | 1 | -0/+20 |
* | | | | | | | | | | Create parent directories when renaming a file in ApplyCommand | Jack Wickham | 2020-05-06 | 1 | -0/+10 |
|/ / / / / / / / / | |||||
* | | | | | | | | | revwalk: Introduce bitmap-based object reachability checker | Ivan Frade | 2020-04-28 | 1 | -0/+31 |
* | | | | | | | | | revwalk: Extract ObjectReachabilityChecker interface | Ivan Frade | 2020-04-28 | 2 | -135/+146 |
* | | | | | | | | | UploadPack: Extract walk-based reachability check | Ivan Frade | 2020-04-28 | 1 | -0/+157 |
* | | | | | | | | | UploadPack: Clear advertised ref map after negotiation | Minh Thai | 2020-04-23 | 1 | -0/+78 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix human name for local .bundle files | Konrad Windszus | 2020-04-21 | 1 | -0/+11 |
* | | | | | | | | FileUtils: improve delete (Windows) | Alexander Nittka | 2020-04-03 | 1 | -0/+37 |