| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 1 | -0/+23 |
* | Added a clean command. | Ned Twigg | 2016-08-30 | 1 | -0/+136 |
* | Fix DirCacheCheckout to return CheckoutConflictException | Christian Halstrick | 2016-06-23 | 1 | -7/+12 |
* | Add missing @Test annotations | Hugo Arès | 2016-06-01 | 1 | -0/+1 |
* | JGit CLI: allow to call git init with specific directory | Rüdiger Herrmann | 2016-05-22 | 1 | -0/+90 |
* | ReflogTest: Open Git instances in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -13/+16 |
* | RepoTest: Open Git in try-with-resources | David Pursehouse | 2016-02-05 | 1 | -16/+20 |
* | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2016-01-21 | 11 | -84/+484 |
|\ |
|
| * | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 2 | -292/+317 |
| |\ |
|
| * | | Make sure CLIGitCommand and Main produce (almost) same results | Andrey Loskutov | 2016-01-06 | 1 | -41/+42 |
| * | | branch command: print help if requested, even if arguments are wrong | Andrey Loskutov | 2016-01-06 | 1 | -0/+10 |
| * | | Added CLIText.fatalError(String) API for tests | Andrey Loskutov | 2016-01-06 | 2 | -8/+10 |
| * | | branch command: provide convenient and meaningful options help | Andrey Loskutov | 2016-01-02 | 1 | -8/+176 |
| * | | Simplify pgm tests: allow varargs and trim output for toString() | Andrey Loskutov | 2016-01-02 | 1 | -20/+19 |
| * | | Fixed few locale dependent pgm tests | Andrey Loskutov | 2016-01-02 | 2 | -5/+14 |
| * | | Make sure tests don't blindly continue if a command is "silently" failed | Andrey Loskutov | 2015-12-31 | 9 | -24/+13 |
| * | | Sort "eager" path-like options to the end of the help | Andrey Loskutov | 2015-12-29 | 2 | -0/+15 |
| * | | reset command: provide convenient and meaningful options help | Andrey Loskutov | 2015-12-29 | 1 | -5/+27 |
| * | | commit command: allow to specify path(s) argument(s) | Andrey Loskutov | 2015-12-29 | 1 | -0/+113 |
| * | | repo command: properly name the required 'path' argument | Andrey Loskutov | 2015-12-29 | 1 | -0/+24 |
| * | | Un-ignored existing CLI tests which run just fine on Java 7+ | Andrey Loskutov | 2015-12-29 | 2 | -13/+2 |
| * | | Don't treat command termination due '-h' option as a fatal error | Andrey Loskutov | 2015-12-29 | 1 | -0/+22 |
| * | | Allow checkout paths without specifying branch name | Andrey Loskutov | 2015-12-28 | 1 | -0/+37 |
* | | | ConfigTest: Create Git instance in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -1/+3 |
| |/
|/| |
|
* | | 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 |
|/ |
|
* | Add remote command to JGit CLI | Kaloyan Raev | 2015-12-11 | 1 | -0/+159 |
* | Repository: Introduce exactRef and findRef, deprecate getRef | Jonathan Nieder | 2015-11-25 | 3 | -7/+9 |
* | reset command should support the -- <paths> parameters | Kaloyan Raev | 2015-10-29 | 2 | -9/+133 |
* | Fix integer boxing eclipse warning | Hugo Arès | 2015-09-16 | 1 | -19/+18 |
* | archive: Drop unnecessary empty comments and 'final' qualifiers on locals | Jonathan Nieder | 2015-05-27 | 1 | -75/+75 |
* | CLI status should support --untracked-files | Kaloyan Raev | 2015-03-12 | 1 | -206/+428 |
* | Add "--long" option to JGit describe | Christian Halstrick | 2015-03-09 | 1 | -0/+7 |
* | Add option --orphan for checkout | Rüdiger Herrmann | 2015-02-04 | 1 | -0/+12 |
* | [pgm] Add option --bare to clone command | Matthias Sohn | 2014-12-22 | 1 | -0/+20 |
* | [pgm] Implement clone using CloneCommand | Matthias Sohn | 2014-12-22 | 1 | -0/+136 |
* | [pgm] Add option --tags for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -0/+31 |
* | [pgm] Add option --heads for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -0/+11 |
* | [pgm] Use LsRemoteCommand to implement ls-remote and add a test | Matthias Sohn | 2014-12-15 | 1 | -0/+96 |
* | Handle -m option for Merge command | Axel Richard | 2014-08-30 | 1 | -1/+24 |
* | Strip trailing /s in repo base URI. | Yuxuan 'fishy' Wang | 2014-07-28 | 1 | -1/+1 |
* | Don't prefix output from jgit status with '# ' | Robin Rosenberg | 2014-07-19 | 1 | -75/+75 |
* | Fix a number of failing conflict situations | Robin Rosenberg | 2014-05-17 | 1 | -0/+360 |
* | Fix failing ConfigTest on Windows | Robin Rosenberg | 2014-05-17 | 1 | -23/+7 |
* | Command line: implement checkout -- <path> | Matthias Sohn | 2014-05-12 | 1 | -0/+24 |
* | cleanup: remove some unused imports | Robin Rosenberg | 2014-04-25 | 1 | -4/+0 |
* | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -13/+83 |
* | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+96 |
* | Implement "git branch --contains" in pgm | Robin Stocker | 2014-03-07 | 1 | -1/+24 |
* | Don't raise checkout conflict for file missing in working tree | Christian Halstrick | 2014-02-26 | 1 | -0/+50 |