forked from mirrors/nixpkgs
Merge pull request #179207 from roberth/top-level-git-autofixup
git-autofixup: init as alias
This commit is contained in:
commit
00b644c8e6
|
@ -26946,6 +26946,8 @@ with pkgs;
|
|||
# Git with SVN support, but without GUI.
|
||||
gitSVN = lowPrio (git.override { svnSupport = true; });
|
||||
|
||||
git-autofixup = perlPackages.GitAutofixup;
|
||||
|
||||
git-doc = lib.addMetaAttrs {
|
||||
description = "Additional documentation for Git";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue