diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-16 19:03:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-16 19:06:45 -0700 |
| commit | 9d3fff359b6c2cea4ac69299f3c1621af8bde64c (patch) | |
| tree | 95c5db67b6b94e0967404cb30d51f24f79331d72 /tools/default.nix | |
| parent | ops(github): archive the repository govanity (diff) | |
| download | infra-9d3fff359b6c2cea4ac69299f3c1621af8bde64c.tar.gz | |
ref(tools/git-blame-stats): rewrite the tool in python
The tool can calculate some stats about authors in a git repository. It
computes the number of lines that are authored by authors at a given
revision (HEAD by default), and the number of commits.
Diffstat (limited to '')
| -rw-r--r-- | tools/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/default.nix b/tools/default.nix index c266842..4078f35 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -2,14 +2,9 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: { dnsupdate = pkgs.callPackage ./dnsupdate { }; - gerrit-hook = pkgs.callPackage ./gerrit-hook { }; - ipconverter = pkgs.callPackage ./ipconverter { }; - seqstat = pkgs.callPackage ./seqstat { }; - git-blame-stats = pkgs.callPackage ./git-blame-stats { }; - sendsms = pkgs.callPackage ./sendsms { }; }) |
