summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
* Merge pull request #40371 from Ma27/git-cola/qt5-portRobert Schütz2018-05-11
|\ | | | | git-cola: port to qt5
| * git-cola: port to qt5Maximilian Bosch2018-05-11
| | | | | | | | | | | | | | | | `git-cola` is a simple GUI `git` wrapper based on QT. Since 2.7 (namely https://github.com/git-cola/git-cola/commit/293364b45c4cbf3faff3fd7aba79b474d0abc845) it supports QT5 which provides a nicer inteface. See #33248
* | fossil: Remove crossAttrsJohn Ericson2018-05-10
| | | | | | | | | | TCC= (and BCC=) no longer needed as new Makefile defines with CC (and CC_FOR_BUILD).
* | git-secrets: fix homepage urlMatthew Justin Bauer2018-05-08
| |
* | Merge pull request #40151 from yrashk/sit-aarch64-iselxeji2018-05-08
|\ \ | | | | | | sit: better fix for aarch64 bug
| * | sit: better fix for aarch64 bugYurii Rashkovskii2018-05-07
| | |
* | | Merge pull request #40155 from jtojnar/gnome-3.28.2Jan Tojnar2018-05-08
|\ \ \ | |/ / |/| | GNOME Updates
| * | meld: 3.18.0 → 3.18.1Jan Tojnar2018-05-08
| | |
* | | sit: fix tests on aarch64Yurii Rashkovskii2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we found out in #40032, sit tests won't pass on aarch64. The problem seems to be related to `create_dir` not returning an error if the directory already exists, happening specifically on aarch64+debug (not aarch64+release) This update injects a patch for tests that will also be included in subsequent versions of SIT.
* | | Merge pull request #40032 from yrashk/sit-0.3.2xeji2018-05-07
|\ \ \ | | | | | | | | sit: 0.3.0 -> 0.3.2
| * | | sit: 0.3.0 -> 0.3.2Yurii Rashkovskii2018-05-07
| | | |
* | | | Merge pull request #40109 from r-ryantm/auto-update/fossilMichael Raskin2018-05-07
|\ \ \ \ | |_|_|/ |/| | | fossil: 2.5 -> 2.6
| * | | fossil: 2.5 -> 2.6R. RyanTM2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fossil/versions. These checks were done: - built on NixOS - ran ‘/nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6/bin/fossil --help’ got 0 exit code - ran ‘/nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6/bin/fossil help’ got 0 exit code - found 2.6 with grep in /nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6 - directory tree listing: https://gist.github.com/673b50672a3bb2c22d7e37175d1f37d4
* | | | gitea: 1.4.0 -> 1.4.1zimbatm2018-05-06
| |/ / |/| |
* | | Merge pull request #39770 from r-ryantm/auto-update/git-remote-gcryptxeji2018-05-05
|\ \ \ | |_|/ |/| | gitAndTools.gitRemoteGcrypt: 1.0.3 -> 1.1
| * | gitAndTools.gitRemoteGcrypt: 1.0.3 -> 1.1R. RyanTM2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/git-remote-gcrypt/versions. These checks were done: - built on NixOS - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/git-remote-gcrypt -h’ got 0 exit code - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/git-remote-gcrypt --help’ got 0 exit code - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/git-remote-gcrypt help’ got 0 exit code - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/.git-remote-gcrypt-wrapped -h’ got 0 exit code - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/.git-remote-gcrypt-wrapped --help’ got 0 exit code - ran ‘/nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1/bin/.git-remote-gcrypt-wrapped help’ got 0 exit code - found 1.1 with grep in /nix/store/xqncvvl7rynvbw0lf27d68qj879s26bm-git-remote-gcrypt-1.1 - directory tree listing: https://gist.github.com/f375e7b41aa0075f2c539d2c32748c12
* | | Merge pull request #39990 from bbarker/git-secretsMatthew Justin Bauer2018-05-05
|\ \ \ | | | | | | | | Add package: git-secrets
| * | | confirmed git-secrets is now workingBrandon Elam Barker2018-05-04
| | | |
| * | | adding untested git-secretsBrandon Elam Barker2018-05-04
| | |/ | |/|
* / | Upgrade gitkraken to 3.6.0Unknown2018-05-05
|/ /
* | treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | | | | | linux: readd assertion
* | git-cola: 3.0 -> 3.1R. RyanTM2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/git-cola/versions. These checks were done: - built on NixOS - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-cola-wrapped -h’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-cola-wrapped --help’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-cola-wrapped --version’ and found version 3.1 - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-cola-wrapped version’ and found version 3.1 - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-cola -h’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-cola --help’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-cola --version’ and found version 3.1 - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-cola version’ and found version 3.1 - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-dag-wrapped -h’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-dag-wrapped --help’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/.git-dag-wrapped --version’ and found version 3.1 - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-dag -h’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-dag --help’ got 0 exit code - ran ‘/nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1/bin/git-dag --version’ and found version 3.1 - found 3.1 with grep in /nix/store/vdgbmam99abv4kryg2bn31vkzdxk90cq-git-cola-3.1 - directory tree listing: https://gist.github.com/af016e8541c2ac80ef4e4e16a00bc0de
* | gitlab: 10.5.6 -> 10.7.0Robin Gloster2018-04-26
| |
* | gitlab-workhorse: 3.6.0 -> 4.1.0Robin Gloster2018-04-26
| |
* | gitlab-shell: 6.0.3 -> 7.1.2Robin Gloster2018-04-26
| |
* | gitaly: 0.81.0 -> 0.95.0Robin Gloster2018-04-26
|/
* git: Set PERL_PATH when building manualBen Gamari2018-04-24
| | | | | | | | | | Otherwise the build fails with the perplexing error make: *** No rule to make target 'cmd-list.made', needed by 'doc.dep'. Stop. make: Leaving directory '/tmp/nix-build-git-2.16.3.drv-0/git-2.16.3/Documentation' on NixOS (but not on Debian, where it succeeds, presumably since it picks up the system perl).
* git: Enable cross-compilationBen Gamari2018-04-24
|
* git: Allow perl support to be disabledBen Gamari2018-04-24
|
* git: Fix USE_LIBPCRE2 configurationBen Gamari2018-04-24
| | | | | Previously this was injected during install, causing the build system to rebuild the entire package.
* git: Refactor makeFlags using lib.optionalsBen Gamari2018-04-24
|
* Merge pull request #38918 from gnidorah/gitwebWout Mertens2018-04-20
|\ | | | | nixos/gitweb: add gitwebTheme option
| * nixos/gitweb: add gitwebTheme optiongnidorah2018-04-17
| |
* | bazaar: Fix CVE-2017-14176adisbladis2018-04-20
| |
* | Merge pull request #38650 from sondr3/gitea-1.4.0Matthew Justin Bauer2018-04-17
|\ \ | | | | | | gitea: 1.3.3 -> 1.4.0
| * | gitea: 1.3.3 -> 1.4.0Sondre Nilsen2018-04-09
| | |
* | | sit: 0.2.1 -> 0.3.0Yurii Rashkovskii2018-04-13
| |/ |/|
* | vcsh: update to latest version and add missing Perl test suite dependencies ↵Peter Simons2018-04-13
| | | | | | | | to fix the build
* | cvs: apply darwin patchMatthew Bauer2018-04-12
| | | | | | | | Fixes #36532
* | git: 2.16.2 -> 2.16.3Will Dietz2018-04-12
| | | | | | | | | | Cherry picked from 260194193c333a3d in staging as suggested by https://github.com/NixOS/nixpkgs/pull/38763#issuecomment-380504142.
* | Merge staging into masterFrederik Rietdijk2018-04-11
|\ \
| * \ Merge master into stagingFrederik Rietdijk2018-04-10
| |\ \
| * \ \ Merge branch 'master' into stagingRobert Schütz2018-04-10
| |\ \ \
| * \ \ \ Merge master into stagingFrederik Rietdijk2018-04-09
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge master into stagingFrederik Rietdijk2018-04-08
| |\ \ \ \
| * \ \ \ \ Merge master into stagingFrederik Rietdijk2018-04-04
| |\ \ \ \ \
| * | | | | | Revert "git: 2.16.3 -> 2.17.0"Tim Steinbach2018-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3bd496faa884d045af23146ee7d3bdc04d133074.
| * | | | | | git: 2.16.3 -> 2.17.0Tim Steinbach2018-04-03
| | | | | | |
| * | | | | | Revert "git: 2.16.3 -> 2.17.0"Will Dietz2018-04-03
| | | | | | |
| * | | | | | git: 2.16.3 -> 2.17.0Will Dietz2018-04-02
| | | | | | |