Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | Ports/git: Update git to version 2.39.0 | EWouters | |
2022-07-13 | Ports/git: Store default gitconfig as heredoc | Tim Schumacher | |
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-06-08 | Ports/git: Update git to version 2.36.1 | EWouters | |
2022-05-19 | Ports: Update git's patches to use git patches | Ali Mohammad Pur | |
2022-04-19 | Ports: Update git to 2.36.0 | Tim Schumacher | |
2022-03-12 | Ports: Update git to version 2.35.1 | Brian Gianforcaro | |
2022-01-17 | Ports/git: Update git to the latest 2.34.1 release | Brian Gianforcaro | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-08-23 | Ports: Bump git to 2.33.0 | Federico Guerinoni | |
2021-08-13 | Ports: Support libcurl in the git build | TheFightingCatfish | |
Previously, libcurl is not used in the git build because the test program in configure fails to link against it properly. We bypass the test and make sure we link against all necessary libraries (libssl, libcrypto and zlib). | |||
2021-08-13 | Ports: Disable uname detection when building git | TheFightingCatfish | |
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-08-13 | Ports: Use TextEditor and less as git's default editor and pager | TheFightingCatfish | |
2021-05-10 | Ports: Add missing curl dependency for the git port | Gunnar Beutner | |
fixes #6724 | |||
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Ports: Bump git to 2.31.1 | Federico Guerinoni | |
2021-04-11 | Ports: Fix building the git port | Gunnar Beutner | |
Because libiconv is now buildable the configure script fails when libiconv was installed. | |||
2021-03-14 | Ports: Fix cross-compiling git for serenity | Ben 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-13 | Ports: Use SERENITY_ARCH in --target/--host | Linus Groh | |
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^) | |||
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-03-08 | Ports/git: remove no longer needed patches | Jorropo | |
2021-03-06 | Ports/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-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2021-01-12 | Ports: Remove some no-longer-needed patches for git :^) | Andreas Kling | |
We can mmap files with MAP_PRIVATE these days. | |||
2020-09-15 | Ports: Add default .gitconfig for Git port | Itamar | |
This stops git from asking us to configure a username and email when we try to commit. | |||
2020-04-13 | Ports: Update git to 2.26.0 | Linus Groh | |
2020-02-20 | Ports: Add git port | Andreas 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! :^) |