Skip to content

Commit 24e61e5

Browse files
committed
Remove signature status from quicklog since it's slow
1 parent ce6cd63 commit 24e61e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitconfig.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
latest = for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'
6262
newb = checkout -b
6363
changelog = log --oneline --format='%h %s (%cr) <%an>'
64-
quicklog = log --oneline --decorate -10 --pretty=format:'%C(yellow)%h%C(reset)%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %C(bold black)[%G?]%Creset'
65-
quicklog-long = log --oneline --decorate --pretty=format:'%C(yellow)%h%C(reset)%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %C(bold black)[%G?]%Creset'
64+
quicklog = log --oneline --decorate -10 --pretty=format:'%C(yellow)%h%C(reset)%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
65+
quicklog-long = log --oneline --decorate --pretty=format:'%C(yellow)%h%C(reset)%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
6666
r = remote
6767
rb = rebase
6868
rl = reflog

0 commit comments

Comments
 (0)