| Commit message (Expand) | Author | Age | Files | Lines |
* | Add built-in LFS smudge filter for local case | Christian Halstrick | 2016-09-20 | 1 | -0/+2 |
* | Add built-in LFS clean filter | Christian Halstrick | 2016-09-20 | 1 | -0/+2 |
* | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 2 | -11/+24 |
* | Added a clean command. | Ned Twigg | 2016-08-30 | 2 | -0/+88 |
* | push: Do not use push options unless requested | Stefan Beller | 2016-08-24 | 1 | -1/+3 |
* | LfsProtocolServlet: Pass request and path to getLargeFileRepository | David Pursehouse | 2016-07-27 | 1 | -2/+2 |
* | Push implementation of option strings | Dan Wang | 2016-07-22 | 1 | -0/+4 |
* | Replace use of deprecated method Repository.getRef() | Matthias Sohn | 2016-05-31 | 5 | -9/+9 |
* | RepoCommand: remove --record-remote-branches | Stefan Beller | 2016-05-25 | 1 | -4/+0 |
* | JGit CLI: allow to call git init with specific directory | RĂ¼diger Herrmann | 2016-05-22 | 1 | -1/+10 |
* | Redirect all Show output to outs | RĂ¼diger Herrmann | 2016-05-21 | 1 | -2/+8 |
* | Fix RebuildRefTree trying to add HEAD twice to RefTree | Matthias Sohn | 2016-03-05 | 1 | -1/+1 |
* | Fix help text for option --enable of command debug-rebuild-ref-tree | Matthias Sohn | 2016-03-01 | 1 | -1/+1 |
* | Support Amazon S3 based storage for LFS | Matthias Sohn | 2016-02-17 | 2 | -8/+87 |
* | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-15 | 2 | -13/+14 |
|\ |
|
| * | Don't use deprecated LockFile constructor | David Pursehouse | 2016-02-15 | 1 | -2/+2 |
| * | DiffAlgorithms: Fix warnings about variable hiding | David Pursehouse | 2016-02-15 | 1 | -11/+12 |
* | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-10 | 1 | -7/+7 |
|\| |
|
| * | TextHashFunctions: Fix warnings about variable hiding | David Pursehouse | 2016-02-05 | 1 | -7/+7 |
* | | Support LFS protocol and a file system based LFS storage | Matthias Sohn | 2016-02-04 | 1 | -0/+249 |
* | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-03 | 1 | -8/+8 |
|\| |
|
| * | Branch: Fix variable hiding warning | David Pursehouse | 2016-02-02 | 1 | -8/+8 |
* | | Merge changes from topic 'reftree' | Shawn Pearce | 2016-01-21 | 1 | -4/+27 |
|\ \ |
|
| * | | debug-rebuild-ref-tree: Copy HEAD into RefTree | Shawn Pearce | 2016-01-15 | 1 | -4/+13 |
| * | | debug-rebuild-ref-tree: Add --enable flag to turn the database on | Shawn Pearce | 2016-01-15 | 1 | -0/+14 |
* | | | daemon: Add --ketch=LEADER flag | Shawn Pearce | 2016-01-19 | 1 | -1/+46 |
| |/
|/| |
|
* | | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 15 | -63/+70 |
|\ \
| |/
|/| |
|
| * | Add $NON-NLS to suppress "Non-externalized string literal" warnings | David Pursehouse | 2016-01-19 | 9 | -40/+40 |
| * | Don't use deprecated constructors of CmdLineException | David Pursehouse | 2016-01-19 | 6 | -22/+29 |
| * | RevParse: Remove superfluous semicolon | David Pursehouse | 2016-01-14 | 1 | -1/+1 |
* | | FileRepository: Support extensions.refsBackendType = RefTree | Shawn Pearce | 2016-01-11 | 1 | -7/+22 |
* | | Merge changes from topic 'reftree' | Shawn Pearce | 2016-01-07 | 1 | -0/+130 |
|\ \ |
|
| * | | debug-rebuild-ref-tree: Simple program to build a RefTree | Shawn Pearce | 2016-01-07 | 1 | -0/+130 |
* | | | Make sure CLIGitCommand and Main produce (almost) same results | Andrey Loskutov | 2016-01-06 | 1 | -35/+76 |
* | | | branch command: print help if requested, even if arguments are wrong | Andrey Loskutov | 2016-01-06 | 2 | -4/+37 |
* | | | Added CLIText.fatalError(String) API for tests | Andrey Loskutov | 2016-01-06 | 3 | -5/+18 |
|/ / |
|
* | | branch command: provide convenient and meaningful options help | Andrey Loskutov | 2016-01-02 | 4 | -36/+149 |
* | | clone: display progress messages | Shawn Pearce | 2015-12-31 | 1 | -5/+16 |
* | | Sort "eager" path-like options to the end of the help | Andrey Loskutov | 2015-12-29 | 1 | -0/+36 |
* | | reset command: provide convenient and meaningful options help | Andrey Loskutov | 2015-12-29 | 1 | -5/+5 |
* | | status command: consume more then one argument after -- | Andrey Loskutov | 2015-12-29 | 1 | -2/+4 |
* | | repo command: properly name the required 'path' argument | Andrey Loskutov | 2015-12-29 | 1 | -1/+1 |
* | | Don't treat command termination due '-h' option as a fatal error | Andrey Loskutov | 2015-12-29 | 4 | -18/+157 |
* | | Provide a root cause for aborted commands | Andrey Loskutov | 2015-12-29 | 2 | -1/+29 |
* | | Allow checkout paths without specifying branch name | Andrey Loskutov | 2015-12-28 | 1 | -4/+3 |
* | | Fix push with jgit pgm failing with "unauthorized" | Matthias Sohn | 2015-12-15 | 1 | -0/+3 |
* | | Null-annotated Ref class and fixed related compiler errors | Andrey Loskutov | 2015-12-15 | 2 | -4/+13 |
|/ |
|
* | Add remote command to JGit CLI | Kaloyan Raev | 2015-12-11 | 2 | -0/+198 |
* | Support atomic push in JGit client | Shawn Pearce | 2015-12-02 | 1 | -0/+4 |
* | Null-annotated Repository class and fixed related compiler errors | Andrey Loskutov | 2015-11-25 | 7 | -11/+32 |