summarypre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof
4-05-08 02:47:05 +0200'>8 months master%privateIntroduce `quickMatchSearchForReuse` config.Antonio Barone9 months stable-5.12Merge branch 'stable-5.11' into stable-5.12Matthias Sohn21 months stable-5.11Add missing since tag for SshBasicTestBaseMatthias Sohn21 months stable-5.10Add missing since tag for SshTestHarness#publicKey2Matthias Sohn21 months stable-5.9Prevent infinite loop rescanning the pack list on PackMismatchExceptionMatthias Sohn21 months stable-5.8Merge branch 'stable-5.7' into stable-5.8Matthias Sohn3 years stable-5.7Merge branch 'stable-5.6' into stable-5.7Matthias Sohn3 years stable-5.6Merge branch 'stable-5.5' into stable-5.6Matthias Sohn3 years stable-5.5Merge branch 'stable-5.4' into stable-5.5Matthias Sohn3 years stable-5.4Merge branch 'stable-5.3' into stable-5.4Matthias Sohn3 years stable-5.3Merge branch 'stable-5.2' into stable-5.3Matthias Sohn3 years stable-5.2Merge branch 'stable-5.1' into stable-5.2Matthias Sohn3 years stable-5.1Use FileSnapshot without using configs for FileBasedConfigLuca Milanesio3 years stable-5.0Merge branch 'stable-4.11' into stable-5.0Matthias Sohn5 years stable-4.11Prepare 4.11.10-SNAPSHOT buildsMatthias Sohn5 years stable-4.10Merge branch 'stable-4.9' into stable-4.10Matthias Sohn5 years stable-4.9Bazel: Update bazlets to the latest master revisionDavid Pursehouse5 years stable-4.8Merge branch 'stable-4.7' into stable-4.8Matthias Sohn6 years stable-4.7Prepare 4.7.10-SNAPSHOT buildsMatthias Sohn6 years stable-4.6Merge branch 'stable-4.5' into stable-4.6Matthias Sohn6 years stable-4.5Prepare 4.5.8-SNAPSHOT buildsMatthias Sohn6 years stable-4.4Merge branch 'stable-4.3' into stable-4.4David Pursehouse6 years stable-4.3Merge branch 'stable-4.2' into stable-4.3David Pursehouse6 years stable-4.2Merge branch 'stable-4.1' into stable-4.2David Pursehouse6 years stable-4.1Merge branch 'stable-4.0' into stable-4.1David Pursehouse6 years stable-4.0JGit v4.0.3.201509231615-rMatthias Sohn9 years stable-3.7Prepare 3.7.2-SNAPSHOT buildsMatthias Sohn10 years stable-3.6Prepare 3.6.3-SNAPSHOT buildsMatthias Sohn10 years stable-3.5JGit v3.5.3.201412180710-rMatthias Sohn10 years stable-3.4JGit v3.4.2.201412180340-rMatthias Sohn10 years stable-3.3JGit v3.3.2.201404171909-rMatthias Sohn11 years stable-3.2Prepare post 3.2.0 buildsMatthias Sohn11 years stable-3.1Prepare post 3.1.0 buildsMatthias Sohn11 years stable-3.0JGit v3.0.3.201309161630-rMatthias Sohn11 years stable-2.3Prepare 2.3.2-SNAPSHOT buildsMatthias Sohn12 years stable-2.2Prepare post 2.2.0.201212191850-r buildsMatthias Sohn12 years stable-2.1Prepare for 2.1 maintenance changesMatthias Sohn12 years stable-2.0Improve performance of persisting an index by magnitudesChristian Halstrick13 years stable-1.3Prepare post 1.3.0.201202151440-r buildMatthias Sohn13 years stable-1.2JGit v1.2.0.201112221803-rMatthias Sohn13 years stable-1.1Prepare post v1.1.0.201109151100-r buildMatthias Sohn13 years stable-1.0Prepare post JGit v1.0.0.201106090707-r buildsMatthias Sohn14 years stable-0.12JGit 0.12.1Matthias Sohn14 years stable-0.11JGit 0.11.3Matthias Sohn14 years stable-0.10Qualify post 0.10.1 buildsMatthias Sohn14 years stable-0.9Qualify post-0.9.3 buildsMatthias Sohn14 years stable-0.8Qualify post-0.8.4 buildsShawn O. Pearce15 years stable-0.7Qualify post-0.7.1 buildsShawn O. Pearce15 years  TagDownloadAuthorAge v7.1.0.202411261347-rjgit-7.1.0.202411261347-r.tar.gz  jgit-7.1.0.202411261347-r.zip  Matthias Sohn7 weeks v7.1.0.202411191359-rc1jgit-7.1.0.202411191359-rc1.tar.gz  jgit-7.1.0.202411191359-rc1.zip  Matthias Sohn8 weeks v7.1.0.202411121450-m3jgit-7.1.0.202411121450-m3.tar.gz  jgit-7.1.0.202411121450-m3.zip  Matthias Sohn2 months v7.1.0.202410232130-m2jgit-7.1.0.202410232130-m2.tar.gz  jgit-7.1.0.202410232130-m2.zip  Matthias Sohn3 months v7.1.0.202410012040-m1jgit-7.1.0.202410012040-m1.tar.gz  jgit-7.1.0.202410012040-m1.zip  Matthias Sohn3 months v7.0.0.202409031743-rjgit-7.0.0.202409031743-r.tar.gz  jgit-7.0.0.202409031743-r.zip  Matthias Sohn4 months v7.0.0.202408271414-rc1jgit-7.0.0.202408271414-rc1.tar.gz  jgit-7.0.0.202408271414-rc1.zip  Matthias Sohn5 months v7.0.0.202408201547-m3jgit-7.0.0.202408201547-m3.tar.gz  jgit-7.0.0.202408201547-m3.zip  Matthias Sohn5 months v7.0.0.202409201410-m3jgit-7.0.0.202409201410-m3.tar.gz  jgit-7.0.0.202409201410-m3.zip  Matthias Sohn5 months v7.0.0.202407311305-m2jgit-7.0.0.202407311305-m2.tar.gz  jgit-7.0.0.202407311305-m2.zip  Matthias Sohn6 months v7.0.0.202407101547-m1jgit-7.0.0.202407101547-m1.tar.gz  jgit-7.0.0.202407101547-m1.zip  Matthias Sohn6 months v6.10.0.202406032230-rjgit-6.10.0.202406032230-r.tar.gz  jgit-6.10.0.202406032230-r.zip  Matthias Sohn7 months v6.10.0.202406032110-rjgit-6.10.0.202406032110-r.tar.gz  jgit-6.10.0.202406032110-r.zip  Matthias Sohn7 months v6.10.0.202405290101-rc1jgit-6.10.0.202405290101-rc1.tar.gz  jgit-6.10.0.202405290101-rc1.zip  Matthias Sohn8 months v6.10.0.202405282244-rc1jgit-6.10.0.202405282244-rc1.tar.gz  jgit-6.10.0.202405282244-rc1.zip  Matthias Sohn8 months v6.10.0.202405212237-m3jgit-6.10.0.202405212237-m3.tar.gz  jgit-6.10.0.202405212237-m3.zip  Matthias Sohn8 months v6.9.0.202403050737-rjgit-6.9.0.202403050737-r.tar.gz  jgit-6.9.0.202403050737-r.zip  Matthias Sohn10 months v6.9.0.202403050045-rjgit-6.9.0.202403050045-r.tar.gz  jgit-6.9.0.202403050045-r.zip  Matthias Sohn10 months v6.9.0.202402281855-rc1jgit-6.9.0.202402281855-rc1.tar.gz  jgit-6.9.0.202402281855-rc1.zip  Matthias Sohn11 months v6.9.0.202402211805-m3jgit-6.9.0.202402211805-m3.tar.gz  jgit-6.9.0.202402211805-m3.zip  Matthias Sohn11 months v5.13.3.202401111512-rjgit-5.13.3.202401111512-r.tar.gz  jgit-5.13.3.202401111512-r.zip  Matthias Sohn12 months v6.8.0.202311291450-rjgit-6.8.0.202311291450-r.tar.gz  jgit-6.8.0.202311291450-r.zip  Matthias Sohn14 months v6.8.0.202311212206-rc1jgit-6.8.0.202311212206-rc1.tar.gz  jgit-6.8.0.202311212206-rc1.zip  Matthias Sohn14 months v6.8.0.202311151710-m2jgit-6.8.0.202311151710-m2.tar.gz  jgit-6.8.0.202311151710-m2.zip  Matthias Sohn14 months v6.8.0.202310031045-m1jgit-6.8.0.202310031045-m1.tar.gz  jgit-6.8.0.202310031045-m1.zip  Matthias Sohn15 months v6.7.0.202309050840-rjgit-6.7.0.202309050840-r.tar.gz  jgit-6.7.0.202309050840-r.zip  Matthias Sohn16 months v6.6.1.202309021850-rjgit-6.6.1.202309021850-r.tar.gz  jgit-6.6.1.202309021850-r.zip  Matthias Sohn16 months v6.7.0.202308301100-rc1jgit-6.7.0.202308301100-rc1.tar.gz  jgit-6.7.0.202308301100-rc1.zip  Matthias Sohn17 months v6.7.0.202308011830-m2jgit-6.7.0.202308011830-m2.tar.gz  jgit-6.7.0.202308011830-m2.zip  Matthias Sohn18 months v5.13.2.202306221912-rjgit-5.13.2.202306221912-r.tar.gz  jgit-5.13.2.202306221912-r.zip  Matthias Sohn19 months v6.6.0.202305301015-rjgit-6.6.0.202305301015-r.tar.gz  jgit-6.6.0.202305301015-r.zip  Matthias Sohn20 months v6.6.0.202305241045-m3jgit-6.6.0.202305241045-m3.tar.gz  jgit-6.6.0.202305241045-m3.zip  Matthias Sohn20 months v6.6.0.202305031100-m2jgit-6.6.0.202305031100-m2.tar.gz  jgit-6.6.0.202305031100-m2.zip  Matthias Sohn20 months v6.5.0.202303070854-rjgit-6.5.0.202303070854-r.tar.gz  jgit-6.5.0.202303070854-r.zip  Matthias Sohn22 months v6.5.0.202302281825-rc1jgit-6.5.0.202302281825-rc1.tar.gz  jgit-6.5.0.202302281825-rc1.zip  Matthias Sohn23 months v6.5.0.202302221508-m3jgit-6.5.0.202302221508-m3.tar.gz  jgit-6.5.0.202302221508-m3.zip  Matthias Sohn23 months v6.5.0.202302011120-m2jgit-6.5.0.202302011120-m2.tar.gz  jgit-6.5.0.202302011120-m2.zip  Matthias Sohn23 months v6.5.0.202301111425-m1jgit-6.5.0.202301111425-m1.tar.gz  jgit-6.5.0.202301111425-m1.zip  Matthias Sohn2 years v6.4.0.202211300538-rjgit-6.4.0.202211300538-r.tar.gz  jgit-6.4.0.202211300538-r.zip  Matthias Sohn2 years v6.4.0.202211231055-rc1jgit-6.4.0.202211231055-rc1.tar.gz  jgit-6.4.0.202211231055-rc1.zip  Matthias Sohn2 years v6.4.0.202211160543-m3jgit-6.4.0.202211160543-m3.tar.gz  jgit-6.4.0.202211160543-m3.zip  Matthias Sohn2 years v6.4.0.202210260700-m2jgit-6.4.0.202210260700-m2.tar.gz  jgit-6.4.0.202210260700-m2.zip  Matthias Sohn2 years v6.3.0.202209071007-rjgit-6.3.0.202209071007-r.tar.gz  jgit-6.3.0.202209071007-r.zip  Matthias Sohn2 years v6.3.0.202208161710-m3jgit-6.3.0.202208161710-m3.tar.gz  jgit-6.3.0.202208161710-m3.zip  Matthias Sohn2 years v5.13.1.202206130422-rjgit-5.13.1.202206130422-r.tar.gz  jgit-5.13.1.202206130422-r.zip  Matthias Sohn3 years v6.2.0.202206071550-rjgit-6.2.0.202206071550-r.tar.gz  jgit-6.2.0.202206071550-r.zip  Matthias Sohn3 years v6.2.0.202206011217-rc1jgit-6.2.0.202206011217-rc1.tar.gz  jgit-6.2.0.202206011217-rc1.zip  Matthias Sohn3 years v6.2.0.202205251150-m3jgit-6.2.0.202205251150-m3.tar.gz  jgit-6.2.0.202205251150-m3.zip  Matthias Sohn3 years v6.2.0.202205041315-m2jgit-6.2.0.202205041315-m2.tar.gz  jgit-6.2.0.202205041315-m2.zip  Matthias Sohn3 years v6.1.0.202203080745-rjgit-6.1.0.202203080745-r.tar.gz  jgit-6.1.0.202203080745-r.zip  Matthias Sohn3 years v6.1.0.202203021511-rc1jgit-6.1.0.202203021511-rc1.tar.gz  jgit-6.1.0.202203021511-rc1.zip  Matthias Sohn3 years v6.1.0.202202221755-m3jgit-6.1.0.202202221755-m3.tar.gz  jgit-6.1.0.202202221755-m3.zip  Matthias Sohn3 years v6.0.0.202111291000-rjgit-6.0.0.202111291000-r.tar.gz  jgit-6.0.0.202111291000-r.zip  Matthias Sohn3 years v6.0.0.202111241155-rc1jgit-6.0.0.202111241155-rc1.tar.gz  jgit-6.0.0.202111241155-rc1.zip  Matthias Sohn3 years v6.0.0.202111161950-m3jgit-6.0.0.202111161950-m3.tar.gz  jgit-6.0.0.202111161950-m3.zip  Matthias Sohn3 years v6.0.0.202110270955-m2jgit-6.0.0.202110270955-m2.tar.gz  jgit-6.0.0.202110270955-m2.zip  Matthias Sohn3 years v6.0.0.202110060947-m1jgit-6.0.0.202110060947-m1.tar.gz  jgit-6.0.0.202110060947-m1.zip  Matthias Sohn3 years v5.13.0.202109080827-rjgit-5.13.0.202109080827-r.tar.gz  jgit-5.13.0.202109080827-r.zip  Matthias Sohn3 years v5.13.0.202109011149-rc1jgit-5.13.0.202109011149-rc1.tar.gz  jgit-5.13.0.202109011149-rc1.zip  Matthias Sohn3 years v5.13.0.202108250949-m3jgit-5.13.0.202108250949-m3.tar.gz  jgit-5.13.0.202108250949-m3.zip  Matthias Sohn3 years v5.12.0.202106070339-rjgit-5.12.0.202106070339-r.tar.gz  jgit-5.12.0.202106070339-r.zip  Matthias Sohn4 years v5.1.16.202106041830-rjgit-5.1.16.202106041830-r.tar.gz  jgit-5.1.16.202106041830-r.zip  Matthias Sohn4 years v5.12.0.202106021050-rc1jgit-5.12.0.202106021050-rc1.tar.gz  jgit-5.12.0.202106021050-rc1.zip  Matthias Sohn4 years v5.12.0.202106011439-rc1jgit-5.12.0.202106011439-rc1.tar.gz  jgit-5.12.0.202106011439-rc1.zip  Matthias Sohn4 years v5.12.0.202105261145-m3jgit-5.12.0.202105261145-m3.tar.gz  jgit-5.12.0.202105261145-m3.zip  Matthias Sohn4 years v5.11.1.202105131744-rjgit-5.11.1.202105131744-r.tar.gz  jgit-5.11.1.202105131744-r.zip  Matthias Sohn4 years v5.12.0.202105051250-m2jgit-5.12.0.202105051250-m2.tar.gz  jgit-5.12.0.202105051250-m2.zip  Matthias Sohn4 years v5.11.0.202103091610-rjgit-5.11.0.202103091610-r.tar.gz  jgit-5.11.0.202103091610-r.zip  Matthias Sohn4 years v5.11.0.202103031150-rc1jgit-5.11.0.202103031150-rc1.tar.gz  jgit-5.11.0.202103031150-rc1.zip  Matthias Sohn4 years v5.11.0.202102240950-m3jgit-5.11.0.202102240950-m3.tar.gz  jgit-5.11.0.202102240950-m3.zip  Matthias Sohn4 years v5.11.0.202102031030-m2jgit-5.11.0.202102031030-m2.tar.gz  jgit-5.11.0.202102031030-m2.zip  Matthias Sohn4 years v5.10.0.202012080955-rjgit-5.10.0.202012080955-r.tar.gz  jgit-5.10.0.202012080955-r.zip  Matthias Sohn4 years v5.10.0.202012021225-rc1jgit-5.10.0.202012021225-rc1.tar.gz  jgit-5.10.0.202012021225-rc1.zip  Matthias Sohn4 years v5.3.9.202012012026-rjgit-5.3.9.202012012026-r.tar.gz  jgit-5.3.9.202012012026-r.zip  Matthias Sohn4 years v5.1.15.202012011955-rjgit-5.1.15.202012011955-r.tar.gz  jgit-5.1.15.202012011955-r.zip  Matthias Sohn4 years v5.3.8.202011260953-rjgit-5.3.8.202011260953-r.tar.gz  jgit-5.3.8.202011260953-r.zip  Matthias Sohn4 years v5.1.14.202011251942-rjgit-5.1.14.202011251942-r.tar.gz  jgit-5.1.14.202011251942-r.zip  Matthias Sohn4 years v5.10.0.202011251205-m3jgit-5.10.0.202011251205-m3.tar.gz  jgit-5.10.0.202011251205-m3.zip  Matthias Sohn4 years v5.10.0.202011041322-m2jgit-5.10.0.202011041322-m2.tar.gz  jgit-5.10.0.202011041322-m2.zip  Matthias Sohn4 years v5.9.0.202009080501-rjgit-5.9.0.202009080501-r.tar.gz  jgit-5.9.0.202009080501-r.zip  Matthias Sohn4 years v5.9.0.202008260805-m3jgit-5.9.0.202008260805-m3.tar.gz  jgit-5.9.0.202008260805-m3.zip  Matthias Sohn4 years v5.8.1.202007141445-rjgit-5.8.1.202007141445-r.tar.gz  jgit-5.8.1.202007141445-r.zip  Matthias Sohn5 years v5.8.0.202006091008-rjgit-5.8.0.202006091008-r.tar.gz  jgit-5.8.0.202006091008-r.zip  Matthias Sohn5 years v5.8.0.202005061305-m2jgit-5.8.0.202005061305-m2.tar.gz  jgit-5.8.0.202005061305-m2.zip  Matthias Sohn5 years v5.7.0.202003110725-rjgit-5.7.0.202003110725-r.tar.gz  jgit-5.7.0.202003110725-r.zip  Matthias Sohn5 years v5.7.0.202003090808-rjgit-5.7.0.202003090808-r.tar.gz  jgit-5.7.0.202003090808-r.zip  Matthias Sohn5 years v5.7.0.202002241735-m3jgit-5.7.0.202002241735-m3.tar.gz  jgit-5.7.0.202002241735-m3.zip  Matthias Sohn5 years v5.6.1.202002131546-rjgit-5.6.1.202002131546-r.tar.gz  jgit-5.6.1.202002131546-r.zip  Matthias Sohn5 years v5.3.7.202002110540-rjgit-5.3.7.202002110540-r.tar.gz  jgit-5.3.7.202002110540-r.zip  Matthias Sohn5 years v5.1.13.202002110435-rjgit-5.1.13.202002110435-r.tar.gz  jgit-5.1.13.202002110435-r.zip  Matthias Sohn5 years v5.7.0.202001151323-m1jgit-5.7.0.202001151323-m1.tar.gz  jgit-5.7.0.202001151323-m1.zip  Matthias Sohn5 years v5.6.0.201912101111-rjgit-5.6.0.201912101111-r.tar.gz  jgit-5.6.0.201912101111-r.zip  Matthias Sohn5 years v5.6.0.201912041214-rc1jgit-5.6.0.201912041214-rc1.tar.gz  jgit-5.6.0.201912041214-rc1.zip  Matthias Sohn5 years v5.6.0.201911271000-m3jgit-5.6.0.201911271000-m3.tar.gz  jgit-5.6.0.201911271000-m3.zip  Matthias Sohn5 years v5.5.1.201910021850-rjgit-5.5.1.201910021850-r.tar.gz  jgit-5.5.1.201910021850-r.zip  Matthias Sohn5 years v5.3.6.201910020505-rjgit-5.3.6.201910020505-r.tar.gz  jgit-5.3.6.201910020505-r.zip  Matthias Sohn5 years v5.1.12.201910011832-rjgit-5.1.12.201910011832-r.tar.gz  jgit-5.1.12.201910011832-r.zip  Matthias Sohn5 years v5.5.0.201909110433-rjgit-5.5.0.201909110433-r.tar.gz  jgit-5.5.0.201909110433-r.zip  Matthias Sohn5 years v5.5.0.201909041048-rc1jgit-5.5.0.201909041048-rc1.tar.gz  jgit-5.5.0.201909041048-rc1.zip  Matthias Sohn5 years v5.4.3.201909031940-rjgit-5.4.3.201909031940-r.tar.gz  jgit-5.4.3.201909031940-r.zip  Matthias Sohn5 years v5.3.5.201909031855-rjgit-5.3.5.201909031855-r.tar.gz  jgit-5.3.5.201909031855-r.zip  Matthias Sohn5 years v5.1.11.201909031202-rjgit-5.1.11.201909031202-r.tar.gz  jgit-5.1.11.201909031202-r.zip  Matthias Sohn5 years v4.11.9.201909030838-rjgit-4.11.9.201909030838-r.tar.gz  jgit-4.11.9.201909030838-r.zip  Matthias Sohn5 years v5.5.0.201908280940-m3jgit-5.5.0.201908280940-m3.tar.gz  jgit-5.5.0.201908280940-m3.zip  Matthias Sohn5 years v5.4.2.201908231537-rjgit-5.4.2.201908231537-r.tar.gz  jgit-5.4.2.201908231537-r.zip  Matthias Sohn5 years v5.3.4.201908231101-rjgit-5.3.4.201908231101-r.tar.gz  jgit-5.3.4.201908231101-r.zip  Matthias Sohn5 years v5.1.10.201908230655-rjgit-5.1.10.201908230655-r.tar.gz  jgit-5.1.10.201908230655-r.zip  Matthias Sohn5 years v5.4.1.201908211225-rjgit-5.4.1.201908211225-r.tar.gz  jgit-5.4.1.201908211225-r.zip  Matthias Sohn5 years v5.3.3.201908210735-rjgit-5.3.3.201908210735-r.tar.gz  jgit-5.3.3.201908210735-r.zip  Matthias Sohn5 years v5.1.9.201908210455-rjgit-5.1.9.201908210455-r.tar.gz  jgit-5.1.9.201908210455-r.zip  Matthias Sohn5 years v5.4.0.201906121030-rjgit-5.4.0.201906121030-r.tar.gz  jgit-5.4.0.201906121030-r.zip  Matthias Sohn6 years v5.3.2.201906051522-rjgit-5.3.2.201906051522-r.tar.gz  jgit-5.3.2.201906051522-r.zip  Matthias Sohn6 years v5.1.8.201906050907-rjgit-5.1.8.201906050907-r.tar.gz  jgit-5.1.8.201906050907-r.zip  Matthias Sohn6 years v5.4.0.201905221418-m3jgit-5.4.0.201905221418-m3.tar.gz  jgit-5.4.0.201905221418-m3.zip  Matthias Sohn6 years v5.4.0.201905081430-m2jgit-5.4.0.201905081430-m2.tar.gz  jgit-5.4.0.201905081430-m2.zip  Matthias Sohn6 years v5.3.1.201904271842-rjgit-5.3.1.201904271842-r.tar.gz  jgit-5.3.1.201904271842-r.zip  Matthias Sohn6 years v5.2.2.201904231744-rjgit-5.2.2.201904231744-r.tar.gz  jgit-5.2.2.201904231744-r.zip  Matthias Sohn6 years v5.1.7.201904200442-rjgit-5.1.7.201904200442-r.tar.gz  jgit-5.1.7.201904200442-r.zip  Matthias Sohn6 years v4.11.8.201904181247-rjgit-4.11.8.201904181247-r.tar.gz  jgit-4.11.8.201904181247-r.zip  Matthias Sohn6 years v4.9.10.201904181027-rjgit-4.9.10.201904181027-r.tar.gz  jgit-4.9.10.201904181027-r.zip  Matthias Sohn6 years v4.7.9.201904161809-rjgit-4.7.9.201904161809-r.tar.gz  jgit-4.7.9.201904161809-r.zip  Matthias Sohn6 years v4.5.7.201904151645-rjgit-4.5.7.201904151645-r.tar.gz  jgit-4.5.7.201904151645-r.zip  Matthias Sohn6 years v5.3.0.201903130848-rjgit-5.3.0.201903130848-r.tar.gz  jgit-5.3.0.201903130848-r.zip  Matthias Sohn6 years v5.1.6.201903130242-rjgit-5.1.6.201903130242-r.tar.gz  jgit-5.1.6.201903130242-r.zip  Matthias Sohn6 years v4.11.7.201903122105-rjgit-4.11.7.201903122105-r.tar.gz  jgit-4.11.7.201903122105-r.zip  Matthias Sohn6 years v4.9.9.201903122025-rjgit-4.9.9.201903122025-r.tar.gz  jgit-4.9.9.201903122025-r.zip  Matthias Sohn6 years v4.7.8.201903121755-rjgit-4.7.8.201903121755-r.tar.gz  jgit-4.7.8.201903121755-r.zip  Matthias Sohn6 years v4.5.6.201903121547-rjgit-4.5.6.201903121547-r.tar.gz  jgit-4.5.6.201903121547-r.zip  Matthias Sohn6 years v5.3.0.201903061415-rc1jgit-5.3.0.201903061415-rc1.tar.gz  jgit-5.3.0.201903061415-rc1.zip  Matthias Sohn6 years v5.3.0.201901162155-m1jgit-5.3.0.201901162155-m1.tar.gz  jgit-5.3.0.201901162155-m1.zip  Matthias Sohn6 years v5.3.0.201901161700-m1jgit-5.3.0.201901161700-m1.tar.gz  jgit-5.3.0.201901161700-m1.zip  Matthias Sohn6 years v5.2.1.201812262042-rjgit-5.2.1.201812262042-r.tar.gz  jgit-5.2.1.201812262042-r.zip  Matthias Sohn6 years v5.1.5.201812261915-rjgit-5.1.5.201812261915-r.tar.gz  jgit-5.1.5.201812261915-r.zip  Matthias Sohn6 years v5.1.4.201812251853-rjgit-5.1.4.201812251853-r.tar.gz  jgit-5.1.4.201812251853-r.zip  Matthias Sohn6 years v4.11.6.201812241910-rjgit-4.11.6.201812241910-r.tar.gz  jgit-4.11.6.201812241910-r.zip  Matthias Sohn6 years v4.9.8.201812241815-rjgit-4.9.8.201812241815-r.tar.gz  jgit-4.9.8.201812241815-r.zip  Matthias Sohn6 years v4.7.7.201812240805-rjgit-4.7.7.201812240805-r.tar.gz  jgit-4.7.7.201812240805-r.zip  Matthias Sohn6 years v4.5.5.201812240535-rjgit-4.5.5.201812240535-r.tar.gz  jgit-4.5.5.201812240535-r.zip  Matthias Sohn6 years v5.2.0.201812061821-rjgit-5.2.0.201812061821-r.tar.gz  jgit-5.2.0.201812061821-r.zip  Matthias Sohn6 years v5.2.0.201811281532-m3jgit-5.2.0.201811281532-m3.tar.gz  jgit-5.2.0.201811281532-m3.zip  Matthias Sohn6 years v5.1.3.201810200350-rjgit-5.1.3.201810200350-r.tar.gz  jgit-5.1.3.201810200350-r.zip  Matthias Sohn6 years v4.11.5.201810191925-rjgit-4.11.5.201810191925-r.tar.gz  jgit-4.11.5.201810191925-r.zip  Matthias Sohn6 years v4.9.7.201810191756-rjgit-4.9.7.201810191756-r.tar.gz  jgit-4.9.7.201810191756-r.zip  Matthias Sohn6 years v4.7.6.201810191618-rjgit-4.7.6.201810191618-r.tar.gz  jgit-4.7.6.201810191618-r.zip  Matthias Sohn6 years v5.1.2.201810061102-rjgit-5.1.2.201810061102-r.tar.gz  jgit-5.1.2.201810061102-r.zip  Matthias Sohn6 years v4.11.4.201810060650-rjgit-4.11.4.201810060650-r.tar.gz  jgit-4.11.4.201810060650-r.zip  Matthias Sohn6 years v4.9.6.201810051924-rjgit-4.9.6.201810051924-r.tar.gz  jgit-4.9.6.201810051924-r.zip  Matthias Sohn6 years v4.7.5.201810051826-rjgit-4.7.5.201810051826-r.tar.gz  jgit-4.7.5.201810051826-r.zip  Matthias Sohn6 years v5.1.1.201809181055-rjgit-5.1.1.201809181055-r.tar.gz  jgit-5.1.1.201809181055-r.zip  Matthias Sohn6 years v4.11.3.201809181037-rjgit-4.11.3.201809181037-r.tar.gz  jgit-4.11.3.201809181037-r.zip  Matthias Sohn6 years v4.9.5.201809180939-rjgit-4.9.5.201809180939-r.tar.gz  jgit-4.9.5.201809180939-r.zip  Matthias Sohn6 years v4.7.4.201809180905-rjgit-4.7.4.201809180905-r.tar.gz  jgit-4.7.4.201809180905-r.zip  Matthias Sohn6 years v5.1.0.201809111528-rjgit-5.1.0.201809111528-r.tar.gz  jgit-5.1.0.201809111528-r.zip  Matthias Sohn6 years v4.11.2.201809100523-rjgit-4.11.2.201809100523-r.tar.gz  jgit-4.11.2.201809100523-r.zip  Matthias Sohn6 years v5.0.3.201809091024-rjgit-5.0.3.201809091024-r.tar.gz  jgit-5.0.3.201809091024-r.zip  Matthias Sohn6 years v4.9.4.201809090327-rjgit-4.9.4.201809090327-r.tar.gz  jgit-4.9.4.201809090327-r.zip  Matthias Sohn6 years v4.7.3.201809090215-rjgit-4.7.3.201809090215-r.tar.gz  jgit-4.7.3.201809090215-r.zip  Matthias Sohn6 years v5.1.0.201809051400-rc1jgit-5.1.0.201809051400-rc1.tar.gz  jgit-5.1.0.201809051400-rc1.zip  Matthias Sohn6 years v5.1.0.201808281540-m3jgit-5.1.0.201808281540-m3.tar.gz  jgit-5.1.0.201808281540-m3.zip  Matthias Sohn6 years v5.0.2.201807311906-rjgit-5.0.2.201807311906-r.tar.gz  jgit-5.0.2.201807311906-r.zip  Matthias Sohn6 years v4.11.1.201807311124-rjgit-4.11.1.201807311124-r.tar.gz  jgit-4.11.1.201807311124-r.zip  Matthias Sohn6 years v4.9.3.201807311005-rjgit-4.9.3.201807311005-r.tar.gz  jgit-4.9.3.201807311005-r.zip  Matthias Sohn6 years v4.7.2.201807261330-rjgit-4.7.2.201807261330-r.tar.gz  jgit-4.7.2.201807261330-r.zip  Matthias Sohn6 years v5.0.1.201806211838-rjgit-5.0.1.201806211838-r.tar.gz  jgit-5.0.1.201806211838-r.zip  Matthias Sohn7 years v5.0.0.201806131550-rjgit-5.0.0.201806131550-r.tar.gz  jgit-5.0.0.201806131550-r.zip  Matthias Sohn7 years v5.0.0.201806050710-rc3jgit-5.0.0.201806050710-rc3.tar.gz  jgit-5.0.0.201806050710-rc3.zip  Matthias Sohn7 years v5.0.0.201805301535-rc2jgit-5.0.0.201805301535-rc2.tar.gz  jgit-5.0.0.201805301535-rc2.zip  Matthias Sohn7 years v5.0.0.201805221745-rc1jgit-5.0.0.201805221745-rc1.tar.gz  jgit-5.0.0.201805221745-rc1.zip  Matthias Sohn7 years v5.0.0.201805151920-m7jgit-5.0.0.201805151920-m7.tar.gz  jgit-5.0.0.201805151920-m7.zip  Matthias Sohn7 years v4.11.0.201803080745-rjgit-4.11.0.201803080745-r.tar.gz  jgit-4.11.0.201803080745-r.zip  Matthias Sohn7 years v4.10.0.201712302008-rjgit-4.10.0.201712302008-r.tar.gz  jgit-4.10.0.201712302008-r.zip  Matthias Sohn7 years v4.9.2.201712150930-rjgit-4.9.2.201712150930-r.tar.gz  jgit-4.9.2.201712150930-r.zip  Matthias Sohn7 years v4.9.1.201712030800-rjgit-4.9.1.201712030800-r.tar.gz  jgit-4.9.1.201712030800-r.zip  Matthias Sohn7 years v4.5.4.201711221230-rjgit-4.5.4.201711221230-r.tar.gz  jgit-4.5.4.201711221230-r.zip  Matthias Sohn7 years v4.9.0.201710071750-rjgit-4.9.0.201710071750-r.tar.gz  jgit-4.9.0.201710071750-r.zip  Matthias Sohn7 years v4.5.3.201708160445-rjgit-4.5.3.201708160445-r.tar.gz  jgit-4.5.3.201708160445-r.zip  Matthias Sohn7 years v4.8.0.201706111038-rjgit-4.8.0.201706111038-r.tar.gz  jgit-4.8.0.201706111038-r.zip  Matthias Sohn8 years v4.7.1.201706071930-rjgit-4.7.1.201706071930-r.tar.gz  jgit-4.7.1.201706071930-r.zip  Matthias Sohn8 years v4.8.0.201705170830-rc1jgit-4.8.0.201705170830-rc1.tar.gz  jgit-4.8.0.201705170830-rc1.zip  Matthias Sohn8 years v4.5.2.201704071617-rjgit-4.5.2.201704071617-r.tar.gz  jgit-4.5.2.201704071617-r.zip  Matthias Sohn8 years v4.7.0.201704051617-rjgit-4.7.0.201704051617-r.tar.gz  jgit-4.7.0.201704051617-r.zip  Matthias Sohn8 years v4.5.1.201703201650-rjgit-4.5.1.201703201650-r.tar.gz  jgit-4.5.1.201703201650-r.zip  Matthias Sohn8 years v4.6.1.201703071140-rjgit-4.6.1.201703071140-r.tar.gz  jgit-4.6.1.201703071140-r.zip  Matthias Sohn8 years v4.6.0.201612231935-rjgit-4.6.0.201612231935-r.tar.gz  jgit-4.6.0.201612231935-r.zip  Matthias Sohn8 years v4.5.0.201609210915-rjgit-4.5.0.201609210915-r.tar.gz  jgit-4.5.0.201609210915-r.zip  Matthias Sohn8 years v4.4.1.201607150455-rjgit-4.4.1.201607150455-r.tar.gz  jgit-4.4.1.201607150455-r.zip  Matthias Sohn9 years v4.4.0.201606070830-rjgit-4.4.0.201606070830-r.tar.gz  jgit-4.4.0.201606070830-r.zip  Matthias Sohn9 years v4.4.0.201606011500-rc2jgit-4.4.0.201606011500-rc2.tar.gz  jgit-4.4.0.201606011500-rc2.zip  Matthias Sohn9 years v4.4.0.201605250940-rc1jgit-4.4.0.201605250940-rc1.tar.gz  jgit-4.4.0.201605250940-rc1.zip  Matthias Sohn9 years v4.3.1.201605051710-rjgit-4.3.1.201605051710-r.tar.gz  jgit-4.3.1.201605051710-r.zip  Matthias Sohn9 years v4.4.0.201605041135-m1jgit-4.4.0.201605041135-m1.tar.gz  jgit-4.4.0.201605041135-m1.zip  Matthias Sohn9 years v4.3.0.201604071810-rjgit-4.3.0.201604071810-r.tar.gz  jgit-4.3.0.201604071810-r.zip  Matthias Sohn9 years v4.3.0.201603230630-rc1jgit-4.3.0.201603230630-rc1.tar.gz  jgit-4.3.0.201603230630-rc1.zip  Matthias Sohn9 years v4.1.2.201602141800-rjgit-4.1.2.201602141800-r.tar.gz  jgit-4.1.2.201602141800-r.zip  Matthias Sohn9 years v4.2.0.201601211800-rjgit-4.2.0.201601211800-r.tar.gz  jgit-4.2.0.201601211800-r.zip  Matthias Sohn9 years v4.2.0.201512141825-rc1jgit-4.2.0.201512141825-rc1.tar.gz  jgit-4.2.0.201512141825-rc1.zip  Matthias Sohn9 years v4.1.1.201511131810-rjgit-4.1.1.201511131810-r.tar.gz  jgit-4.1.1.201511131810-r.zip  Matthias Sohn9 years v4.2.0.201511101648-m1jgit-4.2.0.201511101648-m1.tar.gz  jgit-4.2.0.201511101648-m1.zip  Matthias Sohn9 years v4.1.0.201509280440-rjgit-4.1.0.201509280440-r.tar.gz  jgit-4.1.0.201509280440-r.zip  Matthias Sohn9 years v4.0.3.201509231615-rjgit-4.0.3.201509231615-r.tar.gz  jgit-4.0.3.201509231615-r.zip  Matthias Sohn9 years v4.0.2.201509141540-rjgit-4.0.2.201509141540-r.tar.gz  jgit-4.0.2.201509141540-r.zip  Matthias Sohn9 years v4.0.1.201506240215-rjgit-4.0.1.201506240215-r.tar.gz  jgit-4.0.1.201506240215-r.zip  Matthias Sohn10 years v4.0.0.201506090130-rjgit-4.0.0.201506090130-r.tar.gz  jgit-4.0.0.201506090130-r.zip  Matthias Sohn10 years v4.0.0.201506020755-rc3jgit-4.0.0.201506020755-rc3.tar.gz  jgit-4.0.0.201506020755-rc3.zip  Matthias Sohn10 years v4.0.0.201505260635-rc2jgit-4.0.0.201505260635-rc2.tar.gz  jgit-4.0.0.201505260635-rc2.zip  Matthias Sohn10 years v4.0.0.201505191015-rc1jgit-4.0.0.201505191015-rc1.tar.gz  jgit-4.0.0.201505191015-rc1.zip  Matthias Sohn10 years v4.0.0.201505050340-m2jgit-4.0.0.201505050340-m2.tar.gz  jgit-4.0.0.201505050340-m2.zip  Matthias Sohn10 years v3.7.1.201504261725-rjgit-3.7.1.201504261725-r.tar.gz  jgit-3.7.1.201504261725-r.zip  Matthias Sohn10 years v4.0.0.201503231230-m1jgit-4.0.0.201503231230-m1.tar.gz  jgit-4.0.0.201503231230-m1.zip  Matthias Sohn10 years v3.7.0.201502260915-rjgit-3.7.0.201502260915-r.tar.gz  jgit-3.7.0.201502260915-r.zip  Matthias Sohn10 years v3.7.0.201502031740-rc1jgit-3.7.0.201502031740-rc1.tar.gz  jgit-3.7.0.201502031740-rc1.zip  Matthias Sohn10 years v3.6.2.201501210735-rjgit-3.6.2.201501210735-r.tar.gz  jgit-3.6.2.201501210735-r.zip  Matthias Sohn10 years v3.6.1.201501031845-rjgit-3.6.1.201501031845-r.tar.gz  jgit-3.6.1.201501031845-r.zip  Matthias Sohn10 years v3.6.0.201412230720-rjgit-3.6.0.201412230720-r.tar.gz  jgit-3.6.0.201412230720-r.zip  Matthias Sohn10 years v3.5.3.201412180710-rjgit-3.5.3.201412180710-r.tar.gz  jgit-3.5.3.201412180710-r.zip  Matthias Sohn10 years v3.4.2.201412180340-rjgit-3.4.2.201412180340-r.tar.gz  jgit-3.4.2.201412180340-r.zip  Matthias Sohn10 years v3.6.0.201411121045-m1jgit-3.6.0.201411121045-m1.tar.gz  jgit-3.6.0.201411121045-m1.zip  Matthias Sohn10 years v3.5.2.201411120430-rjgit-3.5.2.201411120430-r.tar.gz  jgit-3.5.2.201411120430-r.zip  Matthias Sohn10 years v3.5.1.201410131835-rjgit-3.5.1.201410131835-r.tar.gz  jgit-3.5.1.201410131835-r.zip  Matthias Sohn10 years v3.5.0.201409260305-rjgit-3.5.0.201409260305-r.tar.gz  jgit-3.5.0.201409260305-r.zip  Matthias Sohn10 years v3.5.0.201409071800-rc1jgit-3.5.0.201409071800-rc1.tar.gz  jgit-3.5.0.201409071800-rc1.zip  Matthias Sohn10 years v3.4.1.201406201815-rjgit-3.4.1.201406201815-r.tar.gz  jgit-3.4.1.201406201815-r.zip  Matthias Sohn11 years v3.4.0.201406110918-rjgit-3.4.0.201406110918-r.tar.gz  jgit-3.4.0.201406110918-r.zip  Matthias Sohn11 years v3.4.0.201406041058-rc3jgit-3.4.0.201406041058-rc3.tar.gz  jgit-3.4.0.201406041058-rc3.zip  Matthias Sohn11 years v3.4.0.201405281120-rc2jgit-3.4.0.201405281120-rc2.tar.gz  jgit-3.4.0.201405281120-rc2.zip  Matthias Sohn11 years v3.4.0.201405211411-rc1jgit-3.4.0.201405211411-rc1.tar.gz  jgit-3.4.0.201405211411-rc1.zip  Matthias Sohn11 years v3.4.0.201405051725-m7jgit-3.4.0.201405051725-m7.tar.gz  jgit-3.4.0.201405051725-m7.zip  Matthias Sohn11 years v3.3.2.201404171909-rjgit-3.3.2.201404171909-r.tar.gz  jgit-3.3.2.201404171909-r.zip  Matthias Sohn11 years v3.3.1.201403241930-rjgit-3.3.1.201403241930-r.tar.gz  jgit-3.3.1.201403241930-r.zip  Matthias Sohn11 years v3.3.0.201403021825-rjgit-3.3.0.201403021825-r.tar.gz  jgit-3.3.0.201403021825-r.zip  Matthias Sohn11 years v3.3.0.201402191814-rc1jgit-3.3.0.201402191814-rc1.tar.gz  jgit-3.3.0.201402191814-rc1.zip  Matthias Sohn11 years v3.2.0.201312181205-rjgit-3.2.0.201312181205-r.tar.gz  jgit-3.2.0.201312181205-r.zip  Matthias Sohn11 years v3.2.0.201311130903-m3jgit-3.2.0.201311130903-m3.tar.gz  jgit-3.2.0.201311130903-m3.zip  Matthias Sohn11 years v3.1.0.201310021548-rjgit-3.1.0.201310021548-r.tar.gz  jgit-3.1.0.201310021548-r.zip  Matthias Sohn11 years v3.1.0.201309270735-rc1jgit-3.1.0.201309270735-rc1.tar.gz  jgit-3.1.0.201309270735-rc1.zip  Matthias Sohn11 years v3.0.3.201309161630-rjgit-3.0.3.201309161630-r.tar.gz  jgit-3.0.3.201309161630-r.zip  Matthias Sohn11 years v3.0.2.201311090911-rjgit-3.0.2.201311090911-r.tar.gz  jgit-3.0.2.201311090911-r.zip  Matthias Sohn11 years v3.0.2.201309041250-rc2jgit-3.0.2.201309041250-rc2.tar.gz  jgit-3.0.2.201309041250-rc2.zip  Matthias Sohn11 years v3.0.0.201306101825-rjgit-3.0.0.201306101825-r.tar.gz  jgit-3.0.0.201306101825-r.zip  Matthias Sohn12 years v3.0.0.201306040240-rc3jgit-3.0.0.201306040240-rc3.tar.gz  jgit-3.0.0.201306040240-rc3.zip  Matthias Sohn12 years v3.0.0.201305281830-rc2jgit-3.0.0.201305281830-rc2.tar.gz  jgit-3.0.0.201305281830-rc2.zip  Matthias Sohn12 years v3.0.0.201305080800-m7jgit-3.0.0.201305080800-m7.tar.gz  jgit-3.0.0.201305080800-m7.zip  Matthias Sohn12 years v2.3.1.201302201838-rjgit-2.3.1.201302201838-r.tar.gz  jgit-2.3.1.201302201838-r.zip  Matthias Sohn12 years v2.3.0.201302130906jgit-2.3.0.201302130906.tar.gz  jgit-2.3.0.201302130906.zip  Matthias Sohn12 years v2.3.0.201302060400-rc1jgit-2.3.0.201302060400-rc1.tar.gz  jgit-2.3.0.201302060400-rc1.zip  Matthias Sohn12 years v2.2.0.201212191850-rjgit-2.2.0.201212191850-r.tar.gz  jgit-2.2.0.201212191850-r.zip  Matthias Sohn12 years v2.1.0.201209190230-rjgit-2.1.0.201209190230-r.tar.gz  jgit-2.1.0.201209190230-r.zip  Matthias Sohn12 years v2.0.0.201206130900-rjgit-2.0.0.201206130900-r.tar.gz  jgit-2.0.0.201206130900-r.zip  Matthias Sohn13 years v2.0.0.201206060730-rc3jgit-2.0.0.201206060730-rc3.tar.gz  jgit-2.0.0.201206060730-rc3.zip  Matthias Sohn13 years v2.0.0.201205301645-rc2jgit-2.0.0.201205301645-rc2.tar.gz  jgit-2.0.0.201205301645-rc2.zip  Matthias Sohn13 years v1.3.0.201202151440-rjgit-1.3.0.201202151440-r.tar.gz  jgit-1.3.0.201202151440-r.zip  Matthias Sohn13 years v1.3.0.201202121842-rc4jgit-1.3.0.201202121842-rc4.tar.gz  jgit-1.3.0.201202121842-rc4.zip  Matthias Sohn13 years v1.2.0.201112221803-rjgit-1.2.0.201112221803-r.tar.gz  jgit-1.2.0.201112221803-r.zip  Matthias Sohn13 years v1.1.0.201109151100-rjgit-1.1.0.201109151100-r.tar.gz  jgit-1.1.0.201109151100-r.zip  Matthias Sohn13 years v1.1.0.201109071825-rc3jgit-1.1.0.201109071825-rc3.tar.gz  jgit-1.1.0.201109071825-rc3.zip  Matthias Sohn13 years v1.1.0.201109011030-rc2jgit-1.1.0.201109011030-rc2.tar.gz  jgit-1.1.0.201109011030-rc2.zip  Matthias Sohn13 years v1.0.0.201106090707-rjgit-1.0.0.201106090707-r.tar.gz  jgit-1.0.0.201106090707-r.zip  Matthias Sohn14 years v1.0.0.201106081625-rjgit-1.0.0.201106081625-r.tar.gz  jgit-1.0.0.201106081625-r.zip  Matthias Sohn14 years v1.0.0.201106071701-rjgit-1.0.0.201106071701-r.tar.gz  jgit-1.0.0.201106071701-r.zip  Matthias Sohn14 years v1.0.0.201106051725-rjgit-1.0.0.201106051725-r.tar.gz  jgit-1.0.0.201106051725-r.zip  Matthias Sohn14 years v1.0.0.201106011211-rc3jgit-1.0.0.201106011211-rc3.tar.gz  jgit-1.0.0.201106011211-rc3.zip  Matthias Sohn14 years v0.12.1jgit-0.12.1.tar.gz  jgit-0.12.1.zip  Matthias Sohn14 years v0.11.3jgit-0.11.3.tar.gz  jgit-0.11.3.zip  Matthias Sohn14 years v0.11.1jgit-0.11.1.tar.gz  jgit-0.11.1.zip  Matthias Sohn14 years v0.10.1jgit-0.10.1.tar.gz  jgit-0.10.1.zip  Matthias Sohn14 years v0.9.3jgit-0.9.3.tar.gz  jgit-0.9.3.zip  Matthias Sohn14 years v0.9.1jgit-0.9.1.tar.gz  jgit-0.9.1.zip  Matthias Sohn14 years msohn-gpg-pubblob 8eda1aa5d1...Matthias Sohn14 years v0.8.4jgit-0.8.4.tar.gz  jgit-0.8.4.zip  Matthias Sohn15 years v0.8.1jgit-0.8.1.tar.gz  jgit-0.8.1.zip  Shawn O. Pearce15 years v0.7.1jgit-0.7.1.tar.gz  jgit-0.7.1.zip  Shawn O. Pearce15 years v0.7.0jgit-0.7.0.tar.gz  jgit-0.7.0.zip  Shawn O. Pearce15 years spearce-gpg-pubblob fd608fbe62...Shawn O. Pearce18 years