From ca31a50d0924665a457cfa732fc398e38bb960f0 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 13 Mar 2024 13:51:41 -0700 Subject: [PATCH] Assorted changes. Last modified on: - 2024-03-13 13:51:24 '.gitconfig' --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index aebb63282..c26bcfe1b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -44,7 +44,7 @@ # commit (past) WIP changes with a message stating when they happened. (Cuz I sometimes leave changes uncommitted for a while, but want the dates for reference) # todo: maybe use `git commit --date=X` to set a past date. would need to pick one, tho. - commitwip = !"git commit -am \"WIP changes from a while ago. Last modified on:\n$(( git diff --name-only --cached; git ls-files --modified ) | uniq | xargs gstat -c '- %.19y %N')\"" + commitwip = !"git commit -am \"Assorted changes. Last modified on:\n$(( git diff --name-only --cached; git ls-files --modified ) | uniq | xargs gstat -c '- %.19y %N')\"" # I'm curious about some of these git + fzf aliases...