about summary refs log tree commit diff stats
path: root/pkgs/by-name/gi (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/git-cleanup): Don't quote the branchesBenedikt Peetz2024-06-01
| | | | `git` cannot handle the branch names as single argument.
* fix(pkgs/git-cm): Ensure that the command is correctly namedBenedikt Peetz2024-05-25
|
* fix(pkgs/git-cleanup): Add `ssh` as a dependencyBenedikt Peetz2024-05-25
| | | | Git requires `ssh` to perform the operations on the remote over ssh.
* chore(version): v1.38.0Benedikt Peetz2024-05-25
|
* feat(pkgs): Add a `git-cleanup` scriptBenedikt Peetz2024-05-25
|
* refactor(git/scripts): Upgrade `git-cm` to a 'real' packageBenedikt Peetz2024-05-25
|
* refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.