Commit Graph

4234 Commits

Author SHA1 Message Date
github-actions[bot]
6b44ad5d59
Merge master into staging-next 2021-08-03 00:01:21 +00:00
Florian Klink
50e3b159e3
Merge pull request #131952 from yu-re-ka/feature/gitlab-14-1-1
gitlab: 14.1.0 -> 14.1.1
2021-08-03 00:13:52 +02:00
github-actions[bot]
ae76abd3b9
Merge master into staging-next 2021-07-31 12:01:37 +00:00
Ben Siraphob
68f5b9dacb
Merge pull request #131840 from r-ryantm/auto-update/gitkraken
gitkraken: 7.7.0 -> 7.7.1
2021-07-31 18:37:08 +07:00
R. RyanTM
d542ab83c6 diff-so-fancy: 1.4.2 -> 1.4.3 2021-07-29 16:17:29 +00:00
Yureka
5a69fb930d
gitlab: 14.1.0 -> 14.1.1
https://about.gitlab.com/releases/2021/07/28/gitlab-14-1-1-released/
2021-07-29 15:24:03 +02:00
github-actions[bot]
391c51a79d
Merge master into staging-next 2021-07-29 12:01:14 +00:00
Robin Gloster
e30a06866c
Merge pull request #131017 from yu-re-ka/feature/gitlab-14-1-0
gitlab: 14.0.5 -> 14.1.0
2021-07-29 12:39:32 +02:00
github-actions[bot]
10f41ca1da
Merge staging-next into staging 2021-07-29 00:02:13 +00:00
Rick van Schijndel
ced2371674 cgit: fix regression where cgi script was not installed anymore
Related to https://github.com/NixOS/nixpkgs/pull/131705.
2021-07-28 21:32:54 +02:00
R. RyanTM
57067b7145 gitkraken: 7.7.0 -> 7.7.1 2021-07-28 17:11:22 +00:00
github-actions[bot]
6e67353aa0
Merge staging-next into staging 2021-07-28 00:02:02 +00:00
Rick van Schijndel
ec518eb21b cgit: support cross-compilation
asciidoc was in the incorrect location, and CC and AR must be set
explictly.
2021-07-27 19:11:55 +02:00
github-actions[bot]
30f43d1c49
Merge staging-next into staging 2021-07-25 00:02:12 +00:00
Sandro
e30a598500
Merge pull request #131285 from gravndal/git-annex-remote-googledrive
git-annex-remote-googledrive: 1.3.0 -> 1.3.2
2021-07-24 19:15:29 +00:00
Mario Rodas
549f3a7d94
Merge pull request #129789 from r-ryantm/auto-update/git-chglog
git-chglog: 0.14.2 -> 0.15.0
2021-07-24 10:20:01 -05:00
Gaute Ravndal
18f1aed448 git-annex-remote-googledrive: 1.3.0 -> 1.3.2 2021-07-24 00:41:59 +02:00
Jacek Galowicz
3bbbf04229
Merge pull request #131141 from blitz/git-machete-update-script
git-machete: add test and update script
2021-07-23 18:53:39 +02:00
Yurii Rashkovskii
1d4fad600b
fossil: 2.14 -> 2.15.1 (#120700)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-23 15:23:40 +02:00
Ivan Malison
6ff64c2974
git-sync: Wrap both binaries (#130515)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-07-23 11:38:36 +02:00
Julian Stecklina
290599fbb1 git-machete: add a simple version test 2021-07-23 00:00:04 +02:00
Julian Stecklina
9c5e8eb8da git-machete: enable automatic updates via nix-update 2021-07-22 23:50:29 +02:00
Danil
3ee9b99200
github-desktop: init at 2.9.0 (#130774) 2021-07-22 11:59:36 +02:00
Yureka
ac20e17cc8 gitlab: 14.0.5 -> 14.1.0 2021-07-22 06:18:46 +02:00
Sandro
d06f7e07a6
Merge pull request #130925 from SuperSandro2000/python-aliases 2021-07-22 03:21:11 +02:00
Sandro
00eb7340e7
Merge pull request #130772 from VirtusLab/git-machete-3.3.0
gitAndTools.git-machete: 3.2.1 -> 3.3.0
2021-07-21 16:45:12 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
zowoq
1249c9a174 gh: 1.12.1 -> 1.13.1
https://github.com/cli/cli/releases/tag/v1.13.0
https://github.com/cli/cli/releases/tag/v1.13.1
2021-07-21 11:51:46 +10:00
Git Machete Release Bot
0e11a1ba02 gitAndTools.git-machete: 3.2.1 -> 3.3.0
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
2021-07-20 12:31:09 +00:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Maximilian Bosch
4b060bc61f gitea: 1.14.4 -> 1.14.5
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.5
2021-07-16 19:11:11 +09:00
Ivan Malison
0c98c6bbc4
git-sync: unstable-2015-10-24 -> unstable-2021-07-14 (#130306)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-16 00:04:43 +02:00
Ryan Horiguchi
393414db77 gitkraken: 7.6.1 -> 7.7.0 2021-07-15 11:11:03 +02:00
edef
1630eccc5f
Merge pull request #128062 from deviant/git-shell-path
git: add shellPath passthru
2021-07-14 01:10:13 +00:00
Sandro
97bceacca5
Merge pull request #130129 from SuperSandro2000/delta
delta: 0.8.2 -> 0.8.3
2021-07-14 00:33:50 +02:00
Sandro
bc947a686c
Merge pull request #130052 from DeeUnderscore/git-cola-no-double-wrap 2021-07-13 23:44:44 +02:00
Sandro Jäckel
b3f974ee08
delta: 0.8.2 -> 0.8.3 2021-07-13 22:38:27 +02:00
Fabián Heredia Montiel
4a30039b27 pijul: 1.0.0-alpha.50 → 1.0.0-alpha.52 2021-07-13 11:14:54 -05:00
R. RyanTM
9e18ae4302 git-vendor: 1.2.1 -> 1.2.2 2021-07-13 12:00:56 +02:00
Florian Klink
66f419c4b1
Merge pull request #129734 from yu-re-ka/feature/gitlab-14-0-5
gitlab: 14.0.2 -> 14.0.5
2021-07-13 01:04:54 +02:00
D Anzorge
e3e3baf498 git-cola: avoid double wrapping 2021-07-12 23:10:48 +02:00
Yureka
6510a13611 gitlab: 14.0.2 -> 14.0.5
https://about.gitlab.com/releases/2021/07/06/gitlab-14-0-3-released/
https://about.gitlab.com/releases/2021/07/07/critical-security-release-gitlab-14-0-4-released/
https://about.gitlab.com/releases/2021/07/08/gitlab-14-0-5-released/
2021-07-12 14:18:15 +02:00
R. RyanTM
ad28b7f106 git-cola: 3.9 -> 3.10.1 2021-07-12 03:48:36 +00:00
R. RyanTM
da1dde42fb gitui: 0.16.1 -> 0.16.2 2021-07-10 22:26:39 +00:00
R. RyanTM
615f760af5 git-chglog: 0.14.2 -> 0.15.0 2021-07-09 19:57:04 +00:00
Artturin
d8a87e89e7 switch mercurial_4 and tortoisehg to pname 2021-07-07 23:46:31 +03:00
Maximilian Bosch
6dfc26e6f6 gitea: 1.14.3 -> 1.14.4
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.4
2021-07-07 12:18:01 +09:00
Yuka
3f18b72c1e
gitlab: 14.0.1 -> 14.0.2 (#128963)
https://about.gitlab.com/releases/2021/07/01/security-release-gitlab-14-0-2-released/
2021-07-06 08:16:33 +02:00
Sandro
dc75e35ef4
Merge pull request #129371 from fabaff/bump-bit-git
bit: 1.1.1 -> 1.1.2
2021-07-06 02:39:11 +02:00
Fabian Affolter
193c06f5f2 bit: 1.1.1 -> 1.1.2 2021-07-05 22:59:53 +02:00