Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Fix IOException occurring during gc | Nail Samatov | 2020-11-05 | 1 | -0/+23 | |
* | | | | | | | | | | Ensure .gitmodules is loaded when accessing submodule name | John Dallaway | 2020-10-25 | 1 | -0/+1 | |
* | | | | | | | | | | Merge "Add new performance logging" | Terry Parker | 2020-10-21 | 1 | -0/+66 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add new performance logging | Alexa Panfil | 2020-10-21 | 1 | -0/+66 | |
* | | | | | | | | | | | Merge "Implement git describe --all" | Christian Halstrick | 2020-10-13 | 1 | -1/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Implement git describe --all | Jason Yeo | 2020-10-13 | 1 | -1/+46 | |
* | | | | | | | | | | | | Override config http.userAgent from environment GIT_HTTP_USER_AGENT | Thomas Wolf | 2020-10-06 | 1 | -2/+31 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | UploadPackTest#testUploadRedundantBytes: ensure test repo is closed | Matthias Sohn | 2020-10-02 | 1 | -7/+10 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Support "http.userAgent" and "http.extraHeader" from the git config | James Wynn | 2020-09-26 | 2 | -0/+113 | |
* | | | | | | | | | | Measure time taken for reachability checks | Alexa Panfil | 2020-09-24 | 1 | -11/+122 | |
* | | | | | | | | | | IndexDiffFilter: handle path prefixes correctly | Thomas Wolf | 2020-09-21 | 1 | -0/+21 | |
* | | | | | | | | | | Merge "ReceivePackStats: Add size and count of unnecessary pushed objects" | Terry Parker | 2020-09-14 | 1 | -0/+61 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | ReceivePackStats: Add size and count of unnecessary pushed objects | Yunjie Li | 2020-09-11 | 1 | -0/+61 | |
* | | | | | | | | | | 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 |