| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | CLIText: Fix typo: remotes's -> remote's | David Pursehouse | 2018-10-29 | 1 | -1/+1 |
* | | CLIText: Fix typo: 'amd' -> 'and' | David Pursehouse | 2018-10-29 | 1 | -1/+1 |
|/ |
|
* | Add ls-files CLI command | Matthias Sohn | 2018-08-28 | 1 | -0/+1 |
* | Implement --force option in FetchCommand and CLI fetch command | Matthias Sohn | 2018-03-13 | 1 | -0/+1 |
* | Add missing help text for rev-parse's --verify option | Matthias Sohn | 2017-11-19 | 1 | -0/+3 |
* | UntrackedFilesHandler: Fix non-localized string | David Pursehouse | 2017-09-06 | 1 | -0/+1 |
* | Rename extensions.refsStorage to refStorage | Shawn Pearce | 2017-08-11 | 1 | -1/+1 |
* | Add --match option for `jgit describe` to CLI | Oliver Lockwood | 2017-06-22 | 1 | -0/+2 |
* | Fetch: Add --recurse-submodules and --no-recurse-submodules options | David Pursehouse | 2017-06-11 | 1 | -0/+3 |
* | Fix capitalization of command help summaries | David Pursehouse | 2017-06-11 | 1 | -2/+2 |
* | Clone: add --recurse-submodules option | David Pursehouse | 2017-04-27 | 1 | -0/+3 |
* | gc: Add options to preserve and prune old pack files | James Melvin | 2017-01-19 | 1 | -0/+2 |
* | Add missing online help for Ketch server type option in CLI daemon | Matthias Sohn | 2016-10-02 | 1 | -0/+2 |
* | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 1 | -0/+2 |
* | Added a clean command. | Ned Twigg | 2016-08-30 | 1 | -0/+5 |
* | RepoCommand: remove --record-remote-branches | Stefan Beller | 2016-05-25 | 1 | -1/+0 |
* | Fix help text for option --enable of command debug-rebuild-ref-tree | Matthias Sohn | 2016-03-01 | 1 | -0/+1 |
* | Support Amazon S3 based storage for LFS | Matthias Sohn | 2016-02-17 | 1 | -2/+19 |
* | Support LFS protocol and a file system based LFS storage | Matthias Sohn | 2016-02-04 | 1 | -0/+6 |
* | debug-rebuild-ref-tree: Simple program to build a RefTree | Shawn Pearce | 2016-01-07 | 1 | -0/+2 |
* | branch command: provide convenient and meaningful options help | Andrey Loskutov | 2016-01-02 | 1 | -0/+5 |
* | reset command: provide convenient and meaningful options help | Andrey Loskutov | 2015-12-29 | 1 | -0/+1 |
* | Add remote command to JGit CLI | Kaloyan Raev | 2015-12-11 | 1 | -0/+3 |
* | Null-annotated Repository class and fixed related compiler errors | Andrey Loskutov | 2015-11-25 | 1 | -0/+1 |
* | git rev-parse: Add --verify option | Thomas Meyer | 2015-11-19 | 1 | -0/+1 |
* | RepoCommand: Add setRecordRemoteBranch option to record upstream branch | Stefan Beller | 2015-10-05 | 1 | -0/+1 |
* | Changed default log4j log level from "WARNING" to "WARN" | Andrey Loskutov | 2015-08-11 | 1 | -1/+1 |
* | Include slf4j and log4j in jgit command line | Matthias Sohn | 2015-03-23 | 1 | -0/+6 |
* | CLI status should support --untracked-files | Kaloyan Raev | 2015-03-12 | 1 | -0/+1 |
* | Add "--long" option to JGit describe | Christian Halstrick | 2015-03-09 | 1 | -0/+1 |
* | Move console classes to pgm bundle | Matthias Sohn | 2015-02-10 | 1 | -1/+6 |
* | Add option --orphan for checkout | RĂ¼diger Herrmann | 2015-02-04 | 1 | -0/+1 |
* | [pgm] Add missing help text for clone --bare option | Matthias Sohn | 2015-01-07 | 1 | -0/+1 |
* | [pgm] Implement clone using CloneCommand | Matthias Sohn | 2014-12-22 | 1 | -0/+2 |
* | [pgm] Add option --tags for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -0/+1 |
* | [pgm] Add option --heads for ls-remote | Matthias Sohn | 2014-12-16 | 1 | -0/+1 |
* | Add "aggressive" option to GC | Christian Halstrick | 2014-09-19 | 1 | -0/+1 |
* | Handle -m option for Merge command | Axel Richard | 2014-08-30 | 1 | -0/+1 |
* | Don't prefix output from jgit status with '# ' | Robin Rosenberg | 2014-07-19 | 1 | -1/+1 |
* | Clarify comments in message properties files (and fix grammar) | Robin Stocker | 2014-06-30 | 1 | -2/+2 |
* | Fix incorrect "''" in CLIText.properties | Robin Stocker | 2014-06-30 | 1 | -1/+1 |
* | Add a comment to the message properties files on how they are processed | Robin Rosenberg | 2014-06-29 | 1 | -0/+5 |
* | Remove duplicate string in CLIText.properties | Robin Rosenberg | 2014-06-29 | 1 | -1/+0 |
* | Fix formatting errors in error messages | Robin Rosenberg | 2014-06-29 | 1 | -2/+2 |
* | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+1 |
* | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+3 |
* | Implement "git branch --contains" in pgm | Robin Stocker | 2014-03-07 | 1 | -0/+1 |
* | CLI clone command should support --no-checkout | Kaloyan Raev | 2014-02-26 | 1 | -0/+1 |
* | [CLI] Add option --millis / -m to debug-show-dir-cache command | Matthias Sohn | 2013-12-27 | 1 | -0/+1 |
* | archive: Prepend a specified prefix to all entry filenames | Jonathan Nieder | 2013-12-17 | 1 | -0/+2 |