Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Fix maven site generation failing with javadoc errorsMatthias Sohn1-0/+4
2018-06-13Prepare 5.0.1-SNAPSHOT buildsMatthias Sohn2-47/+47
2018-06-13JGit v5.0.0.201806131550-rv5.0.0.201806131550-rMatthias Sohn2-2/+2
2018-06-13JGit v5.0.0.201806131210-rMatthias Sohn2-2/+2
2018-06-13RefUpdateTest: Refactor to not use deprecated Repository#getAllRefsDavid Pursehouse1-17/+27
2018-06-13Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein1-36/+145
2018-06-09RawTextTest#testBinary: use array comparison to compare arraysMatthias Sohn1-1/+2
2018-06-08Validate branch names on branch creationMatthias Sohn1-0/+12
2018-06-08Use constant for ".lock"Matthias Sohn1-5/+6
2018-06-05Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-06-05JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2-2/+2
2018-06-05Teach UploadPack "filter" in protocol v2 fetchJonathan Tan1-0/+60
2018-06-05Refactor test of capabilities outputJonathan Tan1-11/+33
2018-06-05Disallow unknown args to "fetch" in protocol v2Jonathan Tan1-0/+23
2018-06-05Teach UploadPack shallow fetch in protocol v2Jonathan Tan1-1/+97
2018-05-30Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-30JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2-2/+2
2018-05-25Don't prune symbolic refs when fetch.prune = trueThomas Wolf1-0/+44
2018-05-22Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-22JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2-2/+2
2018-05-22Repository: Deprecate #peel methodDavid Pursehouse3-5/+8
2018-05-22Skip ignored directories in FileTreeIteratorThomas Wolf4-3/+123
2018-05-22Repository: Deprecate getTags methodDavid Pursehouse1-6/+11
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys21-52/+52
2018-05-17Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan1-5/+44
2018-05-17Teach UploadPack "include-tag" in "fetch"Jonathan Tan1-0/+33
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys56-110/+110
2018-05-12Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2-2/+26
2018-05-08Mark CrissCrossMergeTest as flakyJonathan Nieder1-0/+5
2018-04-25Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn1-3/+3
2018-04-24Suppress boxing warningMatthias Sohn1-0/+1
2018-04-24Remove unnecessary semicolonMatthias Sohn1-1/+1
2018-04-24Remove unused code and link to deprecated codeJonathan Tan1-20/+1
2018-04-23Teach UploadPack "no-progress" in "fetch"Jonathan Tan1-0/+42
2018-04-23Teach UploadPack "thin-pack" in "fetch"Jonathan Tan1-0/+31
2018-04-23Teach UploadPack basic "fetch" commandJonathan Tan1-2/+258
2018-04-23Teach UploadPack "ref-prefix" in "ls-refs"Jonathan Tan1-0/+39
2018-04-23Implement ls-refs in UploadPackJonathan Tan1-0/+81
2018-04-20Implement protocol v2 with no capabilities in UploadPackJonathan Tan1-0/+64
2018-04-20PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2-11/+13
2018-04-20Add RefDatabase#getRefsByPrefix methodJonathan Tan1-0/+23
2018-04-18Handle Gerrit Change-Ids for merge commitsThomas Wolf1-15/+57
2018-04-13Merge "Push: Ensure ref updates are processed in input order"David Pursehouse1-1/+59
2018-04-13Push: Ensure ref updates are processed in input orderDave Borowitz1-1/+59
2018-04-12Allow '@' as last character of refChristian Halstrick1-0/+2
2018-03-25Significantly speed up FileTreeIterator on WindowsThomas Wolf1-0/+93
2018-03-24Rename RecursiveMergerTest and ResolveMergerTest to reduce confusionDavid Pursehouse2-2/+2
2018-03-24ResolveMergerTest: Use @DataPoints instead of @DataPointDavid Pursehouse1-6/+4
2018-03-19UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse1-26/+26
2018-03-16Merge branch 'stable-4.11'David Pursehouse1-2/+10

Back to the top