116 Commits (4209a0f84b1917c0640d781ac54e8c5ffbadd574)

Author SHA1 Message Date
Andrey Loskutov 888f08b048 Un-ignored existing CLI tests which run just fine on Java 7+ 9 years ago
Andrey Loskutov c59d86c0a7 Don't treat command termination due '-h' option as a fatal error 9 years ago
Andrey Loskutov c7c2897527 Allow checkout paths without specifying branch name 9 years ago
Kaloyan Raev e23521f0d9 Add remote command to JGit CLI 9 years ago
Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
Kaloyan Raev 96811c957e reset command should support the -- <paths> parameters 9 years ago
Hugo Arès 61e1645e04 Fix integer boxing eclipse warning 9 years ago
Jonathan Nieder a5778b6f41 archive: Drop unnecessary empty comments and 'final' qualifiers on locals 9 years ago
Kaloyan Raev 9041fbc958 CLI status should support --untracked-files 10 years ago
Christian Halstrick 0e3ddea1b0 Add "--long" option to JGit describe 10 years ago
Rüdiger Herrmann fc801dd79f Add option --orphan for checkout 10 years ago
Matthias Sohn 15e8b4fb2e [pgm] Add option --bare to clone command 10 years ago
Matthias Sohn 563c1ad514 [pgm] Implement clone using CloneCommand 10 years ago
Matthias Sohn 8812e6f3f6 [pgm] Add option --tags for ls-remote 10 years ago
Matthias Sohn 490660a7c6 [pgm] Add option --heads for ls-remote 10 years ago
Matthias Sohn 816de9e9fa [pgm] Use LsRemoteCommand to implement ls-remote and add a test 10 years ago
Axel Richard 46f3007b52 Handle -m option for Merge command 10 years ago
Yuxuan 'fishy' Wang 73d38bfb33 Strip trailing /s in repo base URI. 10 years ago
Robin Rosenberg fd58cbcdee Don't prefix output from jgit status with '# ' 10 years ago
Robin Rosenberg 1a9f122773 Fix a number of failing conflict situations 11 years ago
Robin Rosenberg 19ac1f75ab Fix failing ConfigTest on Windows 11 years ago
Matthias Sohn bbf28b1cf4 Command line: implement checkout -- <path> 11 years ago
Robin Rosenberg cd1f3ecb92 cleanup: remove some unused imports 11 years ago
Yuxuan 'fishy' Wang a44a687fed Added groups support to repo subcommand. 11 years ago
Yuxuan 'fishy' Wang 1f3b75c9ee Added the command line of jgit repo. 11 years ago
Robin Stocker 31fec678d8 Implement "git branch --contains" in pgm 11 years ago
Christian Halstrick 73c8e70797 Don't raise checkout conflict for file missing in working tree 11 years ago
Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
Matthias Sohn 74e3fde959 Remove unused import from ArchiveTest 11 years ago
Jonathan Nieder 8a4cf2e0f8 archive: Use an empty directory for submodules 11 years ago
Jonathan Nieder 2ecc27db92 archive: Include entries for directories 11 years ago
Jonathan Nieder f2abbd0ea9 archive: Prepend a specified prefix to all entry filenames 11 years ago
Kaloyan Raev 7026658ac8 CLI status should support --porcelain 11 years ago
Axel Richard 1128326add Add pgm test for checkout of existing branch with checkout conflict 11 years ago
Kaloyan Raev 40e8ba4186 CLI fetch command should support --tags 11 years ago
Matthias Sohn 401212de7a Add describe command to JGit command line interface 11 years ago
Jonathan Nieder 1153a59e38 Add support for "jgit archive --output=<filename>" 11 years ago
Jonathan Nieder ebfe85d037 Add long filename, large file, and non-ASCII filename support to TarFormat 11 years ago
Jonathan Nieder d4932620e0 ArchiveCommand: make archive formats non-inner classes 11 years ago
Matthias Sohn f2d0b50e0a Fix line endings 12 years ago
Robin Stocker a50ed5666f status: Print conflict description for unmerged paths 12 years ago
Matthias Sohn aa7be667bc Make recursive merge strategy the default merge strategy 12 years ago
Tomasz Zarna 5453585773 Add the no-commit option to MergeCommand 12 years ago
François Rey 741ecf56b7 New functions to facilitate the writing of CLI test cases 12 years ago
Jonathan Nieder 78009782cd archive: Add tar support 12 years ago
Jonathan Nieder 7123cbf470 archive: Record executable and symlink bits 12 years ago
Jonathan Nieder c9a857a60a Add basic "jgit add" tests 12 years ago
Jonathan Nieder 6a94f027b6 Add "jgit archive" tool that writes a tree as a ZIP file 12 years ago
Tomasz Zarna fb33e80218 Add reflog command to JGit CLI 12 years ago
Tomasz Zarna 318f3d4643 Add support for --no-ff while merging 12 years ago