| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare post 2.3rc1 builds | Matthias Sohn | 2013-02-06 | 3 | -4/+4 |
* | JGit v2.3.0.201302060400-rc1v2.3.0.201302060400-rc1 | Matthias Sohn | 2013-02-06 | 3 | -4/+4 |
* | Delete the iplog generator | Matthias Sohn | 2013-01-09 | 7 | -237/+0 |
* | pgm: Attempt to detect a broken pipe and exit silently | Robin Rosenberg | 2013-01-07 | 1 | -0/+12 |
* | Declare essentially static methods as static | Robin Rosenberg | 2012-12-27 | 6 | -8/+11 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 31 | -146/+145 |
* | Add org.eclipse.jgit.pgm.Reset to commands catalog | Tomasz Zarna | 2012-12-22 | 1 | -0/+1 |
* | Prepare 2.3.0 builds | Matthias Sohn | 2012-12-21 | 3 | -31/+31 |
* | Prepare post 2.2.0.201212191850-r buildsstable-2.2 | Matthias Sohn | 2012-12-21 | 3 | -3/+3 |
* | JGit v2.2.0.201212191850-rv2.2.0.201212191850-r | Matthias Sohn | 2012-12-20 | 3 | -3/+3 |
* | Fix hidden field warning | Matthias Sohn | 2012-12-12 | 1 | -3/+3 |
* | Fix empty control block warnings | Matthias Sohn | 2012-12-12 | 1 | -7/+8 |
* | Cleanup unused import and Java 6 syntax in Archive | Robin Rosenberg | 2012-12-12 | 1 | -5/+0 |
* | archive: Add tar support | Jonathan Nieder | 2012-12-04 | 3 | -2/+39 |
* | archive: Add --format option that switches between formats | Jonathan Nieder | 2012-12-04 | 4 | -19/+66 |
* | archive: Record executable and symlink bits | Jonathan Nieder | 2012-12-04 | 1 | -4/+10 |
* | [RFC] archive: Switch to commons-compress as ZIP archiver | Jonathan Nieder | 2012-12-03 | 3 | -6/+13 |
* | add: Fix bad metaVar reference in <filepattern> help | Jonathan Nieder | 2012-11-28 | 2 | -1/+2 |
* | Add a case statement for fast-forward merge | Robin Rosenberg | 2012-11-25 | 1 | -0/+1 |
* | Have git-ls tree to accept path args like git-ls-tree | Ketan Padegaonkar | 2012-11-18 | 1 | -2/+14 |
* | 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 |