summaryrefslogtreecommitdiff
path: root/Ports/git
AgeCommit message (Collapse)Author
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-13Ports: Use SERENITY_ARCH in --target/--hostLinus Groh
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-03-08Ports/git: remove no longer needed patchesJorropo
2021-03-06Ports/git: Forcing NO_IPV6 option.Jorropo
This fixes the build, how ever I don't know why the auto detection broke in the first place.
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-12Ports: Remove some no-longer-needed patches for git :^)Andreas Kling
We can mmap files with MAP_PRIVATE these days.
2020-09-15Ports: Add default .gitconfig for Git portItamar
This stops git from asking us to configure a username and email when we try to commit.
2020-04-13Ports: Update git to 2.26.0Linus Groh
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! :^)