Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-23git: Change the version requirement for symref-updateKarthik Nayak
2024-07-26git: Add `NewRCVersion` to create an RC versionKarthik Nayak
2024-07-19git: Update minimum git version to 2.45Karthik Nayak
2024-06-17gittest: Add function to skip test for a Git versionKarthik Nayak
2024-06-17updateref: Add support for 'symref-update'Karthik Nayak
2024-06-13git: Bump the minimum version to v2.44Toon Claes
2024-05-30git: Add `GreaterOrEqual()` version comparisonJustin Tobler
2023-10-24version: Get rid of `CatfileSupportsNulTerminatedOutput()`Karthik Nayak
2023-10-24git: Bump minimum version of Git to 2.42Karthik Nayak
2023-07-05git: Remove `GeometricRepackingSupportsAlternates()`Justin Tobler
2023-07-05git: Remove `MidxDeletesRedundantBitmaps()`Justin Tobler
2023-07-05git: Remove `PatchIDRespectsBinaries()`Justin Tobler
2023-07-05git: Remove `HashObjectFsck()`Justin Tobler
2023-07-05git: Bump minimum version of Git to 2.41Justin Tobler
2023-07-04git: Add logic to detect whether git-cat-file(1) supports `-Z`Patrick Steinhardt
2023-05-22git: Bump minimum version of Git to 2.40John Cai
2023-05-16localrepo: Use git-hash-object instead of git-mktree for writing treesJohn Cai
2023-05-11localrepo: Revert refactorings of tree entries helpersPatrick Steinhardt
2023-05-08localrepo: Use git-hash-object instead of git-mktree for writing treesJohn Cai
2023-04-21git: Add public constructor for versionsPatrick Steinhardt
2023-04-21git: Detect whether Git supports geometric repacking with alternatesPatrick Steinhardt
2023-02-06git: Fix race between cancelling git-version(1) and reading its outputPatrick Steinhardt
2023-01-18housekeeping: Add infrastructure for writing multi-pack-indicesPatrick Steinhardt
2023-01-06diff: Sort out behaviour of GetPatchID with binary diffsPatrick Steinhardt
2022-12-21git: Bump minimum required Git version to v2.38.0Patrick Steinhardt
2022-10-21version: Update doc around git version upgradeKarthik Nayak
2022-10-21git: Deprecate `Version.FlushesUpdaterefStatus`Karthik Nayak
2022-10-21git: Deprecate `Version.HasGranularFsyncConfig`Karthik Nayak
2022-10-21git: Bump minimum version to v2.37.0Karthik Nayak
2022-05-20Update go package name from v14 to v15John Cai
2022-04-26git: Add version check for the new `core.fsync` config optionPatrick Steinhardt
2022-01-14git: Move Git version detection into command factoryPatrick Steinhardt
2021-10-13git: Update to v2.31.1Patrick Steinhardt
2021-10-11git: Always assume we can handle object type filtersPatrick Steinhardt
2021-10-11git: Bump minimum required Git version to v2.33.0Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-14git: Implement version check for git-update-ref(1) status flushingPatrick Steinhardt
2021-09-14git: Allow retrieving Git version via the RepositoryExecutor interfacePatrick Steinhardt
2021-09-14git: Split out parsing of versions from a commandPatrick Steinhardt
2021-09-14git: Add tests for `CurrentVersion()`Patrick Steinhardt
2021-09-03git: Support parsing GitLab patch levelPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-06-21git: Implement test to check for object type filter supportPatrick Steinhardt
2021-04-09git: Drop `SupportsAtomicFetches()`Patrick Steinhardt
2021-04-09git: Drop `SupportsConfigEnv()`Patrick Steinhardt
2021-04-09git: Bump minimum git version to git v2.31.0Patrick Steinhardt
2021-04-09git: Update locations which need update on version bumpsPatrick Steinhardt
2021-04-06git: Implement check for atomic fetchesPatrick Steinhardt
2021-04-01git: Implement `SupportsConfigEnv()`Patrick Steinhardt
2021-04-01git: Refactor version interfacePatrick Steinhardt