| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "jgit archive" tool that writes a tree as a ZIP file | Jonathan Nieder | 2012-11-16 | 4 | -0/+110 |
* | Add reflog command to JGit CLI | Tomasz Zarna | 2012-11-16 | 3 | -0/+90 |
* | Make an exception for the formatting rules (turn off) for some files | Robin Rosenberg | 2012-11-16 | 1 | -0/+1 |
* | Harmonize the JDT settings within JGit | Robin Rosenberg | 2012-11-16 | 4 | -10/+68 |
* | Add missing @since tags to mark API added in 2.2 | Matthias Sohn | 2012-11-16 | 2 | -2/+11 |
* | Add support for --no-ff while merging | Tomasz Zarna | 2012-11-16 | 3 | -4/+61 |
* | Add a test for org.eclipse.jgit.pgm.Tag | Tomasz Zarna | 2012-11-15 | 3 | -2/+10 |
* | Do not fail when checking out HEAD | Tomasz Zarna | 2012-11-15 | 1 | -0/+2 |
* | Prefix an abnormal CLI command termination with 'fatal:' | Tomasz Zarna | 2012-11-15 | 2 | -2/+0 |
* | Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText" | Matthias Sohn | 2012-11-14 | 1 | -6/+2 |
|\ |
|
| * | Fix formatting in org.eclipse.jgit.pgm.CLIText | Tomasz Zarna | 2012-11-11 | 1 | -6/+2 |
* | | diff, log -p: do not use outs before it is initialized | Jonathan Nieder | 2012-11-14 | 2 | -4/+16 |
|/ |
|
* | Suppress resource warnings with Java 7 | Robin Rosenberg | 2012-10-25 | 1 | -0/+1 |
* | Add --squash option to org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-10-07 | 3 | -1/+14 |
* | Revert "The constructor CmdLineException(String) is deprecated" | Shawn O. Pearce | 2012-09-26 | 6 | -36/+20 |
* | Remove uses of TextBuiltin.out in favor of outw | Robin Rosenberg | 2012-09-23 | 3 | -14/+18 |
* | The constructor CmdLineException(String) is deprecated | Tomasz Zarna | 2012-09-23 | 6 | -20/+36 |
* | Suppress boxing warnings where we know they are ok | Robin Rosenberg | 2012-09-22 | 11 | -26/+58 |
* | Prepare 2.2.0 builds | Matthias Sohn | 2012-09-19 | 3 | -31/+31 |
* | Add tests for output result of merging -- org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-09-17 | 3 | -1/+5 |
* | Check for write errors in standard out and exit with error | Robin Rosenberg | 2012-09-16 | 39 | -220/+263 |
* | Added new Status CLI command 'jgit status' | Robin Rosenberg | 2012-09-09 | 4 | -2/+213 |
* | Output result of switching branch -- o.e.jgit.pgm.Checkout | Tomasz Zarna | 2012-09-05 | 3 | -4/+50 |
* | Fix NPE when notes are present | Robin Rosenberg | 2012-09-05 | 1 | -1/+1 |
* | Garbage collector for FileRepositories | Christian Halstrick | 2012-07-29 | 2 | -0/+59 |
* | show: Implement command line show for any object | Shawn O. Pearce | 2012-07-18 | 4 | -1/+322 |
* | Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategy | Tomasz Zarna | 2012-07-14 | 3 | -3/+3 |
* | Prepare 2.1.0 builds | Matthias Sohn | 2012-06-14 | 3 | -30/+30 |
* | Prepare post v2.0.0.201206130900-r builds | Matthias Sohn | 2012-06-14 | 3 | -3/+3 |
* | JGit v2.0.0.201206130900-rv2.0.0.201206130900-r | Matthias Sohn | 2012-06-13 | 3 | -3/+3 |
* | Add org.eclipse.jgit.pgm.feature to enable consumption via p2 | Matthias Sohn | 2012-06-12 | 2 | -0/+58 |
* | Prepare next 2.0.0-SNAPSHOT builds | Matthias Sohn | 2012-06-06 | 2 | -2/+2 |
* | JGit v2.0.0.201206060730-rc3v2.0.0.201206060730-rc3 | Matthias Sohn | 2012-06-06 | 2 | -2/+2 |
* | Prepare next 2.0.0-SNAPSHOT builds | Matthias Sohn | 2012-05-31 | 2 | -2/+2 |
* | JGit v2.0.0.201205301645-rc2v2.0.0.201205301645-rc2 | Matthias Sohn | 2012-05-30 | 2 | -2/+2 |
* | Add config --list command to pgm | Tomasz Zarna | 2012-05-23 | 3 | -0/+123 |
* | Add user friendly output from jgit commit command | Mikael Karlsson | 2012-05-18 | 1 | -1/+6 |
* | Add --all switch to org.eclipse.jgit.pgm.Commit | Tomasz Zarna | 2012-05-10 | 3 | -2/+11 |
* | Fix two typos in CLIText.properties | Tomasz Zarna | 2012-05-02 | 1 | -2/+2 |
* | Fix broken TagCommand API | Robin Rosenberg | 2012-04-06 | 1 | -4/+5 |
* | Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47e | Shawn Pearce | 2012-03-12 | 2 | -3/+3 |
|\ |
|
| * | cleanup: Get rid of some unused-warnings | Robin Rosenberg | 2012-03-09 | 2 | -3/+3 |
* | | Export all packages from org.eclipse.jgit.pgm | Tomasz Zarna | 2012-03-07 | 1 | -1/+4 |
|/ |
|
* | Prepare 2.0.0-SNAPSHOT builds | Matthias Sohn | 2012-02-16 | 2 | -25/+25 |
* | Merge "Allow to list tags with org.eclipse.jgit.pgm.Tag" | Robin Rosenberg | 2012-01-25 | 1 | -7/+20 |
|\ |
|
| * | Allow to list tags with org.eclipse.jgit.pgm.Tag | Tomasz Zarna | 2011-12-02 | 1 | -7/+20 |
* | | Merge branch 'stable-1.2' | Matthias Sohn | 2011-12-26 | 2 | -0/+100 |
|\ \ |
|
| * | | JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2 | Matthias Sohn | 2011-12-23 | 2 | -2/+2 |
| * | | Enforce the use of Java5 API:s only (with a few exceptions) | Robin Rosenberg | 2011-12-16 | 2 | -0/+100 |
| |/ |
|
* | | Allow to amend commits with JGit CLI | Tomasz Zarna | 2011-12-18 | 2 | -0/+5 |