fixed git hash.
This commit is contained in:
parent
c5446b953a
commit
6ff0a8600d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
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)'";
|
||||
track = "add -AN";
|
||||
hash = "git show -s --format=%H";
|
||||
hash = "show -s --format=%H";
|
||||
};
|
||||
user = {
|
||||
email = config.user.git.profile.email;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue