5273 Commits (9cb8e2f31035d265b83ba4e295aa3abb4c737ebf)

Author SHA1 Message Date
Thomas Wolf 10ab407fa6 DescribeCommand: use glob match instead of path match 5 years ago
Thomas Wolf d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file 5 years ago
David Pursehouse 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list 5 years ago
David Pursehouse b5a1b770a0 TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size() > 0" 5 years ago
David Pursehouse 9dc1ddf324 TransportHttp: Fix comparison of size with ">= 0" 5 years ago
Thomas Wolf 1609ce7593 Determine hard-linking and nlink support per FileStore 5 years ago
Konrad Windszus d7bd2e700c Support reading and writing cookies. 5 years ago
David Pursehouse 84c315b2a0 PackWriter: Make internal class static 5 years ago
Matthias Sohn fcfe1299c3 Prepare 5.3.3-SNAPSHOT builds 5 years ago
David Ostrovsky 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator 5 years ago
Matthias Sohn d6c7c42a1b JGit v5.3.2.201906051522-r 5 years ago
Matthias Sohn 57ccca75e6 Prepare 5.1.9-SNAPSHOT builds 5 years ago
Matthias Sohn 2fe587fcfd JGit v5.1.8.201906050907-r 5 years ago
Matthias Sohn b5c594216b Add debug trace to measure time needed to open pack index 5 years ago
Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 5 years ago
Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 5 years ago
David Pursehouse e8ed59a2ac PacketLineIn: Deprecate the END constant 5 years ago
David Pursehouse ee747827b0 PacketLineIn: Add an iterator over strings in the input stream 5 years ago
David Pursehouse e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end() 5 years ago
David Pursehouse e99aaa5f79 PacketLineIn: Deprecate DELIM constant 5 years ago
David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 5 years ago
David Pursehouse 07a07a75d6 PacketLineIn: Rename isDelim to isDelimiter 5 years ago
Brandon Weeks f4443ef3f9 Upgrade Bouncy Castle to 1.61 5 years ago
Sebastian Schuberth 237c76fddf DescribeCommand: Support the "always" option 5 years ago
Sebastian Schuberth afcb3a8c9e DescribeCommand: Consistenly omit the default value 5 years ago
David Pursehouse d2425e16f4 PacketLineIn: Add helper methods to check for END and DELIM 5 years ago
Matthias Sohn 4904a625c9 Avoid null PackConfig in GC 5 years ago
Matthias Sohn 43b06f51f9 Capture reason for result of FileSnapshot#isModified 5 years ago
Marc Strapetz f1577909e7 ObjectDirectory: fix closing of obsolete packs 5 years ago
Ivan Frade 82316fc23a BitmapCalculator: javadoc fixes 5 years ago
Matthias Sohn 92d1ca8099 Update API filters for methods added to fix bugs 5 years ago
Andrey Loskutov e57a37e767 RevWalkUtils: add progress callback to findBranchesReachableFrom 5 years ago
Dave Borowitz 04bd5821e9 SystemReader: Respect passed-in parent when no system config is present 5 years ago
Matthias Sohn 73ba6658cf BitmapCalculator and its test: add missing license header 5 years ago
Matthias Sohn 0988276746 Prepare 5.4.0-SNAPSHOT builds 5 years ago
Matthias Sohn 72998dd5ee JGit v5.4.0.201905221418-m3 5 years ago
Ivan Frade 5dce8614ab RevWalk: new method createReachabilityChecker() 5 years ago
Ivan Frade 8216929618 ReachabilityCheckers: @since 5.4 5 years ago
Matthias Sohn 91101414ae Include filekey file attribute when comparing FileSnapshots 5 years ago
Matthias Sohn b513b77477 Measure file timestamp resolution used in FileSnapshot 5 years ago
Matthias Sohn 201bbd6ead Fix FileSnapshot's consideration of file size 5 years ago
Matthias Sohn ed2e515ddf Fix API problem filters 5 years ago
Thomas Wolf efe6d2bb5b GPG: check that the key found is a signing key 5 years ago
Thomas Wolf 6536b5cbca GPG: use key fingerprint suffix to compare id for signing key 5 years ago
Jonathan Tan f2318190bf UploadPack: restore inadvertently deleted line 5 years ago
Ivan Frade 7b96bd812e UploadPack: Use reachability checker to validate non-advertised wants 5 years ago
Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
Ivan Frade 601b0ae577 BitmappedReachabilityChecker: Reachability check using bitmaps 5 years ago
Ivan Frade b6da4b34cc BitmapCalculator: Get the reachability bitmap of a commit 5 years ago
Ivan Frade 4e196faa1b ReachabilityChecker: Default implementation with a RevWalk 5 years ago