4753 Commits (f491af08ea418268c897c8cb08167c9fdae5be6e)

Author SHA1 Message Date
Matthias Sohn 56b435a61c JGit v4.9.3.201807311005-r 6 years ago
Masaya Suzuki 6658f36768 Use project names instead of paths for the submodule name 6 years ago
Matthias Sohn 29118ed117 Prepare 4.7.3-SNAPSHOT builds 6 years ago
Matthias Sohn 01787756aa JGit v4.7.2.201807261330-r 6 years ago
Luca Milanesio 977726e5bb Delete all loose refs empty directories 6 years ago
Luca Milanesio eea9a7a0ba Use java.nio to delete path to get detailed errors 6 years ago
Jonathan Tan 7e7b00f1a5 Send only 1 flush pkt at the end of v2 fetch 6 years ago
Matthias Sohn e0e52cb011 Fix NPE in BlameGenerator.getSourceStart() 6 years ago
Jonathan Tan 32798dcfdb Always send refs' objects despite "filter" in pack 6 years ago
Jonathan Nieder fb9031c956 RepoCommand: record remote branch, group, shallow bit by default 6 years ago
Thomas Wolf a9b54b026d ResolveMerger: don't try needlessly to delete directories 6 years ago
Terry Parker e4774f45c4 GC: Trim more EWAHCompressedBitmaps to free unused memory 6 years ago
Masaya Suzuki 579bff6653 Add API to specify the submodule name 6 years ago
Minh Thai 263a8c1c06 Make Reftable seek* and has* method names more consistent 6 years ago
Minh Thai e04d96e3fa Seek references by prefix in reftable 6 years ago
Terry Parker 04b9f44367 GC: Trim EWAHCompressedBitmaps to free unused memory 6 years ago
Dave Borowitz 3447e2a776 Make DfsConfig public 6 years ago
Hector Caballero 4eea4ea508 GC: Remove empty references folders 6 years ago
Terry Parker 7fe15d4428 Add progress monitor step to first phase of GC commit selection 6 years ago
Luca Milanesio 5a8ad44208 Do not ignore path deletion errors 6 years ago
Thomas Wolf 55ebb83c98 Add response message, if any, on HTTP status 404 6 years ago
Terry Parker 115a740e2f Correctly handle initialization of shallow commits 6 years ago
tparker 2070d146cb Fix a GC scalability issue when selecting commit bitmaps 6 years ago
Thomas Wolf f508a00176 CleanCommand: don't fire WorkingTreeModifiedEvent on dry run 6 years ago
Matthias Sohn ff15df05c3 Prepare 5.0.2-SNAPSHOT builds 6 years ago
Matthias Sohn a7e38fb0b0 JGit v5.0.1.201806211838-r 6 years ago
Marco Miller 1dcb0688c7 ResolveMerger: Fix encoding with string; use bytes 6 years ago
Jonathan Nieder 7df024b276 Respect "unshallow" lines in protocol v2 6 years ago
Thomas Wolf 2e76daec14 Avoid expensive getAllRefsByPeeledObjectId() in PlotWalk constructor 6 years ago
Matthias Sohn 0dbaf9d951 Prepare 5.0.1-SNAPSHOT builds 6 years ago
Matthias Sohn e729a83bd2 JGit v5.0.0.201806131550-r 6 years ago
Matthias Sohn 94a585e6e8 JGit v5.0.0.201806131210-r 6 years ago
Matthias Sohn f7fbc7fcd7 Propagate failure of ssh command to caller of SshSupport 6 years ago
Marcel Trautwein 5429d1a0cf Make JGit describe behaves same as c-git for lightweight tags 6 years ago
Markus Duft 01c52a58f6 Fix issues with LFS on GitHub (SSH) 6 years ago
Michael Keppler e710f14ed1 Fix Javadoc typo 6 years ago
Thomas Wolf 4ef8769f81 Ensure Jsch checks all configured algorithms 6 years ago
Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 6 years ago
Matthias Sohn 62460b42b7 Validate branch names on branch creation 6 years ago
Matthias Sohn 5f27032fb8 Use constant for ".lock" 6 years ago
Matthias Sohn 1cb8c5d7fe Simplify locking of FileRepository's index snapshot 6 years ago
Matthias Sohn b782518cae Refactor FileRepository.detectIndexChange() 6 years ago
Matthias Sohn a3738ef137 Ensure index change event is fired when index snapshot changed 6 years ago
Matthias Sohn cb0abf787e Prepare 5.0.0-SNAPSHOT builds 6 years ago
Matthias Sohn ca57743a45 JGit v5.0.0.201806050710-rc3 6 years ago
Jonathan Tan 7dbd2bfe7e Teach UploadPack "filter" in protocol v2 fetch 6 years ago
Jonathan Tan e319a6f8d4 Refactor v2 advertisement into own function 6 years ago
Jonathan Tan 62c4d3a133 Refactor parsing of "filter" into its own method 6 years ago
Jonathan Tan 2f60804396 Disallow unknown args to "fetch" in protocol v2 6 years ago
Jonathan Tan f7e501c36c Teach UploadPack shallow fetch in protocol v2 6 years ago