summaryrefslogtreecommitdiff
path: root/Ports/git/patches
AgeCommit message (Collapse)Author
2023-03-27Ports/git: Update git to version 2.40.0Cameron Youell
2022-12-13Ports/git: Update git to version 2.39.0EWouters
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-19Ports: Update git's patches to use git patchesAli Mohammad Pur
2021-08-13Ports: Disable uname detection when building gitTheFightingCatfish
Previously, the git port would fail in various ways because it uses an uname detection mechanism to update the configurations, and Makefile would receive incorrect configurations from the host system. This makes sure the build uses the correct configurations detected by ./configure. Fixes #9357.
2021-04-16Ports: Bump git to 2.31.1Federico Guerinoni
2021-03-14Ports: Fix cross-compiling git for serenityBen Wiederhake
No idea how this is supposed to work, because git's buildscripts execute 'uname -S' to determine which functions are available - and that's not how cross-compilation works.
2021-03-08Ports/git: remove no longer needed patchesJorropo
2021-01-12Ports: Remove some no-longer-needed patches for git :^)Andreas Kling
We can mmap files with MAP_PRIVATE these days.
2020-02-20Ports: Add git portAndreas Kling
There are various issues with this port that need to be fixed, but it's at least possible to inspect and modify the SerenityOS repo if I clone it into the disk image from the outside. Very cool! :^)