]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2019-06-07 David PursehouseConsistently use "!isEmpty()" to detect non-empty list 83/143483/1
2019-06-07 David PursehouseTransportHttp: Check for non-empty list with "!isEmpty... 81/143481/1
2019-06-07 David PursehouseTransportHttp: Fix comparison of size with ">= 0" 80/143480/1
2019-06-07 David PursehouseNetscapeCookieFileTest: Split HttpCookiesMatcher to... 79/143479/1
2019-06-07 David PursehouseBazel: Add missing dependency on mockito for TransportH... 78/143478/1
2019-06-06 Thomas WolfDetermine hard-linking and nlink support per FileStore 85/142385/2
2019-06-06 Konrad WindszusSupport reading and writing cookies. 04/132704/25
2019-06-05 David OstrovskyRepository: Add getIdentifier() method to avoid instanc... 61/142261/12
2019-06-03 Matthias SohnUpdate to Orbit R20190602212107 93/143193/2
2019-06-02 David PursehousePacketLineIn: Deprecate the END constant 76/143176/3
2019-06-02 David PursehousePacketLineIn: Add an iterator over strings in the input... 75/143175/3
2019-06-02 David PursehouseReplace most usages of PacketLineIn.END with PacketLine... 73/143173/3
2019-06-02 David PursehousePacketLineIn: Deprecate DELIM constant 72/143172/3
2019-06-02 David PursehouseReplace trivial reference comparison of PacketLineIn... 71/143171/2
2019-06-02 David PursehousePacketLineIn: Rename isDelim to isDelimiter 70/143170/2
2019-06-02 David PursehouseProtocolV2ParserTest: Fix typo in comment 69/143169/1
2019-05-31 Brandon WeeksUpgrade Bouncy Castle to 1.61 19/140719/8
2019-05-31 Matthias SohnUpdate to Orbit R20190531194818 and rollback update... 58/143158/2
2019-05-31 Sebastian Schuberthcli: Add the --always option to describe 75/138975/7
2019-05-31 Sebastian SchuberthDescribeCommand: Support the "always" option 22/138922/9
2019-05-31 Sebastian Schuberthcli: Add the --tags option to describe 74/138974/7
2019-05-31 Sebastian SchuberthDescribeCommand: Consistenly omit the default value 32/143132/1
2019-05-31 Matthias SohnRemove excess blank line in FileUtilsTest 89/143089/2
2019-05-30 David PursehousePacketLineIn: Add helper methods to check for END and... 63/143063/1
2019-05-30 David PursehouseUploadPackTest: Rename variable to avoid hiding class... 62/143062/1
2019-05-30 David PursehouseUploadPackTest: Add missing <> operator on instantiatio... 61/143061/1
2019-05-27 Ivan FradeBitmapCalculator: javadoc fixes 88/142688/2
2019-05-25 Andrey LoskutovRevWalkUtils: add progress callback to findBranchesReac... 77/142777/2
2019-05-23 David PursehouseMerge branch 'stable-5.4' 99/142699/1
2019-05-23 David PursehouseMerge branch 'stable-5.3' into stable-5.4 98/142698/1
2019-05-23 Dave BorowitzSystemReader: Respect passed-in parent when no system... 97/142697/1
2019-05-23 David PursehouseUpgrade maven-source-plugin to 3.1.0 63/142463/3
2019-05-23 David PursehouseUpgrade maven-jar-plugin to 3.1.2 56/142056/4
2019-05-23 David PursehouseUpgrade jacoco-maven-plugin to 0.8.4 55/142055/4
2019-05-23 Matthias SohnBitmapCalculator and its test: add missing license... 40/142640/1
2019-05-22 Matthias SohnPrepare 5.4.0-SNAPSHOT builds 31/142631/1
2019-05-22 Matthias SohnJGit v5.4.0.201905221418-m3 12/142612/1 v5.4.0.201905221418-m3
2019-05-22 Ivan FradeRevWalk: new method createReachabilityChecker() 68/142468/6
2019-05-22 Matthias SohnMerge branch 'master' into stable-5.4 09/142609/1
2019-05-22 Ivan FradeReachabilityCheckers: @since 5.4 65/142465/3
2019-05-22 Matthias SohnUpdate Orbit to S20190521195709 for 2019-06 M3 03/142603/1
2019-05-22 Matthias SohnTune max heap size for tests 90/142590/1
2019-05-21 Thomas WolfGPG: check that the key found is a signing key 33/142533/1
2019-05-21 Thomas WolfGPG: use key fingerprint suffix to compare id for signi... 32/142532/1
2019-05-21 Jonathan NiederMerge "Recognize ReachabilityCheckerTestCase as helper"
2019-05-21 Jonathan TanRecognize ReachabilityCheckerTestCase as helper 67/142467/1
2019-05-20 Jonathan TanUploadPack: restore inadvertently deleted line 62/142462/1
2019-05-20 Jonathan TanMerge changes from topic 'reachability-2'
2019-05-16 Ivan FradeUploadPack: Use reachability checker to validate non... 46/141846/5
2019-05-16 David OstrovskyBazel: Simplify names of bouncy castle libraries 72/142272/1
2019-05-16 Carsten HammerConvert to lambda or member reference 62/140162/14
2019-05-15 Ivan FradeBitmappedReachabilityChecker: Reachability check using... 58/140958/10
2019-05-15 Ivan FradeBitmapCalculator: Get the reachability bitmap of a... 33/141733/4
2019-05-15 Ivan FradeReachabilityChecker: Default implementation with a... 56/140956/6
2019-05-15 Matthias SohnPrepare 5.4.0-SNAPSHOT builds 60/142160/1
2019-05-08 Matthias SohnJGit v5.4.0.201905081430-m2 12/141812/1 v5.4.0.201905081430-m2
2019-05-06 Thomas WolfApache MINA sshd client: test reading encrypted ed25519... 56/141356/2
2019-05-06 Thomas WolfApache MINA sshd client: adapt to sshd 2.2.0 55/141355/2
2019-05-06 Matthias SohnUpdate Orbit to S20190501151401 for 2019-06 M2 60/141660/1
2019-05-06 David PursehouseUpgrade maven-compiler-plugin to 3.8.1 10/141610/4
2019-05-05 David PursehouseUpgrade surefire plugins version to 2.22.2 09/141609/3
2019-05-03 Matthias SohnUse integer depth in PackWriter's DepthAwareVisitationP... 48/141548/2
2019-04-28 Michael KepplerUpgrade Tycho to 1.4.0 for eclipse build 92/140692/2
2019-04-28 David PursehouseSubmoduleWalk#forPath: Clarify that caller must close... 73/140573/5
2019-04-28 David PursehouseConfigConstants: Fix quoting of section names in javadocs 60/140460/6
2019-04-28 David PursehouseUpgrade maven-pmd-plugin to 3.12.0 36/140936/3
2019-04-28 Matthias SohnSilence API errors and add missing @since tags caused... 01/141301/3
2019-04-28 Matthias SohnMerge branch 'stable-5.3' 81/141281/3
2019-04-27 Matthias SohnPrepare 5.3.2-SNAPSHOT builds 80/141280/1
2019-04-27 Matthias SohnJGit v5.3.1.201904271842-r 79/141279/1 v5.3.1.201904271842-r
2019-04-27 Matthias SohnMerge branch 'stable-5.2' into stable-5.3 77/141277/2
2019-04-25 Thomas Wolf[releng] Update the japicmp baseline to 5.3.0.201903130... 50/140950/2
2019-04-25 Thomas WolfUpdate target platform, maven and bazel builds to JSch... 23/141023/2
2019-04-23 Matthias SohnPrepare 5.2.3-SNAPSHOT builds 25/141025/1
2019-04-23 Matthias SohnJGit v5.2.2.201904231744-r 24/141024/1 v5.2.2.201904231744-r
2019-04-20 Thomas WolfRevert 4678f4b and provide another solution for bug... 42/138442/3
2019-04-20 Thomas WolfApache MINA sshd: make sendKexInit() work also for... 87/139887/3
2019-04-20 Matthias SohnMerge branch 'stable-5.1' into stable-5.2 02/140902/2
2019-04-20 Matthias SohnPrepare 5.1.8-SNAPSHOT builds 06/140906/1
2019-04-20 Matthias SohnJGit v5.1.7.201904200442-r 04/140904/1 v5.1.7.201904200442-r
2019-04-20 David PursehouseObjectUploadListener: Add callback interface 46/140646/4
2019-04-19 Matthias SohnMerge branch 'stable-5.0' into stable-5.1 99/140899/2
2019-04-19 Matthias SohnMerge branch 'stable-4.11' into stable-5.0 65/140865/1
2019-04-19 Matthias SohnPrepare 4.11.9-SNAPSHOT builds 63/140863/1
2019-04-18 Matthias SohnJGit v4.11.8.201904181247-r 41/140841/1 v4.11.8.201904181247-r
2019-04-18 Matthias SohnMerge branch 'stable-4.10' into stable-4.11 40/140840/1
2019-04-18 Matthias SohnMerge branch 'stable-4.9' into stable-4.10 39/140839/1
2019-04-18 Matthias SohnPrepare 4.9.11-SNAPSHOT builds 38/140838/1
2019-04-18 Matthias SohnJGit v4.9.10.201904181027-r 36/140836/1 v4.9.10.201904181027-r
2019-04-18 Matthias SohnMerge branch 'stable-4.8' into stable-4.9 17/140817/1
2019-04-16 Matthias SohnMerge branch 'stable-4.7' into stable-4.8 21/140721/1 stable-4.8
2019-04-16 Matthias SohnPrepare 4.7.10-SNAPSHOT builds 20/140720/1 stable-4.7
2019-04-16 Matthias SohnJGit v4.7.9.201904161809-r 18/140718/1 v4.7.9.201904161809-r
2019-04-16 Matthias SohnMerge branch 'stable-4.6' into stable-4.7 17/140717/1
2019-04-16 Matthias SohnMerge branch 'stable-4.5' into stable-4.6 16/140716/1 stable-4.6
2019-04-16 Matthew DeVoretree:<depth>: do not revisit tree during packing 59/139659/10
2019-04-16 Matthew DeVoretree:<depth> should not traverse overly-deep trees 50/139550/11
2019-04-16 Matthew DeVorePreliminary support for tree:<depth> filter 92/138992/26
2019-04-15 Matthias SohnPrepare 4.5.8-SNAPSHOT builds 42/140642/1 stable-4.5
2019-04-15 Matthias SohnJGit v4.5.7.201904151645-r 29/140629/1 v4.5.7.201904151645-r
next