Commit Graph

77 Commits

Author SHA1 Message Date
AndersonTorres
d994dabace treewide: remove git-and-tools directory
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.

Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00
AndersonTorres
83b058e95b git-repo: move to git-and-tools
Also add a legacy alias.
2022-12-03 18:42:25 -03:00
R. Ryantm
5b812c1701 gitRepo: 2.29.9 -> 2.30 2022-11-19 10:39:24 +08:00
R. Ryantm
cf0c30240e gitRepo: 2.29.5 -> 2.29.9 2022-11-10 21:01:55 +08:00
R. Ryantm
047405e490 gitRepo: 2.29.4 -> 2.29.5 2022-10-28 11:06:50 +00:00
R. Ryantm
d831b36533 gitRepo: 2.29.3 -> 2.29.4 2022-10-26 07:54:38 +00:00
R. Ryantm
8bd79f59b3 gitRepo: 2.29.2 -> 2.29.3 2022-09-29 08:32:09 +00:00
R. Ryantm
b1075c2500 gitRepo: 2.29.1 -> 2.29.2 2022-09-10 12:01:46 +00:00
R. Ryantm
dbdd8d15e0 gitRepo: 2.28 -> 2.29.1 2022-08-28 13:41:36 +00:00
R. Ryantm
21f48ff22f gitRepo: 2.25 -> 2.28 2022-07-19 03:59:43 +00:00
R. Ryantm
fa1e885698 gitRepo: 2.24.1 -> 2.25 2022-05-03 08:04:49 +00:00
R. Ryantm
1d8e889dc0 gitRepo: 2.24 -> 2.24.1 2022-04-27 03:11:52 +00:00
R. Ryantm
41a2be8dc8 gitRepo: 2.23 -> 2.24 2022-04-21 03:03:41 +00:00
R. Ryantm
7c63c5914d gitRepo: 2.22 -> 2.23 2022-04-14 03:39:09 +00:00
R. Ryantm
217319ca41 gitRepo: 2.21 -> 2.22 2022-03-12 04:42:14 +00:00
R. Ryantm
4ea58428a9 gitRepo: 2.20 -> 2.21 2022-02-12 22:23:34 -08:00
R. Ryantm
36e46255d5 gitRepo: 2.19 -> 2.20 2022-01-11 03:06:43 +00:00
R. Ryantm
ce7e5f3632 gitRepo: 2.18 -> 2.19 2021-12-08 07:33:42 +00:00
R. Ryantm
4da06aaede gitRepo: 2.17.3 -> 2.18 2021-12-06 04:26:51 +00:00
R. Ryantm
91bab1510b gitRepo: 2.17.2 -> 2.17.3 2021-10-31 02:12:20 +00:00
R. RyanTM
3faf54932c gitRepo: 2.17.1 -> 2.17.2 2021-10-16 15:58:19 +00:00
R. RyanTM
f123659906 gitRepo: 2.17 -> 2.17.1 2021-10-12 01:19:44 +00:00
R. RyanTM
ea41520b71 gitRepo: 2.16.8 -> 2.17 2021-10-01 01:28:14 +00:00
R. RyanTM
405c90d2bf gitRepo: 2.16.7 -> 2.16.8 2021-09-23 06:55:15 +00:00
R. RyanTM
7d7ab4f895 gitRepo: 2.16 -> 2.16.7 2021-09-11 17:34:04 +00:00
Otavio Salvador
a7d13844a1 gitRepo: 2.15.4 -> 2.16
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-06-29 21:25:35 -03:00
Otavio Salvador
963b1f068a gitRepo: 2.15.3 -> 2.15.4
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-06-09 09:15:52 -03:00
Otavio Salvador
8f166b95c9
gitRepo: Add import to ssl module to avoid runtime error (#125373)
Co-authored-by: Ricardo M. Correia <rcorreia@wizy.org>
2021-06-03 16:24:19 +02:00
Otavio Salvador
e00e031ce1
gitRepo: 2.14.5 -> 2.15.3 (#124904) 2021-05-30 04:16:10 +02:00
Bruno Bigras
e0e62c8804 git-repo: 2.13.1 -> 2.14.5 2021-05-09 17:34:52 +02:00
Michael Weiss
d774b4234a
[needs new maintainer] gitRepo: Remove myself as maintainer (#114835)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-03 13:44:26 +01:00
Michael Weiss
a676907ae3
gitRepo: 2.12.2 -> 2.13.1 2021-03-02 13:04:06 +01:00
Michael Weiss
b4f2376434
gitRepo: 2.12.1 -> 2.12.2 2021-02-12 12:38:33 +01:00
Michael Weiss
c9858b6d88
gitRepo: 2.12 -> 2.12.1 2021-02-11 19:27:32 +01:00
Michael Weiss
62b5e51019
gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Weiss
288fb1f2ba
gitRepo: 2.11 -> 2.11.1 2021-01-09 17:49:35 +01:00
Michael Weiss
e640da3120
gitRepo: 2.10 -> 2.11 2021-01-07 12:07:00 +01:00
Michael Weiss
7352db0f5d
gitRepo: 2.9 -> 2.10 2020-12-02 11:37:48 +01:00
Michael Weiss
fed923247a
gitRepo: 2.8 -> 2.9 2020-09-07 18:34:36 +02:00
Michael Weiss
9404c8ee74
gitRepo: 2.7 -> 2.8 2020-05-22 13:04:27 +02:00
Michael Weiss
ca5fa22a38
gitRepo: 2.6 -> 2.7 2020-05-06 13:27:03 +02:00
Michael Weiss
7c2fc1ce23
gitRepo: 2.5 -> 2.6 2020-04-16 14:37:22 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Weiss
e571880c55
gitRepo: 2.4.1 -> 2.5 2020-03-25 19:07:36 +01:00
Michael Weiss
cc2ade3d7f
gitRepo: 2.3 -> 2.4.1 2020-02-25 10:06:29 +01:00
Michael Weiss
c1741fc12a
gitRepo: 2.1.1 -> 2.3 2020-02-14 01:06:36 +01:00
Michael Weiss
8ffa642baa
gitRepo: 2.0 -> 2.1.1 2020-02-11 18:32:29 +01:00
Michael Weiss
c213993880
gitRepo: 1.13.9.4 -> 2.0 2020-02-10 17:08:26 +01:00