2125 Commits (90efbd216f5a8ae616008490253a654f8cca4d16)

Author SHA1 Message Date
Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
Masaya Suzuki 08d2d107ee Add assertThrows 5 years ago
Dave Borowitz 4973f05252 RevWalk: Add a setFirstParent that mimics C git's --first-parent 5 years ago
Jonathan Tan cbccfed4b3 UploadPack: support lazy fetches if no bitmap 5 years ago
René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 5 years ago
René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 5 years ago
Masaya Suzuki df637928d2 Change RacyGitTests to create a racy git situation in a stable way 5 years ago
David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
Matthias Sohn 9387288a86 Fix non-deterministic hash of archives created by ArchiveCommand 5 years ago
Matthias Sohn 3690f47b57 [Java 9] Fix GitDateFormatterTest 5 years ago
David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
David Pursehouse b84235c4d1 BatchRefUpdateTest: Suppress ImmutableEnumChecker warning 5 years ago
Pavel Flaška e456fba8ac Walk tag chains for --include-tag options 5 years ago
Ivan Frade 7c98a1aa1b RebaseTodoFileTest: Fix "the the" typo 5 years ago
Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5 years ago
David Pursehouse 8bd0ba0f15 ErrorProne: Increase severity of FutureReturnValueIgnored to ERROR 5 years ago
Thomas Wolf 8a2e221096 Make pull --rebase on an unborn branch do a checkout 5 years ago
Thomas Wolf f24ad3da66 Handle escaped CR-LF in git config files 5 years ago
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 6518d63317 NetscapeCookieFileTest: Split HttpCookiesMatcher to own class 5 years ago
Konrad Windszus d7bd2e700c Support reading and writing cookies. 5 years ago
Christian Halstrick 5f8d91fded Test detecting modified packfiles 5 years ago
Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 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
David Pursehouse 5862a5e222 ProtocolV2ParserTest: Fix typo in comment 5 years ago
Sebastian Schuberth 237c76fddf DescribeCommand: Support the "always" option 5 years ago
Matthias Sohn 22352e4751 Remove excess blank line in FileUtilsTest 5 years ago
David Pursehouse d2425e16f4 PacketLineIn: Add helper methods to check for END and DELIM 5 years ago
David Pursehouse 9f5d271b12 UploadPackTest: Rename variable to avoid hiding class member 5 years ago
David Pursehouse cd1d2d6fe3 UploadPackTest: Add missing <> operator on instantiation of ArrayList 5 years ago
Matthias Sohn 5d0286eb7c Add FileSnapshot test testing recognition of file size changes 5 years ago
Matthias Sohn 43b06f51f9 Capture reason for result of FileSnapshot#isModified 5 years ago
Matthias Sohn d31a0c0b5d Skip FileSnapshotTest#testSimulatePackfileReplacement on Windows 5 years ago
Matthias Sohn 0e33b32ab7 Fix FileSnapshotTest.testNewFileNoWait() to match its javadoc 5 years ago
Matthias Sohn 73ba6658cf BitmapCalculator and its test: add missing license header 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
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
Thomas Wolf 8277f62897 Revert 4678f4b and provide another solution for bug 467631 6 years ago
Matthew DeVore 0a15cb3a2b tree:<depth>: do not revisit tree during packing 6 years ago
Matthew DeVore 175e66548b tree:<depth> should not traverse overly-deep trees 6 years ago
Matthew DeVore 93dd2d482a Preliminary support for tree:<depth> filter 6 years ago