Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new protocol version constants | Matthias Sohn | 2020-11-30 | 1 | -13/+25 |
* | Merge branch 'stable-5.9' | Matthias Sohn | 2020-11-30 | 1 | -2/+6 |
|\ | |||||
| * | Add constants for parsing git wire protocol version | David Ostrovsky | 2020-11-29 | 1 | -2/+7 |
* | | PacketLineInTest: test for END and DELIM being distinguishable | Thomas Wolf | 2020-11-30 | 1 | -3/+8 |
* | | Merge branch 'stable-5.10' | Matthias Sohn | 2020-11-27 | 1 | -0/+20 |
|\ \ | |||||
| * | | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2020-11-27 | 1 | -0/+20 |
| |\| | |||||
| | * | 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 |
* | | | | | | | | | | | Add support for reading symrefs from pack capabilities | Lee Worrall | 2020-11-26 | 3 | -26/+294 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Allow to resolve a conflict by checking out a file | Thomas Wolf | 2020-11-17 | 3 | -2/+79 |
* | | | | | | | | | | Fix bug in PerformanceLogContext | Alexa Panfil | 2020-11-06 | 1 | -8/+37 |
* | | | | | | | | | | 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 |