aboutsummaryrefslogtreecommitdiff
path: root/tests/home-import.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-12-15 17:53:22 +0100
committerLudovic Courtès <ludo@gnu.org>2024-12-22 22:55:32 +0100
commit549e0f2fa7f0a19801f6a86c992f1dd48e6b0d0a (patch)
tree7e8907bf35da0114efc03cd6012a00f7e5e6b337 /tests/home-import.scm
parent43c16ce7fa168ece8d7e750d37667f315022a717 (diff)
downloadguix-549e0f2fa7f0a19801f6a86c992f1dd48e6b0d0a.tar.gz
guix-549e0f2fa7f0a19801f6a86c992f1dd48e6b0d0a.zip
gnu: python-gitpython: Switch to ‘git-minimal/pinned’.
This will allow updating ‘git-minimal’ and ‘git’ without triggering a rebuild of ‘python-gitpython’ and its 3.5K dependents. * gnu/packages/version-control.scm (python-gitpython): Depend on ‘git-minimal/pinned’ instead of ‘git’. Change-Id: I7f635270eb915919a40ceb8f0ed2031a8749c75c
Diffstat (limited to 'tests/home-import.scm')
0 files changed, 0 insertions, 0 deletions
3-05-01 12:39:11 -0400'>2023-05-01Makefile.am: Auto-configure Git on 'make'....This means we do not need to worry anymore about manually syncing the pre-push git hook or the Guix-provided git configuration. * etc/git/gitconfig: Augment configuration template with useful options to allow for auto-configuration. * Makefile.am (.git/hooks/pre-push, .git/config): New targets. (nodist_noinst_DATA): New primary variable holding the above targets. Maxim Cournoyer 2021-10-14Add git configuration templates to improve diff hunk header detection....This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org> Sarah Morgensen