]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2018-06-10 Matthias SohnMerge branch 'stable-4.9' into stable-5.0 01/124301/2
2018-06-09 Matthias SohnRawTextTest#testBinary: use array comparison to compare... 87/124287/2
2018-06-09 Markus DuftLFS: Better SSH authentication token timeout handling 88/124288/2
2018-06-09 Dave BorowitzEnsure DirectoryStream is closed promptly 85/124285/1
2018-06-08 Matthias SohnValidate branch names on branch creation 72/124272/7
2018-06-08 Matthias SohnUse constant for ".lock" 71/124271/3
2018-06-08 Matthias SohnSimplify locking of FileRepository's index snapshot 35/124235/3
2018-06-08 Matthias SohnRefactor FileRepository.detectIndexChange() 34/124234/1
2018-06-08 Jonathan NiederMerge "Ensure index change event is fired when index...
2018-06-07 Matthias SohnUpdate to latest Photon Orbit R20180606145124 91/124191/1
2018-06-06 David PursehouseUpdate maven plugins to fix Zip Slip vulnerability 56/124056/1
2018-06-05 Matthias SohnEnsure index change event is fired when index snapshot... 92/123892/6
2018-06-05 Matthias SohnPrepare 5.0.0-SNAPSHOT builds 17/124017/1
2018-06-05 Matthias SohnJGit v5.0.0.201806050710-rc3 90/123990/1 v5.0.0.201806050710-rc3
2018-06-05 Jonathan TanTeach UploadPack "filter" in protocol v2 fetch 61/123961/2
2018-06-05 Jonathan TanRefactor test of capabilities output 60/123960/2
2018-06-05 Jonathan TanRefactor v2 advertisement into own function 59/123959/2
2018-06-05 Jonathan TanRefactor parsing of "filter" into its own method 58/123958/2
2018-06-05 Jonathan TanDisallow unknown args to "fetch" in protocol v2 57/123957/2
2018-06-05 Jonathan TanTeach UploadPack shallow fetch in protocol v2 56/123956/2
2018-06-05 Jonathan TanRefactor unshallowCommits to local variable 55/123955/2
2018-06-05 Jonathan TanAdd protocol v2 support in http 54/123954/2
2018-06-05 Jonathan TanGive info/refs services more control over response 53/123953/2
2018-06-02 Mincong HUANGChain RemoteAddCommand methods 62/123762/2
2018-06-01 Matthias SohnUpdate target platforms to Orbit R20180531190352-Photon 33/123833/1
2018-05-30 Matthias SohnPrepare 5.0.0-SNAPSHOT builds 03/123703/1
2018-05-30 Matthias SohnJGit v5.0.0.201805301535-rc2 91/123691/1 v5.0.0.201805301535-rc2
2018-05-29 Matthias SohnFix description property in feature.properties of pgm... 80/123580/1
2018-05-29 Matthias SohnUpdate SUA 31/123531/4
2018-05-25 Thomas WolfDon't prune symbolic refs when fetch.prune = true 25/123325/1
2018-05-22 Matthias SohnPrepare 5.0.0-SNAPSHOT builds 14/123114/1
2018-05-22 Matthias SohnJGit v5.0.0.201805221745-rc1 08/123108/1 v5.0.0.201805221745-rc1
2018-05-22 Matthias SohnMerge branch 'master' into stable-5.0 04/123104/1
2018-05-22 David PursehouseDescribeCommand: Refactor to not use deprecated Reposit... 36/123036/1
2018-05-22 David PursehouseRepository: Deprecate #peel method 35/123035/2
2018-05-22 David PursehouseRepository: Make #exactRef and #findRef final 34/123034/3
2018-05-22 Thomas WolfSkip ignored directories in FileTreeIterator 37/120337/3
2018-05-22 David PursehouseRepository: Deprecate getTags method 17/123017/3
2018-05-21 David PursehouseMerge changes Ibf6ee80d,I721db0f4,I7d014890
2018-05-21 David PursehouseInfoRefsServlet: Refactor to not use deprecated methods 28/122728/4
2018-05-21 David PursehouseRefAdvertiser: Add send(Collection<Ref>) and deprecate... 27/122727/4
2018-05-18 Jonathan NiederRemove deprecated Repository#notifyIndexChanged 72/122972/1
2018-05-18 Jonathan NiederImplementors should override Repository#notifyIndexChan... 71/122971/1
2018-05-18 Jonathan NiederRevive Repository#notifyIndexChanged() 70/122970/1
2018-05-18 Han-Wen NienhuysRemove further unnecessary 'final' keywords 88/122788/2
2018-05-18 Masaya SuzukiExecute AdvertiseRefsHook only for protocol v0 and v1 26/122726/3
2018-05-17 Jonathan TanAdd protocol v2 support in "jgit daemon" 54/119454/14
2018-05-17 Jonathan TanTeach UploadPack "ofs-delta" in "fetch" 53/119453/14
2018-05-17 Jonathan TanTeach UploadPack "include-tag" in "fetch" 52/119452/14
2018-05-16 Jonathan TanAvoid using #refs in UploadPack#sendPack 04/121604/7
2018-05-16 Matthias SohnPrepare 5.0.0-SNAPSHOT builds 24/122824/1
2018-05-15 Matthias SohnJGit v5.0.0.201805151920-m7 23/122723/1 v5.0.0.201805151920-m7
2018-05-15 David PursehouseFileRepository: Don't use deprecated RefDatabase#getRef... 28/122628/2
2018-05-15 David PursehouseBatchRefUpdate: Don't use deprecated RefDatabase#getRef... 25/122625/3
2018-05-15 Han-Wen NienhuysRemove 'final' in parameter lists 05/122605/3
2018-05-15 Han-Wen NienhuysFixup javadoc and formatting in RawText and RawParseUtils 97/122597/6
2018-05-14 Jonathan NiederRawParseUtils#lineMap: Simplify by using null sentinel... 00/122600/2
2018-05-13 Matthias SohnStore in IndexChangedEvent if it was caused by JGit... 48/122548/2
2018-05-12 Han-Wen NienhuysIntroduce new RawText constructor and RawParseUtils... 82/121382/6
2018-05-11 Matthias SohnUse a secure random generator to seed nonce for digest... 76/122476/1
2018-05-10 Matthias SohnMerge branch 'stable-4.11' 94/122394/3
2018-05-10 Matthias SohnMerge branch 'stable-4.10' into stable-4.11 11/122411/1
2018-05-10 Matthias SohnMerge branch 'stable-4.9' into stable-4.10 01/122401/1
2018-05-10 Matthias SohnMerge branch 'stable-4.8' into stable-4.9 00/122400/1
2018-05-10 Matthias SohnMerge branch 'stable-4.7' into stable-4.8 99/122399/1
2018-05-10 Matthias SohnMerge branch 'stable-4.6' into stable-4.7 98/122398/1
2018-05-10 Matthias SohnMerge branch 'stable-4.5' into stable-4.6 95/122395/1
2018-05-10 Nasser GrainawiRetry stale file handles on .git/config file 73/120973/4
2018-05-08 Jonathan NiederMark CrissCrossMergeTest as flaky 63/122063/4
2018-05-05 Matthias SohnMerge "Add API filter for "non-API type FileRepository...
2018-05-05 David PursehouseAdd API filter for "non-API type FileRepository" in... 35/121035/3
2018-05-04 Jonathan NiederReplace http://errorprone.info with https://errorprone... 13/122213/1
2018-05-02 Jonathan NiederBazel: Add a target to build jgit commandline tool 58/122058/2
2018-05-02 Carsten Pfeifferssh: Kill the external process when we're done instead... 02/115802/7
2018-04-30 Jonathan NiederRename RefDatabase#getAllRefs to getRefs 16/121916/2
2018-04-29 David PursehouseRefDatabase: add hasRefs convenience method 02/121902/2
2018-04-27 David TurnerFix comparison order in AnyObjectId 99/121899/1
2018-04-27 David PursehouseRefDatabase: Introduce getAllRefs method 27/121827/2
2018-04-27 David PursehouseRefDatabase: Update Javadoc for ALL constant 26/121826/1
2018-04-26 David PursehouseLargePackedWholeObject#openStream: Suppress resource... 25/121825/1
2018-04-26 Jonathan NiederLargePackedWholeObject: Do not reuse released inflater 24/121824/2
2018-04-25 Matthias SohnUse eclipse compiler in Maven build 00/121700/5
2018-04-25 Matthias SohnRemove trivial cases of using deprecated RefDatabase... 99/121699/2
2018-04-24 Matthias SohnSuppress boxing warning 98/121698/1
2018-04-24 Matthias SohnRemove unnecessary semicolon 97/121697/1
2018-04-24 Matthias SohnFix non-externalized String warnings 96/121696/1
2018-04-24 Jonathan TanRemove unused code and link to deprecated code 88/121688/3
2018-04-24 Michael KepplerFile compile and API errors in JGit 02/121602/3
2018-04-23 Matthias SohnMerge "Upgrade error_prone_core to 2.3.1"
2018-04-23 Jonathan TanTeach UploadPack "no-progress" in "fetch" 51/119451/10
2018-04-23 Jonathan TanTeach UploadPack "thin-pack" in "fetch" 50/119450/10
2018-04-23 Jonathan TanTeach UploadPack basic "fetch" command 49/119449/11
2018-04-23 Jonathan TanTeach UploadPack "ref-prefix" in "ls-refs" 48/119448/10
2018-04-23 Jonathan NiederUploadPack: Don't buffer ls-refs output 09/121509/2
2018-04-23 Jonathan TanImplement ls-refs in UploadPack 47/119447/10
2018-04-22 David PursehouseUpgrade error_prone_core to 2.3.1 00/121400/2
2018-04-20 Jonathan TanImplement protocol v2 with no capabilities in UploadPack 06/121506/4
2018-04-20 Jonathan TanPacketLineIn, PacketLineOut: Add support for delim-pkt 98/121498/2
2018-04-20 Jonathan TanAdd RefDatabase#getRefsByPrefix method 73/120873/4
2018-04-18 Thomas WolfHandle Gerrit Change-Ids for merge commits 71/120871/4
next