]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2019-12-09 Yunjie LiChange the wildcard import to explicit ones. 57/154157/1
2019-12-09 Matthias SohnMerge branch 'stable-5.6' 96/154096/1
2019-12-08 Tim NeumannAdd ability to redirect stderr from git hooks 36/153536/2
2019-12-08 Tim NeumannAdd possibility to get pure stderr output from AbortedB... 28/153528/2
2019-12-06 David PursehouseMerge branch 'stable-5.6' 58/153958/1
2019-12-05 Matthias SohnFix API check errors introduced in ReceivePack in 945d43d5 54/153954/1
2019-12-05 Matthias SohnCleanup CommitAndLogCommandTest 49/153949/1
2019-12-05 John TipperCLI: Add support for excluding paths from Git log command 73/153673/5
2019-12-05 Demetr StarshovReceivePack: Moves connectivity check to separate class 97/152097/11
2019-12-05 David PursehouseUpgrade error_prone_core to 2.3.4 55/153755/3
2019-12-05 David PursehouseMerge branch 'stable-5.6' 72/153872/1
2019-12-05 Matthias SohnSuppress API error for RefDatabase.hasFastTipsWithSha1() 66/153866/1
2019-12-05 Matthias SohnRemove API filters which became obsolete after bumping... 65/153865/1
2019-12-05 David PursehouseReftableTest: Clean up boxing warnings on usage of... 67/153867/1
2019-12-05 Matthias SohnAdd missing @since tag for ReceivePack#receiveWithExcep... 64/153864/1
2019-12-05 David PursehouseMergedReftable: Remove unnecessary semicolon 61/153861/1
2019-12-05 Matthias SohnPrepare 5.7.0-SNAPSHOT builds 63/153863/1
2019-12-05 Matthias SohnMerge branch 'stable-5.6' 62/153862/1
2019-12-04 Han-Wen NienhuysIntroduce RefDatabase#hasFastTipsWithSha1 43/152843/13
2019-12-04 Matthias SohnUpdate Orbit to R20191126223242 for 2019-12 50/153850/1
2019-12-04 Matthias SohnPrepare 5.6.0-SNAPSHOT builds 43/153843/1
2019-12-04 Matthias SohnJGit v5.6.0.201912041214-rc1 24/153824/1 v5.6.0.201912041214-rc1
2019-12-02 Terry ParkerMerge changes I1f968649,Ied678797
2019-12-02 Masaya Suzukiserver: Add a custom error handler 62/152362/3
2019-12-02 Masaya Suzukitransport: Add methods that do not handle exceptions 61/152361/2
2019-12-02 Masaya Suzukitransport: Let users specify an error handler for unpac... 60/152360/2
2019-12-02 Masaya SuzukiReceivePack: Use try-with-resources for PostReceiveHook 59/152359/2
2019-12-02 Masaya Suzukitransport: Consolidate status reporting code 58/152358/2
2019-12-02 Masaya Suzukitransport: Add ReceiveCommandErrorHandler 57/152357/2
2019-12-02 Masaya Suzukitransport: Move exception handler to the caller 56/152356/2
2019-12-02 Masaya Suzukitransport: Move handling code to the caller side 54/152354/2
2019-12-02 Masaya SuzukiUploadPackServlet: Use uploadWithExceptionPropagation 64/152364/2
2019-12-02 Masaya SuzukiGitSmartHttpTools: Do not use sideband when sending... 63/152363/2
2019-11-27 Matthias SohnPrepare 5.6.0-SNAPSHOT builds 08/153508/1
2019-11-27 Matthias SohnJGit v5.6.0.201911271000-m3 91/153491/1 v5.6.0.201911271000-m3
2019-11-27 Jonathan NiederMerge "ReceivePack: Open visibility for some methods"
2019-11-27 Ivan FradeReceivePack: Open visibility for some methods 24/152924/5
2019-11-27 Thomas WolfJGit pgm: Format blame output to match canonical git 31/147131/13
2019-11-27 Thomas WolfMake blame work correctly on merge conflicts 30/147130/13
2019-11-26 David PursehouseMerge branch 'stable-5.5' 83/153383/1
2019-11-26 David PursehouseMerge branch 'stable-5.4' into stable-5.5 82/153382/1
2019-11-26 David PursehouseMerge branch 'stable-5.3' into stable-5.4 81/153381/1
2019-11-26 David PursehouseMerge branch 'stable-5.2' into stable-5.3 80/153380/1
2019-11-26 David PursehouseMerge branch 'stable-5.1' into stable-5.2 79/153379/1
2019-11-26 David PursehouseBazel: Use java_plugin and java_binary from @rules_java... 64/153364/2
2019-11-26 David PursehouseBazel: Add missing newlines at end of BUILD files 63/153363/2
2019-11-26 David PursehouseUpgrade maven-enforcer-plugin to 3.0.0-M3 57/153357/2
2019-11-26 Jonathan NiederMerge changes I8698001d,I5c1177ac
2019-11-26 Jonathan NiederAdd missing license header to ReftableDatabase 61/153361/1
2019-11-26 Jonathan NiederAdd missing license header to UploadPackRefSortingForRe... 60/153360/2
2019-11-26 Matthias Sohn[spotbugs] Fix potential NPE in FSTest 59/153359/1
2019-11-26 Matthias SohnRemove unused import in CreateFileSnapshotBenchmark 58/153358/1
2019-11-26 Han-Wen NienhuysRepositoryCache: don't require HEAD in git repositories 42/152842/8
2019-11-26 Han-Wen NienhuysFileRepository: cleanup refs outside refs/ on reftable... 14/153014/5
2019-11-26 Jonathan NiederMerge "UploadPackTest: Fix unused parameter in checkUna...
2019-11-25 Matthias SohnUpdate Orbit to S20191118194249 for 2019-12 M3 54/153354/1
2019-11-25 Matthias SohnSilence API error for new method in ReachabilityChecker 52/153352/2
2019-11-25 David PursehouseUploadPackTest: Fix unused parameter in checkUnadvertis... 83/153283/1
2019-11-21 Ivan FradeBitmappedReachabilityChecker: Use only one bitmap for... 02/152702/16
2019-11-21 Ivan FradecheckNotAdvertisedWants: Be lazy converting Ref to... 89/152989/8
2019-11-21 Ivan FradeReachabilityChecker: Receive a Stream instead of a... 88/152988/6
2019-11-21 Ivan FradeUploadPack: Prioritize references for non-advertised... 32/152532/6
2019-11-17 David PursehouseReceivePack: Fix name hiding of 'atomic' member 32/152832/1
2019-11-17 David PursehouseReceivePack: Remove unnecessarily nested else-clause 31/152831/1
2019-11-17 Michael KepplerSimplify comparator code 28/152828/1
2019-11-17 Michael KepplerFix typo in Javadoc 27/152827/1
2019-11-17 Han-Wen Nienhuyspgm: add write stats to BenchmarkReftable 07/152607/21
2019-11-17 Han-Wen Nienhuyspgm: add command to convert repo to reftable 35/148735/57
2019-11-17 Han-Wen Nienhuysfile: implement FileReftableDatabase 68/146568/92
2019-11-16 Michael KepplerFix Maven missing version warning 92/152792/1
2019-11-16 Michael KepplerUse Java 8 source and target in Maven 90/152790/1
2019-11-16 David PursehouseReceivePack: Reduce visibility of methods 26/152626/7
2019-11-16 Matthias SohnSuppress API error raised for constant added in 345e2648 70/152770/1
2019-11-16 Thomas WolfTopoSortGenerator: simplify first-parent handling 61/151661/3
2019-11-16 Thomas WolfRewriteGenerator: avoid adding null parent 57/151657/4
2019-11-15 Thomas WolfDiffFormatter: support core.quotePath = false 10/151710/4
2019-11-15 Thomas WolfIndexDiff/SubmoduleWalk: make the RepositoryBuilder... 60/151660/6
2019-11-15 Thomas WolfIndexDiff/SubmoduleWalk: handle submodule.<name>.ignore... 07/151407/4
2019-11-14 Jonathan NiederMerge changes I583491f6,Idd44e3bb
2019-11-14 Han-Wen NienhuysRun Eclipse formatter on BatchRefUpdateTest 00/152700/1
2019-11-14 Matthias SohnSuppress the API errors introduced by 3e9a5f99 85/152685/1
2019-11-14 David PursehouseReceivePack: Remove unused getLockMessageProcessName... 25/152625/1
2019-11-14 David PursehouseReceivePack: Remove unnecessary ReceivePack. prefix... 24/152624/1
2019-11-13 Masaya Suzukitransport: Merge BaseReceivePack into ReceivePack 36/146536/6
2019-11-13 Han-Wen NienhuysMove KetchSystem.delay to FileUtils. 88/152588/5
2019-11-13 David PursehouseBaseReceivePack: Add hasReceivedPack method 97/152597/2
2019-11-12 Matthias SohnSilence API errors for new API introduced in 5.5.2 09/152509/1
2019-11-12 David PursehouseUpgrade wagon-ssh to 3.3.4 03/152503/1
2019-11-12 Thomas WolfMerge branch 'stable-5.5' 84/152484/1
2019-11-12 Thomas WolfFix NPE in SystemReader in tests 67/152467/1
2019-11-11 Matthias SohnMerge branch 'stable-5.5' 52/152452/1
2019-11-10 Masaya SuzukiBaseReceivePack: Fix the format 55/152355/2
2019-11-09 Matthias SohnPrepend hostname to subsection used to store file times... 40/150740/9
2019-11-09 Matthias SohnStore filesystem timestamp resolution in extra jgit... 39/150739/9
2019-11-08 David OstrovskyUpdate bouncycastle version to 1.64 and Orbit to I20191... 95/151295/6
2019-11-08 Thomas WolfSystemReader: extract updating config and its parents... 47/149947/8
2019-11-06 David PursehouseUpgrade maven-jar-plugin to 3.2.0 36/152036/2
2019-11-06 David PursehouseUpgrade maven-source-plugin to 3.2.0 35/152035/2
2019-11-06 Matthias SohnMerge branch 'stable-5.5' 83/152183/1
2019-11-06 Matthias SohnMerge branch 'stable-5.4' into stable-5.5 82/152182/1
next