all repos — nixfiles @ 6d2932987d881075ad3b02e4700f12e1dc13d11f

System and user configuration, managed by nix and home-manager

git: Improve logging

Alan Pearce
commit

6d2932987d881075ad3b02e4700f12e1dc13d11f

parent

e1212ce9510700676bfe6fcf7157f9baae8f9270

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -18,8 +18,9 @@ br = branch
co = checkout ready = rebase -i @{u} lasttag = "!sh -c 'git tag --sort=version:refname | grep \"^v\\?[0-9]\" | tail -n1'" - pending = "!sh -c 'git log --oneline --grep=\"#[0-9]\" ...$(git lasttag)'" + pending = "!sh -c 'git log --oneline --grep=\"#\" ...$(git lasttag)'" lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %Cred%d%Creset' + prl = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %Cred%d%Creset' --grep="#" ignored = ls-files --others -i --exclude-standard bump = !bmpr [github]