Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-05-11 | 4 | -35/+256 | |
| | | | | |\| | | | ||||||
| | | | | | * | | | LockFile: create OutputStream only when needed | Thomas Wolf | 2021-05-10 | 4 | -146/+285 | |
| | | | | * | | | | Remove ReftableNumbersNotIncreasingException | Han-Wen Nienhuys | 2021-03-01 | 1 | -37/+0 | |
| | | | | | | * | | Add a cgit interoperability test for LockFile | Matthias Sohn | 2021-05-09 | 1 | -0/+57 | |
| | | | | | | * | | Add TemporaryBuffer.toString(int limit) | Matthias Sohn | 2021-05-09 | 3 | -6/+22 | |
| | | | | | | * | | LockFile: create OutputStream only when needed | Thomas Wolf | 2021-05-07 | 4 | -44/+257 | |
| | | | | | | * | | Merge branch 'stable-5.12' | Matthias Sohn | 2021-05-06 | 0 | -0/+0 | |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | | | | | | |/ | ||||||
* | | | | | | | | Prepare 5.12.0-SNAPSHOT builds | Matthias Sohn | 2021-05-06 | 88 | -121/+121 | |
* | | | | | | | | JGit v5.12.0.202105051250-m2v5.12.0.202105051250-m2 | Matthias Sohn | 2021-05-05 | 88 | -121/+121 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge "[releng] Update eclipse-jarsigner-plugin to 1.3.1" | Matthias Sohn | 2021-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [releng] Update eclipse-jarsigner-plugin to 1.3.1 | Thomas Wolf | 2021-04-19 | 1 | -1/+1 | |
* | | | | | | | | Update jetty to 9.4.40.v20210413 | Matthias Sohn | 2021-04-23 | 18 | -335/+335 | |
|/ / / / / / / | ||||||
* | | | | | | | Implement ours/theirs content conflict resolution | Thomas Wolf | 2021-04-19 | 15 | -114/+1085 | |
* | | | | | | | ssh: ensure list is modifiable before using Iterator.remove(). | Thomas Wolf | 2021-04-14 | 1 | -2/+2 | |
* | | | | | | | Update orbit to S20210406213021 and add 4.20-staging target | Matthias Sohn | 2021-04-10 | 31 | -42/+212 | |
* | | | | | | | Fix typo in test method name | Thomas Wolf | 2021-04-09 | 1 | -1/+1 | |
* | | | | | | | Merge "Upgrade ecj to 3.25.0" | Matthias Sohn | 2021-04-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Upgrade ecj to 3.25.0 | Marco Miller | 2021-03-30 | 1 | -1/+1 | |
* | | | | | | | | Allow file mode conflicts in virtual base commit on recursive merge. | Marija Savtchouk | 2021-04-06 | 2 | -9/+88 | |
* | | | | | | | | sshd: don't lock the known_hosts files on reading | Thomas Wolf | 2021-04-01 | 3 | -23/+10 | |
* | | | | | | | | Allow info messages in UsernamePasswordCredentialsProvider | Thomas Wolf | 2021-04-01 | 1 | -7/+17 | |
* | | | | | | | | ssh config: do environment variable replacement | Thomas Wolf | 2021-04-01 | 2 | -29/+76 | |
* | | | | | | | | sshd: implement server-sig-algs SSH extension (client side) | Thomas Wolf | 2021-04-01 | 6 | -15/+279 | |
|/ / / / / / / | ||||||
* | | | | | | | Bazel: Remove unused dependencies flagged by unused_deps | David Ostrovsky | 2021-03-27 | 1 | -9/+3 | |
* | | | | | | | Bazel: Format build file with buildifier | David Ostrovsky | 2021-03-27 | 2 | -3/+3 | |
* | | | | | | | Upgrade wagon-ssh to 3.4.3 | Marco Miller | 2021-03-26 | 2 | -2/+2 | |
* | | | | | | | Update spring-boot-maven-plugin to 2.4.4 | Matthias Sohn | 2021-03-26 | 1 | -1/+1 | |
* | | | | | | | Update spotbugs-maven-plugin to 4.2.2 | Matthias Sohn | 2021-03-26 | 1 | -1/+1 | |
* | | | | | | | Update japicmp-maven-plugin to 0.15.3 | Matthias Sohn | 2021-03-26 | 2 | -2/+3 | |
* | | | | | | | Merge branch 'stable-5.11' | Matthias Sohn | 2021-03-26 | 16 | -170/+582 | |
|\| | | | | | | ||||||
| * | | | | | | Refactor CommitCommand to improve readability | Matthias Sohn | 2021-03-23 | 1 | -72/+90 | |
| * | | | | | | CommitCommand: fix formatting | Matthias Sohn | 2021-03-23 | 1 | -2/+1 | |
| * | | | | | | CommitCommand: remove unncessary comment | Matthias Sohn | 2021-03-23 | 1 | -1/+0 | |
| * | | | | | | Ensure post-commit hook is called after index lock was released | Matthias Sohn | 2021-03-23 | 3 | -6/+19 | |
| * | | | | | | sshd: try all configured signature algorithms for a key | Thomas Wolf | 2021-03-19 | 4 | -3/+209 | |
| * | | | | | | sshd: modernize ssh config file parsing | Thomas Wolf | 2021-03-19 | 2 | -22/+81 | |
| * | | | | | | sshd: implement ssh config PubkeyAcceptedAlgorithms | Thomas Wolf | 2021-03-19 | 8 | -66/+184 | |
* | | | | | | | Optimize RevWalkUtils.findBranchesReachableFrom() | Adithya Chakilam | 2021-03-14 | 2 | -10/+41 | |
* | | | | | | | Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) | Adithya Chakilam | 2021-03-14 | 3 | -0/+207 | |
* | | | | | | | Skip detecting content renames for large files | Youssef Elghareeb | 2021-03-14 | 3 | -0/+92 | |
* | | | | | | | Remove unused API problem filters | Matthias Sohn | 2021-03-13 | 2 | -68/+0 | |
* | | | | | | | Document http options supported by JGit | Thomas Wolf | 2021-03-13 | 1 | -0/+20 | |
* | | | | | | | HTTP cookies: do tilde expansion on http.cookieFile | Thomas Wolf | 2021-03-12 | 3 | -8/+21 | |
* | | | | | | | Prepare 5.12.0-SNAPSHOT builds | Matthias Sohn | 2021-03-10 | 88 | -504/+504 | |
* | | | | | | | Merge branch 'stable-5.11' | Matthias Sohn | 2021-03-10 | 117 | -547/+547 | |
|\| | | | | | | ||||||
| * | | | | | | Update Orbit to R20210223232630 | Matthias Sohn | 2021-03-10 | 29 | -44/+44 | |
| * | | | | | | Prepare 5.11.1-SNAPSHOT builds | Matthias Sohn | 2021-03-09 | 88 | -503/+503 | |
| * | | | | | | JGit v5.11.0.202103091610-rv5.11.0.202103091610-r | Matthias Sohn | 2021-03-09 | 88 | -121/+121 | |
| * | | | | | | Merge branch 'master' into stable-5.11 | Matthias Sohn | 2021-03-09 | 22 | -276/+790 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Manually set status of jmh dependencies | Matthias Sohn | 2021-03-07 | 1 | -2/+2 |