forked from mirrors/nixpkgs
3893d6c6d7
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
|
||
---|---|---|
.. | ||
any-nix-shell | ||
bash | ||
dash | ||
dgsh | ||
elvish | ||
es | ||
fish | ||
ion | ||
jush | ||
ksh | ||
liquidprompt | ||
mksh | ||
mrsh | ||
nushell | ||
oh | ||
oil | ||
oksh | ||
pash | ||
powershell | ||
rc | ||
rush | ||
tcsh | ||
xonsh | ||
zsh |