mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #179207 from roberth/top-level-git-autofixup
git-autofixup: init as alias
This commit is contained in:
commit
00b644c8e6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue