dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f65acd8396603088a9339d0e41969c6209055e1f
parent 71b6f39504df2e0065b1550792359f21c6cf77e6
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 11 Nov 2019 01:40:13 -0500

git: edit changed files

Former-commit-id: f05dabcfee76eb913ccad1ca784108834f4bfd45
Diffstat:
Mgit/gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -69,6 +69,7 @@ root = rev-parse --show-toplevel + edit-changed = "!$EDITOR `git status --porcelain | sed -ne 's/^ M //p'`" commit-at = "!f(){\ if [ $# -eq 0 ]; then\ echo \"Date format: YYYY-MM-DD HH:MM:SS\";\