1877 Commits (b5c594216ba1a462796e5e4d8d929062db143768)

Author SHA1 Message Date
Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 6 years ago
Matthias Sohn 5d0286eb7c Add FileSnapshot test testing recognition of file size changes 6 years ago
Matthias Sohn 43b06f51f9 Capture reason for result of FileSnapshot#isModified 6 years ago
Matthias Sohn d31a0c0b5d Skip FileSnapshotTest#testSimulatePackfileReplacement on Windows 6 years ago
Matthias Sohn 0e33b32ab7 Fix FileSnapshotTest.testNewFileNoWait() to match its javadoc 6 years ago
Matthias Sohn 91101414ae Include filekey file attribute when comparing FileSnapshots 6 years ago
Matthias Sohn b513b77477 Measure file timestamp resolution used in FileSnapshot 6 years ago
Luca Milanesio 82b1af31e2 Fix pack files scan when filesnapshot isn't modified 6 years ago
Matthias Sohn 534ede2d81 Fix GC to delete empty fanout directories after repacking 6 years ago
Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 6 years ago
Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 6 years ago
Matthias Sohn 882fed0d96 Cancel gc if thread was interrupted 6 years ago
Jonathan Nieder 1638a2fce8 UploadPack: Defer want-ref resolution to after parsing 6 years ago
Matthias Sohn df6263644b Fix DescribeCommand with multiple match options 6 years ago
Håvard Wall f9de917547 Fix git-describe tie-breakers 6 years ago
Ivan Frade e4c28665b6 BaseReceivePack: Validate incoming .gitmodules files 6 years ago
Ivan Frade 3ed3eafbd1 ObjectChecker: Report .gitmodules files found in the pack 6 years ago
Ivan Frade db9f7b028d SubmoduleAddCommand: Reject submodule URIs that look like cli options 6 years ago
Matthias Sohn 6bec391d36 Use constant for ".lock" 6 years ago
David Pursehouse 2173f44158 UploadPackTest: Avoid unnecessarily boxing int into Integer 6 years ago
David Turner 559c68cb01 Parse signature of GPG-signed commits 6 years ago
David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 6 years ago
René Scheibe 685f8c8dbe Simplify file creation in ResetCommandTest 6 years ago
David Pursehouse a3cb474c94 Specify charset when constructing InputStreamReader 6 years ago
Minh Thai c398fb2b6b Replace useminimalnegotation flag with maxhaves flag 6 years ago
Ivan Frade a8c38bc767 Extract protocol v2 fetch request parsing to its own class 6 years ago
Ivan Frade e665e3fcd4 UploadPack: avoid conflating shallow commit lists in protocol v2 6 years ago
David Pursehouse ee56e5fc04 ChangeIdUtilTest: Remove unused notestCommitDashV 6 years ago
René Scheibe dbe01e8852 Cleanup existing tests 6 years ago
Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 6 years ago
Thomas Wolf ffd1ac5dde Fix fetching with duplicate ref updates 6 years ago
Marc Strapetz 65a0cfc82a Fetch(Process): should tolerate duplicate refspecs 6 years ago
Marc Strapetz 109c07ac8e FetchCommandTest: test add/update/delete fetch 6 years ago
Masaya Suzuki 58a90f7a70 Support remove-project node in the manifest parser 6 years ago
Andrey Loskutov 5a95e7e74b SubmoduleDeinitTest fails on Windows 6 years ago
Andrey Loskutov c23d024ea8 FilterCommandsTest fails on Windows 6 years ago
Andrey Loskutov 6e4b9bd274 ReceivePackAdvertiseRefsHookTest.testSuccess() fails on Windows 6 years ago
Masaya Suzuki 3aa2b8064c Introduce ProtocolV2Hook 6 years ago
Jonathan Tan 3227348e5e Respond with shallow-info before wanted-refs 6 years ago
Thomas Wolf 4027c5c9ff Fix ResolveMerger: rebase with autocrlf=true, direct checkout 6 years ago
Jonathan Tan c477b0ddcb Support protocol v2 want-ref in UploadPack 6 years ago
Masaya Suzuki 6658f36768 Use project names instead of paths for the submodule name 6 years ago
Luca Milanesio 977726e5bb Delete all loose refs empty directories 6 years ago
Jonathan Tan 7e7b00f1a5 Send only 1 flush pkt at the end of v2 fetch 6 years ago
Jonathan Tan 32798dcfdb Always send refs' objects despite "filter" in pack 6 years ago
Thomas Wolf a9b54b026d ResolveMerger: don't try needlessly to delete directories 6 years ago
Christian Halstrick 6db9371250 Ensure RacyGitTests don't raise false negatives 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