| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Propagate IOException where possible when getting refs. | Colby Ranger | 2013-10-07 | 5 | -8/+22 |
* | Add missing usage texts for JGit commandline commands | Matthias Sohn | 2013-09-09 | 21 | -11/+43 |
* | Add --quiet flag to pgm fetch. | Colby Ranger | 2013-08-05 | 1 | -1/+5 |
* | Add path option to StatusCommand | Christian Halstrick | 2013-07-21 | 1 | -1/+10 |
* | Move gc to package org.eclipse.jgit.pgm | Matthias Sohn | 2013-06-22 | 1 | -2/+1 |
* | Add support for "jgit archive --output=<filename>" | Jonathan Nieder | 2013-06-06 | 1 | -6/+29 |
* | Remove unused import in Archive | Jonathan Nieder | 2013-05-29 | 1 | -1/+0 |
* | Move FormatActivator.start()/stop() to a separate class | Jonathan Nieder | 2013-05-29 | 1 | -2/+2 |
* | Maintain list of archive formats in one place | Jonathan Nieder | 2013-05-28 | 1 | -4/+2 |
* | Release ArchiveCommand's ObjectReader in call() | Jonathan Nieder | 2013-05-24 | 1 | -6/+5 |
* | Move ArchiveCommand into standard porcelain API | Jonathan Nieder | 2013-05-24 | 6 | -524/+5 |
* | Remove dependency by ArchiveCommand on archive formats | Jonathan Nieder | 2013-05-24 | 6 | -5/+106 |
* | Drop dependency by ArchiveCommand.Format interface on commons-compress | Jonathan Nieder | 2013-05-23 | 3 | -18/+27 |
* | ArchiveCommand.Format: pass output stream as first argument to putEntry | Jonathan Nieder | 2013-05-23 | 3 | -9/+10 |
* | ArchiveCommand: make archive formats non-inner classes | Jonathan Nieder | 2013-05-23 | 5 | -81/+221 |
* | Move org.eclipse.jgit.pgm's resource bundle to internal package | Matthias Sohn | 2013-05-06 | 43 | -19/+45 |
* | Merge "Require a DiffConfig when creating a FollowFilter" | Shawn Pearce | 2013-05-05 | 1 | -6/+8 |
|\ |
|
| * | Require a DiffConfig when creating a FollowFilter | Dave Borowitz | 2013-05-05 | 1 | -6/+8 |
* | | Fix line endings | Matthias Sohn | 2013-05-03 | 1 | -82/+82 |
|/ |
|
* | ArchiveCommand: Add missing @since tag | Jonathan Nieder | 2013-04-30 | 1 | -0/+2 |
* | Merge "Cleanup imports and javadocs in ArchiveCommand" | Robin Rosenberg | 2013-04-27 | 1 | -3/+6 |
|\ |
|
| * | Cleanup imports and javadocs in ArchiveCommand | Robin Rosenberg | 2013-04-27 | 1 | -3/+6 |
* | | Delete CLIText strings previously used in iplog generator | Jonathan Nieder | 2013-04-27 | 1 | -3/+0 |
* | | Merge "Make the Reflog a public API again" | Robin Rosenberg | 2013-04-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Make the Reflog a public API again | Robin Rosenberg | 2013-04-26 | 1 | -1/+1 |
* | | ArchiveCommand: Do not warn for unsupported file mode | Jonathan Nieder | 2013-04-26 | 2 | -12/+7 |
* | | Add internal porcelain-style API for ArchiveCommand | Jonathan Nieder | 2013-04-26 | 3 | -124/+287 |
* | | Merge "archive: Release resources before returning" | Shawn Pearce | 2013-04-26 | 1 | -18/+22 |
|\ \ |
|
| * | | archive: Release resources before returning | Jonathan Nieder | 2013-04-26 | 1 | -18/+22 |
| |/ |
|
* / | status: Print conflict description for unmerged paths | Robin Stocker | 2013-04-19 | 2 | -5/+55 |
|/ |
|
* | Remove some unnecessary dependencies on FileRepostory | Robin Rosenberg | 2013-04-18 | 1 | -6/+7 |
* | Make recursive merge strategy the default merge strategy | Matthias Sohn | 2013-04-15 | 1 | -1/+1 |
* | clean up merge squash and no-commit messages in pgm | Tomasz Zarna | 2013-04-08 | 1 | -0/+1 |
* | Detect and handle a checkout conflict during merge nicely | Robin Rosenberg | 2013-04-08 | 2 | -1/+15 |
* | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 2 | -1/+9 |
* | Indicate initial commit on a branch in the reflog | Robin Rosenberg | 2013-04-02 | 1 | -7/+1 |
* | JGit 3.0: move internal classes into an internal subpackage | Shawn Pearce | 2013-03-18 | 7 | -18/+13 |
* | Break the dependency on RevObject when creating a newObjectToPack(). | Colby Ranger | 2013-03-04 | 1 | -1/+1 |
* | Add the --branch flag to the jgit clone command | Robin Rosenberg | 2013-02-16 | 2 | -2/+14 |
* | Remove unused imports | Matthias Sohn | 2013-02-14 | 1 | -4/+0 |
* | Remove unused availableRefs local from Clone.guessHEAD | Jonathan Nieder | 2013-02-12 | 1 | -3/+0 |
* | Delete the iplog generator | Matthias Sohn | 2013-01-09 | 3 | -221/+0 |
* | pgm: Attempt to detect a broken pipe and exit silently | Robin Rosenberg | 2013-01-07 | 1 | -0/+12 |