]> source.dussan.org Git - jgit.git/shortlog
jgit.git
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
2019-04-14 Jonathan NiederMerge "Revert "Use try-with-resources in SubmoduleWalk""
2019-04-14 Jonathan NiederRevert "Use try-with-resources in SubmoduleWalk" 61/140561/1
2019-04-13 Carsten HammerUse Arrays.asList instead of copying array in a for... 63/140163/9
2019-04-13 Carsten HammerUse try-with-resources in SubmoduleWalk 61/140161/13
2019-04-13 Carsten HammerUse isEmpty() instead of size()==0 where possible 58/140158/13
2019-04-13 Carsten HammerUse jdk 5 for loop 55/140155/14
2019-04-13 Carsten HammerJoin catch sections using multicatch 53/140153/18
2019-04-12 Masaya SuzukiProcess unshallow commits first 63/140463/1
2019-04-11 Luca MilanesioRemember the cause for invalidating a packfile 88/140288/7
2019-04-11 Carsten HammerRemove unnecessary type specifications 60/140160/5
2019-04-11 Carsten HammerUse String.isEmpty() instead of comparing to "" 59/140159/5
2019-04-11 Carsten HammerUse StringBuilder instead of StringBuffer where possible. 57/140157/5
2019-04-11 Carsten HammerReplace usage of String.indexOf with String.contains... 54/140154/4
2019-04-11 David PursehouseConfigTest: Add test for parsing invalid group header 80/140180/2
2019-04-10 Matthias SohnFix API problem filters 96/140396/1
2019-04-09 Luca MilanesioFix pack files scan when filesnapshot isn't modified 07/140207/4
2019-04-09 Patrick HieselIntroduce RefDatabase#getTipsWithSha1 to list refs... 47/135547/7
2019-04-07 David PursehouseLocalDiskRepositoryTestCase: Clarify semantics of repos... 27/140027/3
2019-04-07 David PursehouseUploadPackTest: Stop using deprecated Transport.setFilt... 24/140024/3
2019-04-03 Thomas WolfAttach deletion failure reason in FileUtils.delete() 64/139964/2
2019-04-03 Gunnar WagenknechtIgnore invalid files in '.gnupg/private-keys-v1.d' 30/139930/2
2019-04-02 Matthias SohnAdd missing source bundles and add them to a single... 22/139822/3
2019-04-01 Jonathan NiederMerge ".gitignore: remove editor- and OS-specific files"
2019-04-01 Matthew DeVore.gitignore: remove editor- and OS-specific files 26/139526/4
2019-03-31 Thomas Wolf[releng] Fix dependencies between features 01/139801/4
2019-03-30 Michael KepplerConvert target platform to simple POM project 46/139446/4
2019-03-30 Matthias SohnSuppress API error for new constant Ref.UNDEFINED_UPDAT... 96/139796/1
2019-03-29 Ivan FradeDfsRefDatabase: Keep update index when peeling a reference 57/139657/4
2019-03-29 Ivan FradeRef: Add constant for undefined update index 56/139656/3
2019-03-29 Han-Wen NienhuysClarify error message for invalid Windows characters 73/139473/2
2019-03-27 Matthias SohnFix API error filter settings 10/139610/1
2019-03-25 Matthew DeVoreJustify API-breaking changes introduced in 4cd9548 51/139451/2
2019-03-25 Christian HalstrickMerge "diff: Add "--staged" as alias to "--cached""
2019-03-25 Andre Bossertdiff: Add "--staged" as alias to "--cached" 56/138156/2
2019-03-22 Matthew DeVoreObjectWalk: simplify tree traversal logic 91/138991/19
2019-03-22 Matthew DeVoreExpose and pass around the FilterSpec object rather... 90/138990/18
2019-03-22 Matthew DeVorePut filter spec information in a dedicated object 89/138989/11
2019-03-22 Jonathan NiederUse Objects.requireNonNull instead of a custom helper 46/139346/1
2019-03-22 Jonathan NiederIntroduce a checkNotNull helper 39/139339/1
2019-03-22 David PursehouseUpgrade ecj to 3.17.0 58/139258/2
2019-03-21 Matthias SohnMerge branch 'stable-5.3' 48/139248/1
2019-03-21 Matthias SohnMerge branch 'stable-5.2' into stable-5.3 47/139247/1
2019-03-21 Matthias SohnMerge branch 'stable-5.1' into stable-5.2 45/139245/1
2019-03-21 Matthias SohnMerge branch 'stable-5.0' into stable-5.1 44/139244/1
2019-03-21 Matthias SohnMerge branch 'stable-4.11' into stable-5.0 42/139242/1
2019-03-21 Matthias SohnMerge branch 'stable-4.10' into stable-4.11 40/139240/1
2019-03-21 Matthias SohnMerge branch 'stable-4.9' into stable-4.10 38/139238/1
2019-03-21 Matthew DeVoreMove filter-line-parsing code to a separate file 92/139192/2
2019-03-20 Masaya SuzukiUse RefMap instead of HashMap 76/139076/7
2019-03-20 Matthias SohnFix GC to delete empty fanout directories after repacking 18/139118/1
2019-03-18 Sebastian SchuberthDescribeCommandTest: Trivially fix formatting by removi... 21/138921/1
2019-03-18 Sebastian SchuberthDescribeCommand: Add a missing dots at the end of docs 20/138920/1
2019-03-15 Thomas WolfReplace "Checkout" by "Check out" when used as a verb 59/138859/1
2019-03-14 Ivan FradeBaseReceive/UploadPack: Stop using deprecated RefAdvert... 09/138709/3
2019-03-13 Matthias SohnMerge branch 'stable-5.3' 80/138680/1
2019-03-13 Matthias SohnPrepare 5.3.1-SNAPSHOT builds 67/138667/1
2019-03-13 Matthias SohnJGit v5.3.0.201903130848-r 52/138652/1 v5.3.0.201903130848-r
2019-03-13 Matthias SohnMerge branch 'stable-5.2' into stable-5.3 37/138637/1
2019-03-13 Matthias SohnMerge branch 'stable-5.1' into stable-5.2 21/138621/1
2019-03-13 Matthias SohnPrepare 5.1.7-SNAPSHOT builds 20/138620/1
2019-03-13 Matthias SohnJGit v5.1.6.201903130242-r 19/138619/1 v5.1.6.201903130242-r
next