Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-17Silence API warnings for API added in 5.13.3Matthias Sohn1-0/+51
2023-09-05Remove unused API problem filtersMatthias Sohn1-33/+0
2023-09-03Merge branch 'stable-6.6' into stable-6.7Matthias Sohn1-0/+16
2023-09-02Checkout: better directory handlingThomas Wolf1-0/+16
2023-07-16Remove unused API problem filtersMatthias Sohn1-38/+0
2023-06-15Fix all Javadoc warnings and fail on themAntoine Musso1-1/+1
2023-06-09Mark COMMIT_GENERATION_* constants finalAntoine Musso1-0/+14
2023-05-17Remove unused API filtersMatthias Sohn1-148/+0
2023-05-15[releng] API filter for PackIndex.DEFAULT_WRITE_REVERSE_INDEXThomas Wolf1-25/+1
2023-04-20Merge branch 'stable-6.4' into stable-6.5Matthias Sohn1-0/+28
2023-03-06Silence API error raised for removed BranchRebaseMode#PRESERVEMatthias Sohn1-0/+8
2023-02-27BatchingProgressMonitor: expose time spent per taskMatthias Sohn1-0/+84
2023-02-20Silence API error introduced by 596c445aMatthias Sohn1-0/+6
2023-02-20Merge branch 'stable-6.4'Matthias Sohn1-0/+12
2023-02-01Merge branch 'stable-6.4'Matthias Sohn1-0/+40
2023-01-06Merge branch 'stable-6.4'Matthias Sohn1-0/+16
2023-01-04Pull up additionalRefsNames from RefDirectory to RefDatabaseMatthias Sohn1-0/+8
2022-12-17Fix API warnings for the new CommitGraphThomas Wolf1-0/+11
2022-11-16Merge branch 'stable-6.3'Matthias Sohn1-11/+0
2022-11-15Fix API breakage caused by extracting WorkTreeUpdaterMatthias Sohn1-50/+0
2022-10-21PushCommand: allow users to disable use of bitmaps for pushkylezhao1-0/+11
2022-09-22Remove unused API filtersMatthias Sohn1-78/+0
2022-08-12Remove unused API problem filtersMatthias Sohn1-31/+0
2022-08-12Fix API errors caused by 23a71696cdMatthias Sohn1-4/+34
2022-08-08Provide default shallowCommits getter and setter in ObjectDatabaseRonald Bhuleskar1-14/+0
2022-08-03CleanCommand: fix prefix matchingThomas Wolf1-0/+7
2022-07-31Fetch: add support for shallowRobin Müller1-9/+7
2022-06-17Suppress API errors raised for new API introduced in 5.13.1Matthias Sohn1-14/+24
2022-03-07[checkout] Use .gitattributes from the commit to be checked outThomas Wolf1-0/+20
2022-03-02Describe: add support for core.abbrev config optionMatthias Sohn1-0/+16
2022-03-02Add a typed config getter for integers confined to a rangeMatthias Sohn1-0/+14
2022-02-09Support for git config push.defaultThomas Wolf1-0/+8
2022-02-08Merge branch 'stable-6.0'Matthias Sohn1-0/+20
2022-02-08Merge branch 'stable-5.13' into stable-6.0Matthias Sohn1-0/+12
2022-02-08Stop initCause throwing in readAdvertisedRefsDarius Jokilehto1-0/+8
2021-09-29Enable compiler option --releaseMatthias Sohn2-3/+122
2021-09-29Bump minimum required Java version to 11Matthias Sohn1-3/+3
2021-09-14Removed unused API filtersMatthias Sohn1-27/+0
2021-09-01Silence API error for new interface method ProtocolV2Hook#onObjectInfoMatthias Sohn1-0/+8
2021-06-25searchForReuse might impact performance in large repositoriesFabio Ponciroli1-0/+8
2021-05-14Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMSMatthias Sohn1-0/+11
2021-03-13Remove unused API problem filtersMatthias Sohn1-57/+0
2021-02-15GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn1-0/+30
2021-01-29Move reachability checker generation into the ObjectReader objectTerry Parker1-0/+16
2020-12-22Revert "Remove unused API problem filters"Matthias Sohn1-0/+11
2020-12-17Remove unused API problem filtersMatthias Sohn1-11/+0
2020-12-15Remove unused API problem filtersMatthias Sohn1-52/+0
2020-12-15Remove reftree and ketchHan-Wen Nienhuys1-0/+6
2020-11-30Merge branch 'stable-5.9'Matthias Sohn1-0/+18
2020-09-26Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn1-0/+14

Back to the top