summaryrefslogtreecommitdiff
path: root/dev-vcs/git
AgeCommit message (Collapse)Author
4 daysdev-vcs/git: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
5 daysdev-vcs/git: fix cross compatSam James
Closes: https://bugs.gentoo.org/953122 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-19dev-vcs/git: Stabilize 2.51.2-r1 ppc64, #966223Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-19dev-vcs/git: Stabilize 2.51.2-r1 ppc, #966223Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-18dev-vcs/git: Stabilize 2.51.2-r1 x86, #966223Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: Stabilize 2.51.2-r1 amd64, #966223Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: Stabilize 2.51.2-r1 arm, #966223Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: Stabilize 2.51.2-r1 arm64, #966223Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: Rust fixes for >=2.52.0Sam James
* Improve the cargo wrapper script that Meson calls by respecting $CARGO and not passing --quiet. These could go upstream but the Rust discussions haven't been a great atmosphere so I don't really want to do that at this time. * Actually call rust_pkg_setup Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: forward-port Solaris fixSam James
Forward-port the fix from 6408827516c5afef669e079322efdb8fd48cba62. I'd lost it as I had a 2.52.0 ebuild that I started but didn't finish yesterday. Signed-off-by: Sam James <sam@gentoo.org>
2025-11-18dev-vcs/git: add 2.52.0Sam James
Adds USE=rust as the first release upstream w/ any Rust. It is optional for now but they will make it mandatory in 3.0. Signed-off-by: Sam James <sam@gentoo.org>
2025-11-17dev-vcs/git-2.51.2-r2: fix build on SolarisFabian Groffen
Enable extensions such that things like memmem are available to make the build succeed. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-11-17dev-vcs/git: revbump 2.51.2 to add zsh completions; drop changes from othersSam James
Revbump 2.51.2 to propagate the changes (especially as, in theory, they may be "controversial" if users are relying on the completions from app-shells/zsh-completions) and do so in ~arch only. Drop the changes from other ebuilds rather than revbump those. Bug: https://bugs.gentoo.org/961079 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-17dev-vcs/git: install upstream Zsh completionsD. Ben Knoble
Administrators can still filter out these completions with INSTALL_MASK, and users or admins can adjust fpath if desired. Whatever is earlier in fpath (that is, the first hit for `ls $^fpath/_git`) wins. Git's completion goes to /usr/share/zsh/site_functions or something similar, which is early on the system fpath to allow overrides; meanwhile Zsh's completion is fairly late on the default fpath. So installing unconditionally means Git's script wins, without the aforementioned customization. Closes: https://bugs.gentoo.org/961079 Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44459 Closes: https://github.com/gentoo/gentoo/pull/44459 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-16dev-vcs/git: use new htmldir meson option to control GIT_HTML_PATHD. Ben Knoble
This makes packaging the HTML docs easier, but more importantly means that "git --html-path" reports the correct directory. Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44462 Closes: https://github.com/gentoo/gentoo/pull/44462 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-01dev-vcs/git: Revbump over RDEP changeMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-31dev-vcs/git: Permit app-alternatives/gpgMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-28dev-vcs/git: add 2.51.2Sam James
Bug: https://bugs.gentoo.org/964608 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-18dev-vcs/git: fix tests w/ net-misc/openssh-10.1Sam James
The -T arg is new so fall back to old where it fails, which should be fine as older openssh had different behaviour. Closes: https://bugs.gentoo.org/964608 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-17dev-vcs/git: Stabilize 2.51.0 ppc64, #964234Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-16dev-vcs/git: add 2.51.1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-14dev-vcs/git: Stabilize 2.51.0 ppc, #964234Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-13dev-vcs/git: Stabilize 2.51.0 amd64, #964234Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12dev-vcs/git: Stabilize 2.51.0 x86, #964234Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12dev-vcs/git: Stabilize 2.51.0 arm64, #964234Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12dev-vcs/git: Stabilize 2.51.0 arm, #964234Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-11dev-vcs/git: add description of perl USE flagBen Torkington
Signed-off-by: Ben Torkington <ben@torkington.com> Bug: https://bugs.gentoo.org/955530 Part-of: https://github.com/gentoo/gentoo/pull/44126 Closes: https://github.com/gentoo/gentoo/pull/44126 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-18dev-vcs/git: sync removals previously in 'seen' into 2.51.0Sam James
I didn't realise these had all landed. Also, a bonus one, for 'workdir'. Closes: https://bugs.gentoo.org/961723 Signed-off-by: Sam James <sam@gentoo.org>
2025-08-18dev-vcs/git: add 2.51.0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-12dev-vcs/git: drop 2.49.0-r3, 2.50.0Sam James
Bug: https://bugs.gentoo.org/959733 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 hppa, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 sparc, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 ppc64, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 ppc, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 arm64, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 x86, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 amd64, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: Stabilize 2.49.1 arm, #959736Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: add 2.50.1Sam James
Bug: https://bugs.gentoo.org/959733 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-vcs/git: add 2.49.1Sam James
Bug: https://bugs.gentoo.org/959733 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-16dev-vcs/git: add 2.50.0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-10dev-vcs/git: enable py3.14Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-08dev-vcs/git: drop 2.45.3, 2.48.1-r1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-08dev-vcs/git: handle various contrib/ removals in 'seen'Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-08dev-vcs/git: switch more USE=tk to mesonSam James
Bug: https://bugs.gentoo.org/957542 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-08dev-vcs/git: rebase copies-harder patch for upcoming 2.50Sam James
Signed-off-by: Sam James <sam@gentoo.org>