Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Don't use deprecated LockFile constructorDavid Pursehouse1-2/+2
2016-02-15DiffAlgorithms: Fix warnings about variable hidingDavid Pursehouse1-11/+12
2016-02-05TextHashFunctions: Fix warnings about variable hidingDavid Pursehouse1-7/+7
2016-02-02Branch: Fix variable hiding warningDavid Pursehouse1-8/+8
2016-01-22Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn3-37/+37
2016-01-21JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn3-4/+4
2016-01-20Merge branch 'stable-4.2'David Pursehouse15-63/+70
2016-01-19Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse9-40/+40
2016-01-19Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse6-22/+29
2016-01-19Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn3-4/+4
2016-01-19Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn3-4/+4
2016-01-14RevParse: Remove superfluous semicolonDavid Pursehouse1-1/+1
2016-01-11FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce1-7/+22
2016-01-08Merge changes from topic 'reftree'Shawn Pearce4-0/+134
2016-01-07debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce4-0/+134
2016-01-06Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov1-35/+76
2016-01-06branch command: print help if requested, even if arguments are wrongAndrey Loskutov2-4/+37
2016-01-06Added CLIText.fatalError(String) API for testsAndrey Loskutov3-5/+18
2016-01-03Merge "buck: set Bundle-Version for :jgit_bin"Shawn Pearce1-3/+28
2016-01-03buck: set Bundle-Version for :jgit_binShawn Pearce1-3/+28
2016-01-02branch command: provide convenient and meaningful options helpAndrey Loskutov5-36/+154
2016-01-01clone: display progress messagesShawn Pearce1-5/+16
2016-01-01buck: run testsShawn Pearce1-0/+1
2016-01-01buck: build standalone jgit binaryShawn Pearce1-0/+44
2015-12-29Sort "eager" path-like options to the end of the helpAndrey Loskutov1-0/+36
2015-12-29reset command: provide convenient and meaningful options helpAndrey Loskutov2-5/+6
2015-12-29status command: consume more then one argument after --Andrey Loskutov1-2/+4
2015-12-29repo command: properly name the required 'path' argumentAndrey Loskutov1-1/+1
2015-12-29Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov4-18/+157
2015-12-29Provide a root cause for aborted commandsAndrey Loskutov2-1/+29
2015-12-28Allow checkout paths without specifying branch nameAndrey Loskutov1-4/+3
2015-12-18Remove unused import 'org.apache.commons.codec.binary'RĂ¼diger Herrmann1-2/+1
2015-12-15Fix push with jgit pgm failing with "unauthorized"Matthias Sohn3-1/+17
2015-12-15Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2-4/+13
2015-12-14JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn3-4/+4
2015-12-11Add remote command to JGit CLIKaloyan Raev4-0/+202
2015-12-03Support atomic push in JGit clientShawn Pearce1-0/+4
2015-11-25Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov8-11/+33
2015-11-19git rev-parse: Add --verify optionThomas Meyer3-3/+17
2015-11-09Update dependencies to use the JGit-internal @NullableTerry Parker2-4/+3
2015-10-29reset command should support the -- <paths> parametersKaloyan Raev1-11/+24
2015-10-05Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder2-0/+5
2015-10-05RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2-0/+5
2015-10-01Merge branch 'stable-4.1'Matthias Sohn20-292/+320
2015-10-01pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse8-79/+87
2015-10-01pgm: Create instances of Git in try-with-resourceDavid Pursehouse14-215/+235
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn3-35/+35
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn3-35/+35
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn3-4/+4
2015-08-31Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn1-0/+1

Back to the top