Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-08Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn3-42/+42
2016-04-07JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn3-4/+4
2016-04-07JGit v4.3.0.201604071045-rMatthias Sohn3-4/+4
2016-04-05Prepare 4.3-SNAPSHOT buildsMatthias Sohn3-4/+4
2016-03-23JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn3-4/+4
2016-03-05Fix RebuildRefTree trying to add HEAD twice to RefTreeMatthias Sohn1-1/+1
2016-03-01Fix help text for option --enable of command debug-rebuild-ref-treeMatthias Sohn2-1/+2
2016-02-17Support Amazon S3 based storage for LFSMatthias Sohn4-10/+107
2016-02-15Merge branch 'stable-4.2'Matthias Sohn2-13/+14
2016-02-15Don't use deprecated LockFile constructorDavid Pursehouse1-2/+2
2016-02-15DiffAlgorithms: Fix warnings about variable hidingDavid Pursehouse1-11/+12
2016-02-09Merge branch 'stable-4.2'Matthias Sohn1-7/+7
2016-02-05TextHashFunctions: Fix warnings about variable hidingDavid Pursehouse1-7/+7
2016-02-04Support LFS protocol and a file system based LFS storageMatthias Sohn6-2/+315
2016-02-03Merge branch 'stable-4.2'Matthias Sohn1-8/+8
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-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn3-38/+38
2016-01-21Merge changes from topic 'reftree'Shawn Pearce1-4/+27
2016-01-20daemon: Add --ketch=LEADER flagShawn Pearce2-1/+47
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-15debug-rebuild-ref-tree: Copy HEAD into RefTreeShawn Pearce1-4/+13
2016-01-15debug-rebuild-ref-tree: Add --enable flag to turn the database onShawn Pearce1-0/+14
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

Back to the top