Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | ProgressSpinner: Simple busy wait entertainment | Shawn Pearce | 2015-12-16 | 1 | -0/+149 | |
| * | | | | Included cached deltas in delta packStatistics. | James Kolb | 2015-12-16 | 2 | -0/+36 | |
| * | | | | Merge changes Ib4d53bdd,I55bd512c | Jonathan Nieder | 2015-12-16 | 3 | -38/+125 | |
| |\ \ \ \ | ||||||
| | * | | | | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree | Jonathan Nieder | 2015-12-15 | 3 | -11/+45 | |
| | * | | | | Add tests for PathFilterGroup.Single | Jonathan Nieder | 2015-12-15 | 1 | -33/+86 | |
| * | | | | | Merge "Fix InterruptTimer leak in BasePackConnection" | Shawn Pearce | 2015-12-16 | 1 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix InterruptTimer leak in BasePackConnection | Matthias Sohn | 2015-12-16 | 1 | -1/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge "Fix NPE in HttpSupport" | Shawn Pearce | 2015-12-16 | 1 | -13/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix NPE in HttpSupport | Matthias Sohn | 2015-12-16 | 1 | -13/+14 | |
| | |/ / / / | ||||||
| * | | | | | Merge "Refspec: loosen restrictions on wildcard "*"" | Shawn Pearce | 2015-12-15 | 2 | -19/+35 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Refspec: loosen restrictions on wildcard "*" | Marc Strapetz | 2015-10-21 | 2 | -19/+35 | |
| * | | | | | | Merge "BaseRepositoryBuilder should trim CR from .git symref" | Shawn Pearce | 2015-12-15 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | BaseRepositoryBuilder should trim CR from .git symref | Marc Strapetz | 2015-11-03 | 1 | -1/+2 | |
| * | | | | | | | Merge "Fix possible arithmetic overflow when setting a timeout" | Shawn Pearce | 2015-12-15 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix possible arithmetic overflow when setting a timeout | Christian Halstrick | 2015-12-15 | 1 | -1/+2 | |
| * | | | | | | | | Merge "Accept UTF8 BOM with BlobBasedConfig" | Shawn Pearce | 2015-12-15 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Accept UTF8 BOM with BlobBasedConfig | Doug Kelly | 2015-12-09 | 1 | -1/+9 | |
| * | | | | | | | | | Merge "Bug 484342: Support @ in username in SSH url." | Shawn Pearce | 2015-12-15 | 2 | -1/+43 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Bug 484342: Support @ in username in SSH url. | Mike Gilbode | 2015-12-15 | 2 | -1/+43 | |
| * | | | | | | | | | Fix push with jgit pgm failing with "unauthorized" | Matthias Sohn | 2015-12-15 | 5 | -2/+20 | |
| * | | | | | | | | | Enable retrieval of credentials from .netrc for AwtCredentialsProvider | Matthias Sohn | 2015-12-15 | 1 | -1/+6 | |
| * | | | | | | | | | Merge "NetRCCredentialsProvider should return false if any item is missing" | Christian Halstrick | 2015-12-15 | 3 | -9/+15 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | NetRCCredentialsProvider should return false if any item is missing | Matthias Sohn | 2015-12-08 | 3 | -9/+15 | |
| * | | | | | | | | | | Merge "Fix ChainingCredentialsProvider" | Christian Halstrick | 2015-12-15 | 1 | -2/+8 | |
| |\| | | | | | | | | | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix ChainingCredentialsProvider | Matthias Sohn | 2015-12-08 | 1 | -2/+8 | |
| * | | | | | | | | | Null-annotated Ref class and fixed related compiler errors | Andrey Loskutov | 2015-12-15 | 22 | -92/+244 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | BundleWriterTest: Open RevWalk in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -18/+20 | |
* | | | | | | | | | DiffFormatterTest: Remove accidentally added trailing whitespace | David Pursehouse | 2016-01-21 | 1 | -2/+2 | |
* | | | | | | | | | CherryPickCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -191/+197 | |
* | | | | | | | | | DiffFormatterTest: Create auto-closeable instances in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -78/+82 | |
* | | | | | | | | | ConfigTest: Create Git instance in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -1/+3 | |
* | | | | | | | | | CommitAndLogCommandTest: Use assumeFalse to skip test on Windows | David Pursehouse | 2016-01-21 | 1 | -2/+2 | |
* | | | | | | | | | CommitAndLogCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -250/+256 | |
* | | | | | | | | | AddCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -306/+327 | |
* | | | | | | | | | ArchiveCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -85/+89 | |
* | | | | | | | | | TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource | David Pursehouse | 2016-01-20 | 1 | -101/+115 | |
* | | | | | | | | | BlameCommandTest: Instantiate Git objects in try-with-resource | David Pursehouse | 2016-01-20 | 1 | -303/+305 | |
* | | | | | | | | | SideBandOutputStreamTest: Use try-with-resource | David Pursehouse | 2016-01-20 | 1 | -11/+16 | |
* | | | | | | | | | FileTreeIteratorJava7Test: Create Git instances in try-with-resource | David Pursehouse | 2016-01-20 | 1 | -32/+38 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | CheckoutCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -48/+49 | |
* | | | | | | | | BranchCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -33/+33 | |
* | | | | | | | | CheckoutTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -285/+306 | |
* | | | | | | | | BranchTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -8/+12 | |
* | | | | | | | | URIishTest: Use @Test annotation's `expected` argument | David Pursehouse | 2016-01-19 | 1 | -36/+10 | |
* | | | | | | | | Suppress "The allocated object is never used" warning in tests | David Pursehouse | 2016-01-19 | 6 | -0/+13 | |
* | | | | | | | | Add $NON-NLS to suppress "Non-externalized string literal" warnings | David Pursehouse | 2016-01-19 | 10 | -41/+41 | |
* | | | | | | | | Don't use deprecated constructors of CmdLineException | David Pursehouse | 2016-01-19 | 6 | -22/+29 | |
* | | | | | | | | Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2 | Matthias Sohn | 2016-01-19 | 46 | -49/+49 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2016-01-19 | 46 | -49/+49 | |
* | | | | | | | | | Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into... | Matthias Sohn | 2016-01-19 | 1 | -11/+0 | |
|\| | | | | | | | |