Commit Graph

  • 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() Thomas Wolf 2019-06-11 13:16:18 +0200
  • fd8d779b5e Config: Add helper method to check for empty value David Pursehouse 2019-06-08 15:01:44 +0900
  • 8bd0ba0f15 ErrorProne: Increase severity of FutureReturnValueIgnored to ERROR David Pursehouse 2019-06-08 15:47:42 +0900
  • 518dc86380 FS_Win32: Add missing parentheses on if-blocks David Pursehouse 2019-06-08 15:06:22 +0900
  • 4481beae63 Upgrade spotbugs to 3.1.12 David Pursehouse 2019-06-11 09:24:26 +0900
  • 4e8a3df68f Abbreviated{Long}ObjectId: Make operator precedence explicit David Pursehouse 2019-06-08 16:25:32 +0900
  • 9c97a586bf GC: Update TODO comments David Pursehouse 2019-06-08 15:48:57 +0900
  • e5217400de FS_POSIX: Fix reference comparison of Boolean.FALSE David Pursehouse 2019-06-08 14:54:19 +0900
  • d8429d27f7 Increase bazel timeout for long running tests Matthias Sohn 2019-06-10 23:35:20 +0200
  • 03f7618fab Use bazelisk to switch between used bazel version David Ostrovsky 2019-06-08 17:33:28 +0200
  • 95de60594e Bump minimum Bazel version to 0.26.1 David Ostrovsky 2019-06-08 17:32:35 +0200
  • df616520d7 Bazel: Bump skylib library version to 0.8.0 David Ostrovsky 2019-06-08 17:31:33 +0200
  • e9abe09809 Retry loading config when locked by another process Michael Keppler 2018-07-29 07:53:11 +0200
  • 8a2e221096 Make pull --rebase on an unborn branch do a checkout Thomas Wolf 2019-03-04 00:07:40 +0100
  • 786380bd5e Warn if configured cookie file is missing Matthias Sohn 2019-06-09 09:49:07 +0200
  • f24ad3da66 Handle escaped CR-LF in git config files Thomas Wolf 2019-04-05 21:33:14 +0200
  • 10ab407fa6 DescribeCommand: use glob match instead of path match Thomas Wolf 2019-04-30 19:11:16 +0200
  • d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file Thomas Wolf 2019-04-21 21:23:30 +0200
  • 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list David Pursehouse 2019-06-07 12:12:44 +0900
  • b5a1b770a0 TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size() > 0" David Pursehouse 2019-06-07 10:59:46 +0900
  • 9dc1ddf324 TransportHttp: Fix comparison of size with ">= 0" David Pursehouse 2019-06-07 10:57:15 +0900
  • 6518d63317 NetscapeCookieFileTest: Split HttpCookiesMatcher to own class David Pursehouse 2019-06-07 10:51:21 +0900
  • 9f69656748 Bazel: Add missing dependency on mockito for TransportHttpTest David Pursehouse 2019-06-07 10:22:13 +0900
  • 1609ce7593 Determine hard-linking and nlink support per FileStore Thomas Wolf 2019-05-18 23:48:54 +0200
  • d7bd2e700c Support reading and writing cookies. Konrad Windszus 2018-11-19 18:10:07 +0100
  • 84c315b2a0 PackWriter: Make internal class static David Pursehouse 2019-06-02 17:45:32 +0900
  • d9c569b747 Merge branch 'stable-5.3' into stable-5.4 Matthias Sohn 2019-06-06 11:34:56 +0200
  • fcfe1299c3 Prepare 5.3.3-SNAPSHOT builds Matthias Sohn 2019-06-05 23:35:14 +0200
  • 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator David Ostrovsky 2019-05-16 17:06:57 +0200
  • d6c7c42a1b JGit v5.3.2.201906051522-r v5.3.2.201906051522-r Matthias Sohn 2019-06-05 21:23:13 +0200
  • 60d65bbd22 Merge branch 'stable-5.2' into stable-5.3 Matthias Sohn 2019-06-05 21:18:21 +0200
  • 4018709eb9 Merge branch 'stable-5.1' into stable-5.2 Matthias Sohn 2019-06-05 15:43:29 +0200
  • 57ccca75e6 Prepare 5.1.9-SNAPSHOT builds Matthias Sohn 2019-06-05 15:23:56 +0200
  • 2fe587fcfd JGit v5.1.8.201906050907-r v5.1.8.201906050907-r Matthias Sohn 2019-06-05 15:06:56 +0200
  • 5f8d91fded Test detecting modified packfiles Christian Halstrick 2019-05-31 15:02:02 +0200
  • b2ee9cfbc3 Enhance fsTick() to use filesystem timer resolution Christian Halstrick 2019-06-04 18:03:26 +0200
  • b5c594216b Add debug trace to measure time needed to open pack index Matthias Sohn 2019-06-04 15:46:44 +0200
  • 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes Matthias Sohn 2019-05-26 22:40:47 +0200
  • 8bf9c668ad Wait opening new packfile until it can't be racy anymore Matthias Sohn 2019-05-09 01:23:15 +0200
  • 692524d2bd Update to Orbit R20190602212107 Matthias Sohn 2019-06-03 09:55:20 +0200
  • e8ed59a2ac PacketLineIn: Deprecate the END constant David Pursehouse 2019-06-02 17:27:17 +0900
  • ee747827b0 PacketLineIn: Add an iterator over strings in the input stream David Pursehouse 2019-06-02 17:02:51 +0900
  • e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end() David Pursehouse 2019-06-02 12:50:34 +0900
  • e99aaa5f79 PacketLineIn: Deprecate DELIM constant David Pursehouse 2019-06-02 11:13:36 +0900
  • 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} David Pursehouse 2019-06-02 11:04:59 +0900
  • 07a07a75d6 PacketLineIn: Rename isDelim to isDelimiter David Pursehouse 2019-06-02 11:16:52 +0900
  • 5862a5e222 ProtocolV2ParserTest: Fix typo in comment David Pursehouse 2019-06-02 11:11:28 +0900
  • f4443ef3f9 Upgrade Bouncy Castle to 1.61 Brandon Weeks 2019-04-17 00:15:46 +0200
  • fc40a173d6 Update to Orbit R20190531194818 and rollback update to Ant 1.10.6 Matthias Sohn 2019-05-31 14:57:06 +0200
  • 9ea1ed158b cli: Add the --always option to describe Sebastian Schuberth 2019-03-18 22:04:05 +0100
  • 237c76fddf DescribeCommand: Support the "always" option Sebastian Schuberth 2019-03-15 15:27:18 +0100
  • 0cac834668 cli: Add the --tags option to describe Sebastian Schuberth 2019-03-18 22:00:15 +0100
  • afcb3a8c9e DescribeCommand: Consistenly omit the default value Sebastian Schuberth 2019-05-31 17:08:39 +0200
  • 22352e4751 Remove excess blank line in FileUtilsTest Matthias Sohn 2019-05-30 23:51:05 +0200
  • d2425e16f4 PacketLineIn: Add helper methods to check for END and DELIM David Pursehouse 2019-05-30 20:31:39 +0900
  • 9f5d271b12 UploadPackTest: Rename variable to avoid hiding class member David Pursehouse 2019-05-30 20:18:28 +0900
  • cd1d2d6fe3 UploadPackTest: Add missing <> operator on instantiation of ArrayList David Pursehouse 2019-05-30 20:17:24 +0900
  • 4904a625c9 Avoid null PackConfig in GC Matthias Sohn 2019-05-26 17:12:06 +0200
  • 5d0286eb7c Add FileSnapshot test testing recognition of file size changes Matthias Sohn 2019-05-08 03:25:53 +0200
  • 43b06f51f9 Capture reason for result of FileSnapshot#isModified Matthias Sohn 2019-05-10 00:58:42 +0200
  • d31a0c0b5d Skip FileSnapshotTest#testSimulatePackfileReplacement on Windows Matthias Sohn 2019-05-29 23:41:43 +0200
  • 1e8b68cbc5 Tune max heap size for tests Matthias Sohn 2019-05-22 14:42:43 +0200
  • 0e33b32ab7 Fix FileSnapshotTest.testNewFileNoWait() to match its javadoc Matthias Sohn 2019-05-08 03:19:15 +0200
  • f1577909e7 ObjectDirectory: fix closing of obsolete packs Marc Strapetz 2019-05-22 23:51:12 +0200
  • 82316fc23a BitmapCalculator: javadoc fixes Ivan Frade 2019-05-23 10:39:31 -0700
  • 92d1ca8099 Update API filters for methods added to fix bugs Matthias Sohn 2019-05-15 10:17:39 +0200
  • 245c2c09a0 Bazel: Increase severity of most error-prone checks to ERROR David Pursehouse 2019-05-26 18:03:07 +0900
  • 4c33f70d5a Enable error-prone checks by default David Pursehouse 2019-05-26 17:47:08 +0900
  • a4f5fc1572 Add bazel options to align with gerrit's David Ostrovsky 2019-05-25 17:05:08 +0200
  • e57a37e767 RevWalkUtils: add progress callback to findBranchesReachableFrom Andrey Loskutov 2019-05-25 09:53:47 +0200
  • 76c867d62a Merge branch 'stable-5.4' David Pursehouse 2019-05-24 08:34:32 +0900
  • 7eb222f20d Merge branch 'stable-5.3' into stable-5.4 David Pursehouse 2019-05-24 08:33:41 +0900
  • 04bd5821e9 SystemReader: Respect passed-in parent when no system config is present Dave Borowitz 2019-05-23 13:56:00 -0700
  • 87c7bda914 Upgrade maven-source-plugin to 3.1.0 David Pursehouse 2019-05-21 08:25:38 +0900
  • d510929a25 Upgrade maven-jar-plugin to 3.1.2 David Pursehouse 2019-05-13 11:24:29 +0200
  • 22360a4bee Upgrade jacoco-maven-plugin to 0.8.4 David Pursehouse 2019-05-13 11:23:31 +0200
  • 73ba6658cf BitmapCalculator and its test: add missing license header Matthias Sohn 2019-05-23 02:12:16 +0200
  • 0988276746 Prepare 5.4.0-SNAPSHOT builds Matthias Sohn 2019-05-22 22:52:43 +0200
  • 72998dd5ee JGit v5.4.0.201905221418-m3 v5.4.0.201905221418-m3 Matthias Sohn 2019-05-22 20:18:14 +0200
  • 5dce8614ab RevWalk: new method createReachabilityChecker() Ivan Frade 2019-05-20 17:14:22 -0700
  • bed7a45fb5 Merge branch 'master' into stable-5.4 Matthias Sohn 2019-05-22 19:37:40 +0200
  • 8216929618 ReachabilityCheckers: @since 5.4 Ivan Frade 2019-05-20 16:46:47 -0700
  • c33c0bd1b5 Update Orbit to S20190521195709 for 2019-06 M3 Matthias Sohn 2019-05-22 17:34:58 +0200
  • e19e859977 Tune max heap size for tests Matthias Sohn 2019-05-22 14:42:43 +0200
  • 91101414ae Include filekey file attribute when comparing FileSnapshots Matthias Sohn 2019-05-07 23:55:54 +0200
  • b513b77477 Measure file timestamp resolution used in FileSnapshot Matthias Sohn 2019-05-05 03:18:23 +0200
  • 201bbd6ead Fix FileSnapshot's consideration of file size Matthias Sohn 2019-05-08 02:36:30 +0200
  • ed2e515ddf Fix API problem filters Matthias Sohn 2019-05-22 08:03:29 +0200
  • efe6d2bb5b GPG: check that the key found is a signing key Thomas Wolf 2019-05-21 18:09:37 +0200
  • 6536b5cbca GPG: use key fingerprint suffix to compare id for signing key Thomas Wolf 2019-05-21 18:08:48 +0200
  • 6e127c089a Merge "Recognize ReachabilityCheckerTestCase as helper" Jonathan Nieder 2019-05-20 23:14:34 -0400
  • bab685488d Recognize ReachabilityCheckerTestCase as helper Jonathan Tan 2019-05-20 17:02:07 -0700
  • f2318190bf UploadPack: restore inadvertently deleted line Jonathan Tan 2019-05-20 16:22:31 -0700
  • 7121fa6fec Merge changes from topic 'reachability-2' Jonathan Tan 2019-05-20 16:04:28 -0400
  • 7b96bd812e UploadPack: Use reachability checker to validate non-advertised wants Ivan Frade 2019-05-08 16:43:04 -0700
  • 5e4be72b5a Bazel: Simplify names of bouncy castle libraries David Ostrovsky 2019-05-16 18:56:12 +0200
  • 84fc5c908d Convert to lambda or member reference Carsten Hammer 2019-04-06 20:13:26 +0200
  • 601b0ae577 BitmappedReachabilityChecker: Reachability check using bitmaps Ivan Frade 2019-04-22 15:38:45 -0700
  • b6da4b34cc BitmapCalculator: Get the reachability bitmap of a commit Ivan Frade 2019-05-06 20:39:18 -0700
  • 4e196faa1b ReachabilityChecker: Default implementation with a RevWalk Ivan Frade 2019-04-22 11:37:43 -0700