git: Improve logging
Alan Pearce alan@alanpearce.eu
Fri, 05 Oct 2018 11:18:08 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M git/.config/git/config → git/.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]