Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | ApplyCommand: support binary patches | Thomas Wolf | 2021-05-26 | 10 | -0/+217 | |
| * | | | | | | | | | | | | | ApplyCommand: add a stream to apply a delta patch | Thomas Wolf | 2021-05-26 | 3 | -0/+105 | |
| * | | | | | | | | | | | | | ApplyCommand: add streams to read/write binary patch hunks | Thomas Wolf | 2021-05-26 | 1 | -0/+146 | |
| * | | | | | | | | | | | | | ApplyCommand: add a base-85 codec | Thomas Wolf | 2021-05-26 | 1 | -0/+87 | |
| * | | | | | | | | | | | | | ApplyCommand: convert to git internal format before applying patch | Thomas Wolf | 2021-05-18 | 15 | -1/+258 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2021-05-12 | 8 | -14/+947 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add a cgit interoperability test for LockFile | Matthias Sohn | 2021-05-09 | 1 | -0/+57 | |
| * | | | | | | | | | | | | LockFile: create OutputStream only when needed | Thomas Wolf | 2021-05-07 | 1 | -1/+152 | |
| * | | | | | | | | | | | | Implement ours/theirs content conflict resolution | Thomas Wolf | 2021-04-19 | 4 | -12/+661 | |
| * | | | | | | | | | | | | Fix typo in test method name | Thomas Wolf | 2021-04-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Allow file mode conflicts in virtual base commit on recursive merge. | Marija Savtchouk | 2021-04-06 | 1 | -0/+76 | |
* | | | | | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2021-03-19 | 14 | -98/+434 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) | Adithya Chakilam | 2021-03-14 | 1 | -0/+81 | |
| * | | | | | | | | | | | | Skip detecting content renames for large files | Youssef Elghareeb | 2021-03-14 | 1 | -0/+48 | |
| * | | | | | | | | | | | | Prepare 5.12.0-SNAPSHOT builds | Matthias Sohn | 2021-03-10 | 2 | -55/+55 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Prepare 5.11.1-SNAPSHOT builds | Matthias Sohn | 2021-03-09 | 2 | -55/+55 | |
| * | | | | | | | | | | | JGit v5.11.0.202103091610-rv5.11.0.202103091610-r | Matthias Sohn | 2021-03-09 | 2 | -2/+2 | |
| * | | | | | | | | | | | PackFile: Add id + ext based constructors | Nasser Grainawi | 2021-03-07 | 4 | -19/+34 | |
| * | | | | | | | | | | | Restore preserved packs during missing object seeks | Martin Fick | 2021-03-04 | 1 | -0/+51 | |
| * | | | | | | | | | | | Pack: Replace extensions bitset with bitmapIdx PackFile | Nasser Grainawi | 2021-03-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | Create a PackFile class for Pack filenames | Nasser Grainawi | 2021-03-04 | 6 | -26/+170 | |
| * | | | | | | | | | | | HTTP: cookie file stores expiration in seconds | Thomas Wolf | 2021-03-03 | 5 | -63/+60 | |
* | | | | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2021-02-28 | 49 | -1311/+1983 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | init: add config option to set default for the initial branch name | Matthias Sohn | 2021-02-22 | 1 | -0/+52 | |
| * | | | | | | | | | | | init: allow specifying the initial branch name for the new repository | Matthias Sohn | 2021-02-22 | 1 | -1/+35 | |
| * | | | | | | | | | | | Merge "Rename PackFile to Pack" | Jonathan Nieder | 2021-02-18 | 9 | -86/+86 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Rename PackFile to Pack | Nasser Grainawi | 2021-02-10 | 9 | -86/+86 | |
| * | | | | | | | | | | | | Fix boxing warnings | Matthias Sohn | 2021-02-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Allow dir/file conflicts in virtual base commit on recursive merge. | Marija Savtchouk | 2021-02-09 | 1 | -0/+264 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Bazel: Remove unused resources variable | David Ostrovsky | 2021-02-07 | 1 | -2/+0 | |
| * | | | | | | | | | | | Fix DateRevQueue tie breaks with more than 2 elements | Adithya Chakilam | 2021-02-07 | 2 | -0/+53 | |
| * | | | | | | | | | | | Fix bazel tests broken by classes moved in dbd05433 | Matthias Sohn | 2021-02-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | IO: fix IO.readFully(InputStream, byte[], int) | Thomas Wolf | 2021-01-31 | 1 | -0/+84 | |
| * | | | | | | | | | | | Merge "Move reachability checker generation into the ObjectReader object" | Jonathan Nieder | 2021-01-29 | 7 | -6/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Move reachability checker generation into the ObjectReader object | Terry Parker | 2021-01-28 | 7 | -6/+17 | |
| * | | | | | | | | | | | | Add the "compression-level" option to all ArchiveCommand formats | Youssef Elghareeb | 2021-01-28 | 1 | -78/+106 | |
| * | | | | | | | | | | | | Merge changes I36d9b63e,I8c5db581,I2c02e89c | Jonathan Tan | 2021-01-27 | 5 | -0/+421 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase | Gal Paikin | 2021-01-27 | 3 | -0/+151 | |
| | * | | | | | | | | | | | Add seekPastPrefix method to RefCursor | Gal Paikin | 2021-01-26 | 2 | -0/+270 | |
| * | | | | | | | | | | | | TemporaryBuffer: fix toByteArray(limit) | Thomas Wolf | 2021-01-22 | 1 | -0/+65 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Tag message must not include the signature | Thomas Wolf | 2021-01-10 | 1 | -6/+6 | |
| * | | | | | | | | | | | Client-side protocol V2 support for fetching | Thomas Wolf | 2021-01-01 | 3 | -14/+150 | |
| * | | | | | | | | | | | Fix NPE in DirCacheCheckout | Thomas Wolf | 2020-12-30 | 2 | -9/+49 | |
| * | | | | | | | | | | | Merge "Added check for null on DirCacheEntry in checkoutEntry method" | Christian Halstrick | 2020-12-30 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Added check for null on DirCacheEntry in checkoutEntry method | Tudor Matrescu | 2020-12-03 | 1 | -0/+9 | |
| * | | | | | | | | | | | | [spotbugs] Silence CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE in jgit tests | Matthias Sohn | 2020-12-22 | 2 | -0/+154 | |
| * | | | | | | | | | | | | [spotbugs] Fix potential NPE in PackFileSnapshotTest | Matthias Sohn | 2020-12-17 | 1 | -2/+6 | |
| * | | | | | | | | | | | | [spotbugs] Fix potential NPEs in FileReftableStackTest | Matthias Sohn | 2020-12-17 | 1 | -7/+12 | |
| * | | | | | | | | | | | | [spotbugs] Fix potential NPE in FileBasedConfigTest | Matthias Sohn | 2020-12-17 | 1 | -3/+10 | |
| * | | | | | | | | | | | | [spotbugs] Fix potential NPE in GcPruneNonReferencedTest | Matthias Sohn | 2020-12-17 | 1 | -0/+2 |