| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing ConfigTest on Windows | Robin Rosenberg | 2014-05-17 | 1 | -23/+7 |
* | Command line: implement checkout -- <path> | Matthias Sohn | 2014-05-12 | 1 | -0/+24 |
* | cleanup: remove some unused imports | Robin Rosenberg | 2014-04-25 | 1 | -4/+0 |
* | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -13/+83 |
* | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+96 |
* | Implement "git branch --contains" in pgm | Robin Stocker | 2014-03-07 | 1 | -1/+24 |
* | Don't raise checkout conflict for file missing in working tree | Christian Halstrick | 2014-02-26 | 1 | -0/+50 |
* | Add symlink support to JGit | Robin Rosenberg | 2014-02-10 | 1 | -0/+22 |
* | Remove unused import from ArchiveTest | Matthias Sohn | 2014-01-07 | 1 | -1/+0 |
* | archive: Use an empty directory for submodules | Jonathan Nieder | 2013-12-27 | 1 | -0/+40 |
* | archive: Include entries for directories | Jonathan Nieder | 2013-12-27 | 1 | -14/+31 |
* | archive: Prepend a specified prefix to all entry filenames | Jonathan Nieder | 2013-12-17 | 1 | -0/+93 |
* | CLI status should support --porcelain | Kaloyan Raev | 2013-12-04 | 1 | -0/+118 |
* | Add pgm test for checkout of existing branch with checkout conflict | Axel Richard | 2013-12-02 | 1 | -0/+26 |
* | CLI fetch command should support --tags | Kaloyan Raev | 2013-10-26 | 1 | -0/+110 |
* | Add describe command to JGit command line interface | Matthias Sohn | 2013-10-11 | 1 | -0/+99 |
* | 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 |
* | 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 |
* | Make recursive merge strategy the default merge strategy | Matthias Sohn | 2013-04-15 | 1 | -1/+1 |
* | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 1 | -0/+34 |
* | New functions to facilitate the writing of CLI test cases | François Rey | 2013-03-27 | 1 | -14/+0 |
* | 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 | 1 | -0/+115 |
* | Add "jgit archive" tool that writes a tree as a ZIP file | Jonathan Nieder | 2012-11-16 | 1 | -0/+175 |
* | Add reflog command to JGit CLI | Tomasz Zarna | 2012-11-16 | 1 | -0/+80 |
* | 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 | 2 | -3/+3 |
* | Add --squash option to org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-10-07 | 1 | -13/+43 |
* | Add tests for output result of merging -- org.eclipse.jgit.pgm.Merge | Tomasz Zarna | 2012-09-17 | 1 | -0/+93 |
* | Added new Status CLI command 'jgit status' | Robin Rosenberg | 2012-09-09 | 1 | -0/+230 |
* | Output result of switching branch -- o.e.jgit.pgm.Checkout | Tomasz Zarna | 2012-09-05 | 2 | -0/+107 |
* | Set core.precomposeunicode to true when creating repository on Mac | Robin Rosenberg | 2012-08-22 | 1 | -5/+14 |
* | In org.eclipse.jgit.pgm.ConfigTest expect core.filemode=false on Windows | Tomasz Zarna | 2012-06-16 | 1 | -8/+10 |
* | Do not set core.autocrlf when creating repo | Robin Rosenberg | 2012-06-12 | 1 | -7/+8 |
* | Add config --list command to pgm | Tomasz Zarna | 2012-05-23 | 1 | -0/+70 |
* | Allow to write tests with CLI syntax | Tomasz Zarna | 2012-04-18 | 3 | -0/+193 |
* | Revert "Allow to write tests with CLI syntax" | Matthias Sohn | 2012-03-23 | 3 | -193/+0 |
* | Allow to write tests with CLI syntax | Tomasz Zarna | 2012-03-22 | 3 | -0/+193 |