aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/gi/git-edit-index/git-edit-index.sh (unfollow)
Commit message (Collapse)Author
2025-12-17treewide: Use correct `mktemp` with template invocationBenedikt Peetz
2025-12-09treewide: Give tempfiles descriptive namesBenedikt Peetz
This makes it easier to see, where each tempfile comes from.
2025-05-04pkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-14pkgs/git-edit-index: Migrate to `writeShellApplication`Benedikt Peetz
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
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.
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24fix(hm/pkgs/git-update-index): Remove '--' from help textSoispha
The parser for the automatic completion generation fails, when it encounters an option without name.
2024-02-24fix(hm/pkgs/git-edit-index): Correctly exit when parsing optionsSoispha
2024-02-23style(treewide): FormatSoispha
2024-02-23feat(hm/pkgs/git-edit-index): InitSoispha