| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix non-externalized string warning in Main.execute() | Matthias Sohn | 2015-07-24 | 1 | -1/+1 |
* | Honor also https_proxy environment variable | Christian Halstrick | 2015-07-24 | 1 | -25/+31 |
* | Delete deprecated TextBuiltin.out | Matthias Sohn | 2015-06-03 | 1 | -10/+0 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 12 | -92/+60 |
* | Expose disposeBody() on RevCommit and RevTag | Shawn Pearce | 2015-05-10 | 1 | -0/+1 |
* | Restore AwtCredentialsProvider to enable debugging pgm in Eclipse | Matthias Sohn | 2015-04-22 | 1 | -4/+46 |
* | CLI status should support --untracked-files | Kaloyan Raev | 2015-03-12 | 2 | -10/+137 |
* | Add "--long" option to JGit describe | Christian Halstrick | 2015-03-09 | 1 | -0/+5 |
* | Move console classes to pgm bundle | Matthias Sohn | 2015-02-10 | 4 | -46/+297 |
* | Add option --orphan for checkout | RĂ¼diger Herrmann | 2015-02-04 | 1 | -3/+6 |
* | [pgm] Prevent commands from writing progress to System.err | RĂ¼diger Herrmann | 2015-01-13 | 6 | -6/+6 |
* | [pgm] Add option --bare to clone command | Matthias Sohn | 2014-12-22 | 1 | -1/+4 |
* | [pgm] Implement clone using CloneCommand | Matthias Sohn | 2014-12-22 | 2 | -120/+31 |
* | [pgm] Add option --tags for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -1/+4 |
* | [pgm] Add option --heads for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -1/+4 |
* | [pgm] Use LsRemoteCommand to implement ls-remote and add a test | Matthias Sohn | 2014-12-15 | 1 | -16/+18 |
* | Merge branch 'stable-3.5' | Matthias Sohn | 2014-09-26 | 1 | -0/+5 |
|\ |
|
| * | Fix the ls-remote command when there is no local repo | Robin Rosenberg | 2014-09-07 | 1 | -0/+5 |
* | | Add "aggressive" option to GC | Christian Halstrick | 2014-09-19 | 1 | -5/+8 |
|/ |
|
* | Rename local variables/parameters to remove warnings about hiding | Robin Rosenberg | 2014-09-04 | 1 | -3/+3 |
* | Handle -m option for Merge command | Axel Richard | 2014-08-30 | 1 | -1/+8 |
* | Handle diff formatting when there is nothing to compare with | Robin Rosenberg | 2014-07-06 | 1 | -2/+3 |
* | Merge "Command line: implement checkout -- <path>" | Matthias Sohn | 2014-05-16 | 1 | -4/+17 |
|\ |
|
| * | Command line: implement checkout -- <path> | Matthias Sohn | 2014-05-12 | 1 | -4/+17 |
* | | LsTree: quote paths in output | Dave Borowitz | 2014-05-07 | 1 | -1/+2 |
|/ |
|
* | Do not rewrite parents in RevWalkTextBuiltins | Dave Borowitz | 2014-05-05 | 1 | -4/+8 |
* | RevWalkTextBuiltin: Add -n to limit number of commits returned | Dave Borowitz | 2014-05-05 | 1 | -1/+5 |
* | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+4 |
* | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+65 |
* | Merge "blame: Format commit and author only once per range" | Shawn Pearce | 2014-04-23 | 1 | -13/+23 |
|\ |
|
| * | blame: Format commit and author only once per range | Shawn Pearce | 2014-04-21 | 1 | -13/+23 |
* | | pgm: Flush stderr during shutdown | Shawn Pearce | 2014-04-21 | 1 | -0/+2 |
|/ |
|
* | blame: Automatically increase commit abbreviation length | Shawn Pearce | 2014-04-17 | 1 | -3/+17 |
* | Avoid calls to System.exit() and throw an exception instead | Guillaume Nodet | 2014-04-02 | 3 | -2/+37 |
* | Add an input stream and an error stream to TextBuiltin base class | Guillaume Nodet | 2014-03-30 | 10 | -52/+88 |
* | Implement "git branch --contains" in pgm | Robin Stocker | 2014-03-07 | 1 | -17/+31 |
* | Add missing @Deprecated to deprecated fields and methods | Shawn Pearce | 2014-03-03 | 1 | -0/+1 |
* | CLI clone command should support --no-checkout | Kaloyan Raev | 2014-02-26 | 1 | -9/+15 |
* | Add symlink support to JGit | Robin Rosenberg | 2014-02-10 | 1 | -1/+1 |
* | Tag som non-localizable strings with NON-NLS | Robin Rosenberg | 2014-01-10 | 1 | -1/+1 |
* | Suppport the GIT_CONFIG_NOSYSTEM environment variable | Robin Rosenberg | 2014-01-06 | 1 | -1/+5 |
* | [CLI] Add option --millis / -m to debug-show-dir-cache command | Matthias Sohn | 2013-12-27 | 1 | -3/+12 |
* | archive: Prepend a specified prefix to all entry filenames | Jonathan Nieder | 2013-12-17 | 2 | -0/+5 |
* | CLI status should support --porcelain | Kaloyan Raev | 2013-12-04 | 1 | -8/+117 |
* | Manage CheckoutConflictException in pgm | Axel Richard | 2013-11-29 | 2 | -0/+10 |
* | CLI fetch command should support --tags | Kaloyan Raev | 2013-10-26 | 1 | -0/+14 |
* | Merge "Add describe command to JGit command line interface" | Robin Rosenberg | 2013-10-20 | 2 | -0/+76 |
|\ |
|
| * | Add describe command to JGit command line interface | Matthias Sohn | 2013-10-11 | 2 | -0/+76 |
* | | CLI version command falls back to Bundle-Version | Kaloyan Raev | 2013-10-12 | 1 | -3/+48 |
|/ |
|
* | Add support for --version in JGit CLI | Kaloyan Raev | 2013-10-09 | 1 | -1/+9 |