fixed git hash.

This commit is contained in:
Gabe Venberg 2026-01-20 10:39:12 +01:00
parent c5446b953a
commit 6ff0a8600d

View file

@ -46,7 +46,7 @@
log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'"; log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'"; recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
track = "add -AN"; track = "add -AN";
hash = "git show -s --format=%H"; hash = "show -s --format=%H";
}; };
user = { user = {
email = config.user.git.profile.email; email = config.user.git.profile.email;