about summary refs log tree commit diff stats
path: root/hm/soispha/conf/git (follow)
Commit message (Collapse)AuthorAge
* fix(treewide): Comply with the shell library's new argument namesSoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update flake and shell librarySoispha2024-01-13
|
* build(treewide): UpdateSoispha2024-01-01
|
* feat(hm/conf/git): Update git defaults and add wip commandSoispha2023-12-29
|
* fix(hm/conf/git): Use correct path for codeberg ssh url substitutionSoispha2023-12-29
|
* feat(hm/conf/git): Use correct escaping for '${}' in nixSoispha2023-12-29
|
* feat(hm/conf/git): Use the previous commit's scope when committingSoispha2023-12-29
|
* fix(hm/conf/git): Revert changing the st alias to the short statusSoispha2023-12-29
|
* feat(hm/conf/git): Incorporate elements of other peoples configsSoispha2023-12-29
|
* feat(hm/conf/soispha/git): Add alias for redoing a failed commitSoispha2023-10-17
| | | | | | | | | | | | | | | | diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index e6c4c01..728e40d 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -7,6 +7,8 @@ in { #package = pkgs.gitAndTools.gitFull; # TODO: for git send-email support aliases = { cm = "commit --verbose"; + cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose"; + st = "status"; ds = "diff --staged";
* feat(hm/soispha/git): Add 'cm' (commit) aliasSoispha2023-10-16
|
* fix(hm/soispha/conf/git/git_template): Use lowercase type namesSoispha2023-10-16
|
* Refactor(treewide): Abbreviate path namesSoispha2023-08-26