Merge pull request #179207 from roberth/top-level-git-autofixup

git-autofixup: init as alias
This commit is contained in:
Sandro 2022-06-27 14:34:15 +02:00 committed by GitHub
commit 00b644c8e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''