| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Prepare post 3.0.2-rc2 builds | Matthias Sohn | 2013-09-04 | 2 | -2/+2 |
| * | JGit v3.0.2.201309041250-rc2v3.0.2.201309041250-rc2 | Matthias Sohn | 2013-09-04 | 2 | -2/+2 |
| * | Update build to use CBI jarsigner plugin | Matthias Sohn | 2013-09-04 | 1 | -0/+19 |
| * | Prepare 3.0.2-SNAPSHOT builds | Matthias Sohn | 2013-08-19 | 2 | -15/+15 |
| * | Prepare post 3.0.0.201306101825-r builds | Matthias Sohn | 2013-06-13 | 2 | -2/+2 |
| * | JGit v3.0.0.201306101825-rv3.0.0.201306101825-r | Matthias Sohn | 2013-06-11 | 2 | -2/+2 |
| * | Prepare post 3.0.0 RC3 builds | Matthias Sohn | 2013-06-04 | 2 | -2/+2 |
| * | JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3 | Matthias Sohn | 2013-06-04 | 2 | -2/+2 |
| * | Prepare post 3.0.0-rc2 builds | Matthias Sohn | 2013-05-29 | 2 | -2/+2 |
| * | JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2 | Matthias Sohn | 2013-05-29 | 2 | -2/+2 |
| * | Prepare post 3.0.0 M7 builds | Matthias Sohn | 2013-05-08 | 2 | -2/+2 |
| * | JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7 | Matthias Sohn | 2013-05-08 | 2 | -2/+2 |
* | | Add the other test launchers as favorites | Robin Rosenberg | 2013-06-16 | 2 | -0/+8 |
* | | Disable warning about assigning to parameter | Robin Stocker | 2013-06-15 | 1 | -1/+1 |
* | | Prepare 3.1.0-SNAPSHOT builds | Matthias Sohn | 2013-06-13 | 2 | -15/+15 |
* | | Add support for "jgit archive --output=<filename>" | Jonathan Nieder | 2013-06-06 | 1 | -6/+206 |
* | | Add long filename, large file, and non-ASCII filename support to TarFormat | Jonathan Nieder | 2013-06-06 | 1 | -0/+30 |
* | | ArchiveCommand: make archive formats non-inner classes | Jonathan Nieder | 2013-05-23 | 1 | -0/+7 |
|/ |
|
* | Move org.eclipse.jgit.pgm's resource bundle to internal package | Matthias Sohn | 2013-05-06 | 2 | -0/+2 |
* | Extend the FS class for Java7 | Robin Rosenberg | 2013-05-04 | 4 | -15/+58 |
* | Fix line endings | Matthias Sohn | 2013-05-03 | 1 | -79/+79 |
* | status: Print conflict description for unmerged paths | Robin Stocker | 2013-04-19 | 1 | -3/+3 |
* | Merge "Remove unused dependencies" | Robin Rosenberg | 2013-04-18 | 1 | -3/+1 |
|\ |
|
| * | Remove unused dependencies | Matthias Sohn | 2013-04-09 | 1 | -3/+1 |
* | | Make recursive merge strategy the default merge strategy | Matthias Sohn | 2013-04-15 | 1 | -1/+1 |
|/ |
|
* | Fix plugin provider names to conform with release train requirement | Matthias Sohn | 2013-04-08 | 1 | -1/+1 |
* | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 2 | -3/+36 |
* | New functions to facilitate the writing of CLI test cases | François Rey | 2013-03-27 | 2 | -14/+90 |
* | JGit 3.0: move internal classes into an internal subpackage | Shawn Pearce | 2013-03-18 | 3 | -14/+14 |
* | Prepare 2.4.0-SNAPSHOT builds | Matthias Sohn | 2013-02-14 | 2 | -13/+13 |
* | Prepare 2.3.0 builds | Matthias Sohn | 2012-12-21 | 2 | -13/+13 |
* | Prepare post 2.2.0.201212191850-r buildsstable-2.2 | Matthias Sohn | 2012-12-21 | 2 | -2/+2 |
* | JGit v2.2.0.201212191850-rv2.2.0.201212191850-r | Matthias Sohn | 2012-12-20 | 2 | -2/+2 |
* | archive: Add tar support | Jonathan Nieder | 2012-12-04 | 1 | -7/+160 |
* | archive: Record executable and symlink bits | Jonathan Nieder | 2012-12-04 | 1 | -0/+74 |
* | Add basic "jgit add" tests | Jonathan Nieder | 2012-11-29 | 2 | -0/+116 |
* | Add "jgit archive" tool that writes a tree as a ZIP file | Jonathan Nieder | 2012-11-16 | 1 | -0/+175 |
* | Allow commandline tests to use raw output | Jonathan Nieder | 2012-11-16 | 1 | -4/+11 |
* | Add reflog command to JGit CLI | Tomasz Zarna | 2012-11-16 | 1 | -0/+80 |
* | Harmonize the JDT settings within JGit | Robin Rosenberg | 2012-11-16 | 3 | -7/+81 |
* | Add support for --no-ff while merging | Tomasz Zarna | 2012-11-16 | 1 | -2/+57 |
* | Add a test for org.eclipse.jgit.pgm.Tag | Tomasz Zarna | 2012-11-15 | 1 | -0/+73 |
* | Do not fail when checking out HEAD | Tomasz Zarna | 2012-11-15 | 1 | -3/+20 |
* | Prefix an abnormal CLI command termination with 'fatal:' | Tomasz Zarna | 2012-11-15 | 3 | -4/+6 |
* | Add --squash option to org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-10-07 | 1 | -13/+43 |
* | Prepare 2.2.0 builds | Matthias Sohn | 2012-09-19 | 2 | -12/+12 |
* | Add tests for output result of merging -- org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-09-17 | 2 | -0/+94 |
* | Check for write errors in standard out and exit with error | Robin Rosenberg | 2012-09-16 | 2 | -8/+5 |
* | Added new Status CLI command 'jgit status' | Robin Rosenberg | 2012-09-09 | 3 | -0/+235 |
* | Output result of switching branch -- o.e.jgit.pgm.Checkout | Tomasz Zarna | 2012-09-05 | 3 | -0/+109 |