| Commit message (Expand) | Author | Age |
... | |
| * | gnu: git: Update to 2.31.1.•••* gnu/packages/version-control.scm (git): Update to 2.31.1.
| Tobias Geerinckx-Rice | 2021-03-27 |
* | | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner | 2021-03-24 |
|\| |
|
| * | gnu: Add git2cl.•••* gnu/packages/version-control.scm (git2cl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen | 2021-03-19 |
| * | gnu: tig: Update to 2.5.3.•••* gnu/packages/version-control.scm (tig): Update to 2.5.3.
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: donotshake <donotshake:matrix.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| LibreMiami | 2021-03-17 |
| * | gnu: b4: Fix setup.py version incompatibility.•••* gnu/packages/version-control.scm (b4)[source]: Add snippet to not
require too specific of a version.
Reported-by: Kyle Meyer <kyle@kyleam.com>
| Efraim Flashner | 2021-03-16 |
| * | gnu: git: Fix git-manpages native input's hash.•••This is a follow-up to commit ab9629b7c91ff7d6392a03512cfe442823267777.
* gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's
hash.
| Léo Le Bouter | 2021-03-16 |
| * | gnu: git: Update to 2.31.0.•••* gnu/packages/version-control.scm (git): Update to 2.31.0.
| Léo Le Bouter | 2021-03-16 |
| * | gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].•••* gnu/packages/version-control.scm (git): Update to 2.30.2.
| Léo Le Bouter | 2021-03-10 |
* | | Merge branch 'master' into core-updates | Christopher Baines | 2021-03-06 |
|\| |
|
| * | gnu: stgit: Update to 1.0.•••* gnu/packages/version-control.scm (stgit): Update to 1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Reichör | 2021-03-02 |
| * | gnu: gita: Update to 0.12.9.•••* gnu/packages/version-control.scm (gita): Update to 0.12.9.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| Stefan Reichör | 2021-02-22 |
| * | gnu: git: Add credential-libsecret output.•••* gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config.
[inputs]: Add glib and libsecret.
[outputs]: Add "credential-libsecret".
[arguments]: Add 'install-credential-libsecret phase to #:phases to build and
install "git-credential-libsecret" to "credential-libsecret" output.
(git-minimal)[arguments]: Delete the 'install-credential-libsecret phase.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
| Léo Le Bouter | 2021-02-21 |
| * | gnu: Git: Update to 2.30.1.•••* gnu/packages/version-control.scm (git): Update to 2.30.1
[native-inputs]: Update git-manpages to 2.30.1.
| Leo Famulari | 2021-02-12 |
* | | gnu: fossil: Update to 2.14.•••* gnu/packages/version-control.scm (fossil): Update to 2.14.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll | 2021-02-20 |
* | | Merge branch 'master' into core-updates | Danny Milosavljevic | 2021-02-11 |
|\| |
|
| * | gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].•••* gnu/packages/version-control.scm (subversion): Update to 1.14.1.
| Leo Famulari | 2021-02-10 |
| * | gnu: git-lfs: Update to 2.13.2.•••* gnu/packages/version-control.scm (git-lfs): Update to 2.13.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vincent Legoll | 2021-02-07 |
* | | Merge branch 'master' into core-updates | Christopher Baines | 2021-02-03 |
|\| |
|
| * | gnu: python-xyz: Move a few modules to (gnu packages python-build).•••* gnu/packages/python-xyz.scm (python-pep517): Inherit from
python-pep517-bootstrap. Remove the inherited common fields.
(python-poetry-core, python-wheel)
(python-toml): Move to ...
* gnu/packages/python-build.scm: ... here, a new module.
(python-pep517-bootstrap): New package.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
| Maxim Cournoyer | 2021-01-27 |
| * | gnu: mercurial: Update to 5.6.1.•••This fixes the build on Python 3.9.
* gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete
trailing #t.
[phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test
file and add a comment.
| Maxim Cournoyer | 2021-01-26 |
| * | gnu: diffstat: Update to 1.64.•••* gnu/packages/version-control.scm (diffstat): Update to 1.64.
| Tobias Geerinckx-Rice | 2021-01-14 |
| * | gnu: neon: Don't build static library.•••* gnu/packages/version-controls.scm (neon)[arguments]: Add
configure-flag to skip static library.
| Efraim Flashner | 2021-01-12 |
| * | gnu: neon: Update to 0.31.2.•••* gnu/packages/version-control.scm (neon): Update to 0.31.2.
[source]: Use new upstream URI.
[home-page]: Update to new home-page.
| Efraim Flashner | 2021-01-12 |
* | | gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.•••This change was automated using:
$ git ls-files | grep .scm | \
xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i
$ git ls-files | grep .scm | \
xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i
* gnu/packages/admin.scm (nmap):
(dstat): Wrap using GUIX_PYTHONPATH.
* gnu/packages/audio.scm (jack-2):
(carla): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (couger): Likewise.
(gess, find-circ, filtlong, nanopolish): Likewise.
* gnu/packages/cdrom.scm (cdemu-client): Likewise.
* gnu/packages/chemistry.scm (avogadro): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/display-managers.scm (lightdm): Likewise.
* gnu/packages/ebook.scm (cozy): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/engineering.scm (kicad, volk, freecad): Likewise.
* gnu/packages/game-development.scm (renpy): Likewise.
* gnu/packages/games.scm (roguebox-adventures)
(seahorse-adventures, kajongg): Likewise.
* gnu/packages/gimp.scm (gimp, glimpse): Likewise.
* gnu/packages/glib.scm (itstool): Likewise.
* gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise.
(eolie, d-feet, gedit, caribou, gnome-shell, authenticator)
(gnome-todo, orca, passwordsafe, terminator, setzer)
(libratbag, komikku): Likewise.
* gnu/packages/gps.scm (gpsd): Likewise.
* gnu/packages/gtk.scm (gtk-doc): Likewise.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy)
(ibus-libhangul): Likewise.
* gnu/packages/inkscape.scm (inkscape-1.0): Likewise.
* gnu/packages/linux.scm (bcc): Likewise.
* gnu/packages/mail.scm (notifymuch): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/music.scm (solfege): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/patchutils.scm (patchwork): Likewise.
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/presentation.scm (presentty): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/syndication.scm (liferea): Likewise.
* gnu/packages/task-management.scm (blanket): Likewise.
* gnu/packages/text-editors.scm (manuskript): Likewise.
* gnu/packages/version-control.scm (gitless, cgit, git-when-merged)
(git-imerge): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (criu): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
| Maxim Cournoyer | 2021-02-01 |
* | | gnu: mercurial: Update to 5.6.1.•••This fixes the build on Python 3.9.
* gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete
trailing #t.
[phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test
file and add a comment.
| Maxim Cournoyer | 2021-01-26 |
* | | gnu: python-xyz: Move a few modules to (gnu packages python-build).•••* gnu/packages/python-xyz.scm (python-pep517): Inherit from
python-pep517-bootstrap. Remove the inherited common fields.
(python-poetry-core, python-wheel)
(python-toml): Move to ...
* gnu/packages/python-build.scm: ... here, a new module.
(python-pep517-bootstrap): New package.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
| Maxim Cournoyer | 2021-01-15 |
|/ |
|
* | gnu: Add ghq.•••* gnu/packages/version-control.scm (ghq): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Joseph LaFreniere | 2021-01-03 |
* | gnu: b4: Update to 0.6.2.•••* gnu/packages/version-control.scm (b4): Update to 0.6.2.
| Tobias Geerinckx-Rice | 2021-01-02 |
* | gnu: git: Update to 2.30.0.•••* gnu/packages/version-control.scm (git): Update to 2.30.0.
(native-inputs)[git-manpages]: Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Greg Hogan | 2021-01-01 |
* | Revert "gnu: gita: Update to 0.11.9."•••This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates
gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
| Oleg Pykhalov | 2020-12-23 |
* | gnu: gita: Update to 0.11.9.•••* gnu/packages/version-control.scm (gita): Update to 0.11.9.
| Oleg Pykhalov | 2020-12-23 |
* | gnu: b4: Update to 0.6.1.•••* gnu/packages/version-control.scm (b4): Update to 0.6.1.
[source]: Download from pypi, which now includes the manpage.
[arguments]: Remove now unnecessary install-manpages phase.
[inputs]: Add python-dkimpy and python-dnspython.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer | 2020-12-14 |
* | gnu: gita: Install shell completions.•••* gnu/packages/version-control.scm (gita)[arguments]: Add phase
install-shell-completions.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Michael Rohleder | 2020-12-08 |
* | gnu: Add gita.•••* gnu/packages/version-control.scm (gita): New variable.
| Oleg Pykhalov | 2020-12-08 |
* | gnu: Add diff-so-fancy.•••* gnu/packages/version-control.scm (diff-so-fancy): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh | 2020-12-05 |
* | gnu: git-open: Remove unnecessary propagated input.•••* gnu/packages/version-control.scm (git-open)[arguments]: Wrap the git-open
executable with the path to xdg-utils.
[propagated-inputs]: Replace with ...
[inputs]: New field.
[build-system]: Use copy-build-system.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh | 2020-12-04 |
* | gnu: libgit2: Update to 1.1.0•••* gnu/packages/version-control.scm (libgit2): Update to 1.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Holger Peters | 2020-12-03 |
* | gnu: stgit: Update to 0.23.•••* gnu/packages/version-control.scm (stgit): Update to 0.23.
| Tobias Geerinckx-Rice | 2020-11-29 |
* | gnu: stgit: Update home page.•••* packages/version-control.scm (stgit)[home-page]: Follow HTML redirection.
| Tobias Geerinckx-Rice | 2020-11-29 |
* | gnu: b4: Update to 0.5.3.•••* gnu/packages/version-control.scm (b4): Update to 0.5.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Kyle Meyer | 2020-11-29 |
* | gnu: grokmirror: Update to 2.0.5.•••* gnu/packages/version-control.scm (grokmirror): Update to 2.0.5.
[propagated-inputs]: Add python-packaging.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Kyle Meyer | 2020-11-29 |
* | gnu: Add git-open.•••* gnu/packages/version-control.scm (git-open): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh | 2020-11-25 |
* | gnu: git: Add phase to restore hooks shebang.•••Fixes <https://bugs.gnu.org/25508>.
* gnu/packages/version-control.scm (git)[arguments]: New phase
restore-sample-hooks-shebang.
| Miguel Ángel Arruga Vivas | 2020-11-16 |
* | gnu: Add b4.•••* gnu/packages/version-control.scm (b4): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Kyle Meyer | 2020-11-15 |
* | gnu: pre-commit: Update to 2.8.1.•••* gnu/packages/version-control.scm (pre-commit): Update to 2.8.1.
[arguments]: Skip new dotnet and nodejs tests.
[native-inputs]: Add python-re-assert.
[inputs]: Propagate.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Vinicius Monego | 2020-11-10 |
* | gnu: git: Update to 2.29.2.•••* gnu/packages/version-control.scm (git): Update to 2.29.2.
| Tobias Geerinckx-Rice | 2020-11-01 |
* | gnu: Git: Update to 2.29.1.•••* gnu/packages/version-control.scm (git): Update to 2.29.1.
(native-inputs)[git-manpages]: Update hash.
(git-minimal)[arguments]: Delete obsolete phase 'delete-svn-test'.
| Leo Famulari | 2020-10-25 |
* | gnu: rcs: Update to 5.10.0.•••* gnu/packages/version-control.scm (rcs): Update to 5.10.0.
[source]: Update patches.
[arguments]: Remove field.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: Remove file.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register changes.
| Efraim Flashner | 2020-10-23 |
* | gnu: vc-dwim: Update to 1.10.•••* gnu/packages/version-control.scm (vc-dwim): Update to 1.10.
| Efraim Flashner | 2020-10-18 |
* | gnu: Add grokmirror.•••* gnu/packages/version-control.scm (grokmirror): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer | 2020-09-27 |