nixpkgs/pkgs/applications/version-management
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
..
arch
bcompare treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bitkeeper
blackbox treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bumpver bumpver: 2020.1107 -> 2020.1108 2020-12-12 18:51:25 +01:00
commitizen utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
cvs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
cvs2svn
cvs-fast-export csv_fast_export: use python3 2020-11-01 10:54:30 -08:00
cvsps
cvsq
dvc pythonPackages:google*: Noramlize names by replacing _ with - 2021-01-06 23:59:50 +01:00
fossil treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gerrit gerrit: 3.2.3 -> 3.3.1 2021-01-12 23:08:43 -08:00
git-and-tools gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
git-backup treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
git-crecord
git-lfs git-lfs: 2.13.1 -> 2.13.2 2021-01-13 21:00:00 -05:00
git-repo treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
git-review git-review: build with python3 2020-10-29 16:01:12 -07:00
git-sizer
git-up treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitea gitea: add sqlite_unlock_notify build tag 2021-01-11 18:09:14 +00:00
gitinspector treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitkraken gitkraken: 7.4.0 -> 7.4.1 2020-12-01 23:04:58 -08:00
gitlab treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitlab-triage gitlab-triage: init at 1.13.0 2020-10-23 09:37:39 +02:00
gitless treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitolite treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitoxide treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitstats treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gogs gogs: 0.11.91 -> 0.12.3 2020-11-28 06:50:52 +01:00
gomp
gource treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
guitone
meld treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mercurial mercurial: 5.4.2 -> 5.6 2020-11-19 11:29:46 -08:00
monotone treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
monotone-viz
mr
nbstripout nbstripout: 0.3.7 -> 0.3.9 2020-10-16 00:40:08 -07:00
nitpick
p4 p4: 2020.1.1991450 -> 2020.1.2007551 2020-10-23 16:24:13 +02:00
p4v
peru treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pijul treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rabbitvcs rabbitvcs: 0.17.1 -> 0.18 2020-12-06 09:16:43 -08:00
rapidsvn
rcs
redmine treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
reposurgeon
sit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
smartgithg treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sourcehut treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sparkleshare sparkleshare: add missing 'bash' dependency 2021-01-09 12:33:29 +01:00
src treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
srcml
sublime-merge treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
subversion treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tailor
tkcvs
tortoisehg tortoisehg: 5.2.1 -> 5.6 2021-01-07 17:48:31 -08:00
vcprompt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vcsh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yadm Merge pull request #84062 from abathur/fix/yadm_src_usage 2020-12-15 10:39:20 -05:00