summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: gitile: Update to 0.1.4.Julien Lepiller2022-02-21
| | | | * gnu/packages/version-control.scm (gitile): Update to 0.1.4.
* gnu: neon: Update to 0.32.2.Jai Vetrivelan2022-02-14
| | | | | | * gnu/packages/version-control.scm (neon): Update to 0.32.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rcs: Update to 5.10.1.Efraim Flashner2022-02-04
| | | | | | | * gnu/packages/version-control.scm (rcs): Update to 5.10.1. [source]: Remove patch. * gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: b4: Fix build failure.Marius Bakke2022-02-03
| | | | * gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
* gnu: pre-commit: Update to 2.17.0.Vinicius Monego2022-01-31
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: pre-commit: Remove obsolete phase.Sarah Morgensen2022-01-10
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>: Remove 'make-gz-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: tig: Update to 2.5.5.Efraim Flashner2022-01-14
|/ | | | * gnu/packages/version-control.scm (tig): Update to 2.5.5.
* gnu: pre-commit: Update to 2.16.0.Vinicius Monego2021-12-22
| | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.16.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add tkrev.Foo Chuan Wei2021-12-20
| | | | | | * gnu/packages/version-control.scm (tkrev): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rcshist.Foo Chuan Wei2021-12-20
| | | | | | * gnu/packages/version-control.scm (rcshist): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rcs: Install man page for rcsfreeze.Foo Chuan Wei2021-12-20
| | | | | | | * gnu/packages/version-control.scm (rcs)[arguments]: Install man page for rcsfreeze. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: diff-so-fancy: Update to 1.4.3.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3. [arguments]: Don't explicitly return #t from phases.
* gnu: mercurial: Update native-search-paths.Efraim Flashner2021-12-15
| | | | | * gnu/packages/version-control.scm (mercurial)[naive-search-paths]: Search for extensions in python3.9 subfolder.
* gnu: libgit2: Allow cross-compilation.Ludovic Courtès2021-12-15
| | | | | | | | | | With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for 'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config", thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding referring to the label. * gnu/packages/version-control.scm (libgit2)[arguments]: Adjust "-DPKG_CONFIG_EXECUTABLE=" option.
* gnu: fossil: Update to 2.17.Marius Bakke2021-12-13
| | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.17. [source](uri): Adjust. [inputs]: Change from SQLITE to SQLITE-NEXT. [arguments]: Remove trailing #t's.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: stagit: Update to 1.0.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/version-control.scm (stagit): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libgit2: Reintroduce 1.1.0.Ludovic Courtès2021-11-23
| | | | | | | | | | | | * gnu/packages/version-control.scm (libgit2-1.1): New variable. * gnu/packages/patches/libgit2-mtime-0.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: libgit2: Remove version 0.28.Ludovic Courtès2021-11-23
| | | | | | | | | | | | | | This is a followup to e0e23164202ad9328ffeadde5e900857cb008124, which removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28. * gnu/packages/version-control.scm (libgit2-0.28): Remove.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: Add rcs-blame.Foo Chuan Wei2021-11-17
| | | | | | | | | | | | * gnu/packages/version-control.scm (rcs-blame): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: rcs: Install rcsfreeze.Foo Chuan Wei2021-11-17
| | | | | | | | | | | | * gnu/packages/version-control.scm (rcs): Install rcsfreeze. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libgit2: Update to 1.3.0.Maxim Cournoyer2021-11-22
| | | | | | | | | | | | | | | | * gnu/packages/patches/libgit2-mtime-0.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/version-control.scm (libgit2): Update to 1.3.0. [source]: Remove patch and simplify snippet. [phases]: Remove trailing #t.
* | gnu: ghc: Depend on 'git-minimal/fixed'.Ludovic Courtès2021-11-21
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): Remove.
* | gnu: ghc: Rely on a fixed version of Git.Ludovic Courtès2021-11-18
| | | | | | | | | | | | | | | | | | | | This makes the derivation of ghc equivalent to that found in e55547bf70384691712047912c793c517debd2ec. * gnu/packages/haskell.scm (ghc-8.8)[native-inputs]: Change GIT to GIT/FIXED. (ghc-8.10)[native-inputs]: Change GIT-MINIMAL to GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): New variable.
* | gnu: graphene: Depend on a fixed version of 'git-minimal'.Ludovic Courtès2021-11-17
| | | | | | | | | | | | * gnu/packages/version-control.scm (git-minimal/fixed): New variable. * gnu/packages/gtk.scm (graphene)[native-inputs]: Use it instead of GIT-MINIMAL.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: git: Update to 2.34.0.Tobias Geerinckx-Rice2021-11-17
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.34.0.
| * gnu: diff-so-fancy: Update to 1.4.2.Tanguy Le Carrour2021-11-15
| | | | | | | | | | | | * gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add Breezy.Eric Bavier2021-11-13
| | | | | | | | * gnu/packages/version-control.scm (breezy): New variable.
| * gnu: stagit: Prepare for cross-compiling.Efraim Flashner2021-11-08
| | | | | | | | | | * gnu/packages/version-control.scm (stagit)[arguments]: Use cc-for-target.
| * gnu: stagit: Update to 0.9.6.jgart2021-11-08
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (stagit): Update to 0.9.6. [source]: Update fetch method and location of source repository. [home-page]: Update home page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: git-remote-gcrypt: Update to 1.4.Tobias Geerinckx-Rice2021-10-22
| | | | | | | | | | | | * gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.4. [source]: Use GIT-FILE-NAME helper. [arguments]: Don't explicitly return #t from phases.
* | gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: python-gitpython: Update to 3.1.24.jgart2021-10-16
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24. [arguments]: Do not return #t from custom phases. [propagated-inputs]: Add python-typing-extensions. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: git: Update to 2.33.1.Tobias Geerinckx-Rice2021-10-14
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.33.1.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: grokmirror: Update to 2.0.11.Xinglu Chen2021-09-30
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don’t return #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: git-lfs: Fix build.Guillaume Le Vaillant2021-10-04
| | | | | | | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Fix 'install-man-pages' phase.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: pre-commit: Update to 2.15.0.Vinicius Monego2021-09-14
| | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.15.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: guile-syntax-highlight: Move Gitile variant to guile-xyz.scm.Ludovic Courtès2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression introduced in 5dac09e263d566ccf99776df97c47eed0d30c172 whereby version-control.scm would inherit from GUILE-SYNTAX-HIGHLIGHT, which is in guile-xyz.scm, thereby leading to unbound variable errors. Reported by vivien on #guix. * gnu/packages/version-control.scm (guile-syntax-highlight-for-gitile): Move to... * gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile): ... here. New variable. Add 'properties' field.
| * gnu: Add gitile.Julien Lepiller2021-09-02
| | | | | | | | * gnu/packages/version-control.scm (gitile): New variable.
| * gnu: git: Hide CVEs from the linter.Brice Waegeneire2021-08-17
| | | | | | | | | | * gnu/packages/version-control.scm (git)[properties]: Set 'properties' field.