7089 Commits (3f41bd9d2f164abeb3ca19fb304f536b52cf41f2)
 

Author SHA1 Message Date
Michael Keppler 3f41bd9d2f Fix typos in Javadoc 5 years ago
Thomas Wolf 758124fa9c Correct @since in RevWalk for the --first-parent methods 5 years ago
Masaya Suzuki 3091dc4348 Move ServiceMayNotContinueException handling code from sendPack 5 years ago
Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
Masaya Suzuki ca360ea2b5 Do not ignore secondary failure 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 6 years ago
Michael Keppler 4b0c192f2d Fix bundle localization of Apache SSH bundle 6 years ago
René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 6 years ago
René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 6 years ago
David Ostrovsky e5f86d4630 Bazel: Fix lint warning flagged by buildifier 6 years ago
David Ostrovsky f0a14bb3f5 Update bazlets to latest version 6 years ago
Matthias Sohn 459bd19582 [Java 11] Update mockito to 2.23.0 6 years ago
Matthias Sohn 3690f47b57 [Java 9] Fix GitDateFormatterTest 6 years ago
David Ostrovsky 7607465006 [Java 11] Remove dependency on javax.xml.bind package 6 years ago
David Pursehouse e3bcfe56c7 Merge "RebaseTodoFileTest: Fix "the the" typo" 6 years ago
Matthias Sohn b20bca8423 Ignore warning that tests don't export all packages 6 years ago
Matthias Sohn 64de63ed41 Ensure all packages are exported 6 years ago
Matthias Sohn 395e072a34 Delete unused API problem filters 6 years ago
Pavel Flaška e456fba8ac Walk tag chains for --include-tag options 6 years ago
Matthias Sohn fe676e7084 Update API comparison baseline to 5.4.0.201906121030-r 6 years ago
Matthias Sohn 16fd3feefc Prepare 5.5.0-SNAPSHOT builds 6 years ago
Matthias Sohn d189309cdc Merge branch 'stable-5.4' 6 years ago
Matthias Sohn f3b7c2beae Prepare 5.4.1-SNAPSHOT builds 6 years ago
Matthias Sohn 3dad0682be JGit v5.4.0.201906121030-r 6 years ago
Matthias Sohn 0e9361f066 JGit v5.4.0.201906120450-r 6 years ago
Ivan Frade 7c98a1aa1b RebaseTodoFileTest: Fix "the the" typo 6 years ago
David Pursehouse 0f4554f126 Increase severity of OperatorPrecedence to ERROR, and fix instances 6 years ago
Matthias Sohn c177c6f4c5 Merge branch 'master' into stable-5.4 6 years ago
Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 6 years ago
David Pursehouse fd8d779b5e Config: Add helper method to check for empty value 6 years ago
David Pursehouse 8bd0ba0f15 ErrorProne: Increase severity of FutureReturnValueIgnored to ERROR 6 years ago
David Pursehouse 518dc86380 FS_Win32: Add missing parentheses on if-blocks 6 years ago
David Pursehouse 4481beae63 Upgrade spotbugs to 3.1.12 6 years ago
David Pursehouse 4e8a3df68f Abbreviated{Long}ObjectId: Make operator precedence explicit 6 years ago
David Pursehouse 9c97a586bf GC: Update TODO comments 6 years ago
David Pursehouse e5217400de FS_POSIX: Fix reference comparison of Boolean.FALSE 6 years ago
Matthias Sohn d8429d27f7 Increase bazel timeout for long running tests 6 years ago
David Ostrovsky 03f7618fab Use bazelisk to switch between used bazel version 6 years ago
David Ostrovsky 95de60594e Bump minimum Bazel version to 0.26.1 6 years ago
David Ostrovsky df616520d7 Bazel: Bump skylib library version to 0.8.0 6 years ago
Michael Keppler e9abe09809 Retry loading config when locked by another process 6 years ago
Thomas Wolf 8a2e221096 Make pull --rebase on an unborn branch do a checkout 6 years ago
Matthias Sohn 786380bd5e Warn if configured cookie file is missing 6 years ago
Thomas Wolf f24ad3da66 Handle escaped CR-LF in git config files 6 years ago
Thomas Wolf 10ab407fa6 DescribeCommand: use glob match instead of path match 6 years ago
Thomas Wolf d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file 6 years ago
David Pursehouse 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list 6 years ago
David Pursehouse b5a1b770a0 TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size() > 0" 6 years ago