summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/git: cleanup patchesRobin H. Johnson2023-03-163-191/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-vcs/git: drop 2.35.1, 2.35.5, 2.37.4, 2.38.0Sam James2022-11-302-479/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: drop versionsSam James2022-09-013-490/+0
| | | | | | | | Partial security cleanup. Bug: https://bugs.gentoo.org/838127 Bug: https://bugs.gentoo.org/857831 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: rebase Darwin patchSam James2022-08-191-0/+22
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: allow disabling "safe.directory"Thomas Bracht Laumann Jespersen2022-08-121-0/+14
| | | | | | | | | | | | | | | | Add IUSE="+safe-directory" that when not enabled, makes the safe.directory configuration setting not take effect. The patch is meant to be the smallest change (in terms of lines of code) that would let the feature work for tests still. Bug: https://github.com/pkgcore/pkgcheck/issues/412 Bug: https://bugs.gentoo.org/857831 Bug: https://bugs.gentoo.org/838127 Bug: https://bugs.gentoo.org/838223 Bug: https://bugs.gentoo.org/838271 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/26762 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Bump to version 2.37.0_rc1. Removed oldLars Wendler2022-06-181-5/+6
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Bump to version 2.37.0_rc0Lars Wendler2022-06-161-0/+458
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Drop emacs USE flagUlrich Müller2022-06-111-13/+0
| | | | | Closes: https://bugs.gentoo.org/850760 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-vcs/git: Use /run for pidfileLars Wendler2021-12-061-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Improve OpenRC script git-daemonLars Wendler2021-12-061-0/+14
| | | | | | Thanks-to: Brian Evans <grknight@gentoo.org> Closes: https://bugs.gentoo.org/828098 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: drop 2.26.3, 2.28.1, 2.29.3, 2.30.2Mike Gilbert2021-11-082-465/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-vcs/git: add missing patchSam James2021-09-021-0/+22
| | | | | | | Fixes: 8421a765ad29bcf111da8f05bb74ff3df64d25c5 Bug: https://bugs.gentoo.org/751907 Closes: https://bugs.gentoo.org/811369 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Bump to version 2.33.0Lars Wendler2021-08-171-0/+457
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: don't search outside of prefix for gettext on DarwinSam James2021-03-181-0/+22
| | | | | | | | | | | | Conditionally patching so that non-prefix developers don't have to rebase on new versions. We can apply this unconditionally safely if desired though. Closes: https://bugs.gentoo.org/757309 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19954 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Bump to version 2.31.0_rc0Lars Wendler2021-02-261-0/+455
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Removed oldLars Wendler2021-01-071-145/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Removed oldLars Wendler2020-02-171-460/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Revbump to avoid empty "remote" output from git serversLars Wendler2019-10-261-0/+145
| | | | | | | | | Bumped straight to stable Thanks-to: David Flogeras <dflogeras2@gmail.com> Closes: https://bugs.gentoo.org/698384 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Removed oldLars Wendler2019-10-211-61/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Bump to version 2.22.0_rc0Lars Wendler2019-05-141-0/+454
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: fix noisy git-submodule-foreach regressionRobin H. Johnson2019-04-122-0/+99
| | | | | | | | | | Fix output regression upstream where: 'git submodule foreach --quiet git pull --quiet origin master >/dev/null' Still gives output because foreach swallows some options to the per-submodule command. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-vcs/git: remove unused patchMichael Mair-Keimberger2019-03-111-14/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11269 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-vcs/git: Removed old.Lars Wendler2018-11-223-946/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Removed old.Lars Wendler2018-09-041-48/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-vcs/git: Bump to version 2.18.0_rc1Lars Wendler2018-06-061-0/+460
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-vcs/git: Revbump to fix installation of MediaWiki perl moduleLars Wendler2018-06-061-0/+48
| | | | | | | Removed old. Closes: https://bugs.gentoo.org/655960 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-vcs/git: Bump to version 2.17.0_rc1Lars Wendler2018-03-231-0/+451
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-vcs/git: update openrc init.d scripti.Dark_Templar2017-11-171-1/+2
| | | | | (cherry picked from commit 0b833f1e0a45466af5b1df0e302b9a64bfb3f757) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-vcs/git: Removed old.Lars Wendler2017-05-241-456/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-vcs/git: Removed old.Lars Wendler2017-03-213-922/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* dev-vcs/git: Bump to version 2.12.0Lars Wendler2017-02-251-0/+456
| | | | | | | Replaced gnome-keyring support with libsecret (bug #610376). Dropped hppa keyword because libsecret is not keyworded for hppa. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-vcs/git: Bump to version 2.10.0Lars Wendler2016-09-031-0/+456
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Bump to version 2.8.4Lars Wendler2016-06-071-0/+455
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: reapply systemd unit changes in ~arch onlyMike Gilbert2016-05-081-0/+12
| | | | Package-Manager: portage-2.2.28_p97
* Revert "dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon"Mike Gilbert2016-05-081-1/+2
| | | | This reverts commit 843954e66426a8e87c42a2c3d3d99ca6fa7d4744.
* dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemonMike Gilbert2016-05-081-2/+1
| | | | Package-Manager: portage-2.2.28_p97
* dev-vcs/git: Fixed openrc init script shebang.Lars Wendler2016-05-031-2/+2
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Add yet another needed MediaWiki patchAndreas K. Hüttel2016-01-171-0/+46
| | | | Package-Manager: portage-2.2.26
* dev-vcs/git: Conditionally add patches that improve MediaWiki cloningAndreas K. Hüttel2016-01-172-0/+145
| | | | Package-Manager: portage-2.2.26
* dev-vcs/git: Removed old.Lars Wendler2016-01-051-34/+0
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Cleanup old versions.Robin H. Johnson2015-11-194-1146/+0
| | | | Package-Manager: portage-2.2.24
* dev-vcs/git: Removed old.Lars Wendler2015-11-061-52/+0
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Fix @ -> <at> conversionJustin Lecher2015-10-101-4/+4
| | | | | Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-vcs/git: Bump to versions 2.3.10, 2.4.10 and 2.5.4Lars Wendler2015-10-061-0/+52
| | | | | | | Revbumped version 2.6.1 to add a fix for bug #561796 Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: git-send-email.perl: Fixed sending of many changes/patchesLars Wendler2015-09-291-0/+34
| | | | | | | As per request from howarang. Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Fix #493306, where libiconv.so was merged into FreeBSd's libc in 10.x. ↵Joshua Kinard2015-09-061-0/+14
| | | | | | Without, git attempts to use -liconv during linking, which will fail on Gentoo/FreeBSD 10.x installs. Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0813-0/+1730
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed