summary refs log tree commit diff stats
path: root/git
diff options
context:
space:
mode:
authorAlan Pearce2018-10-05 11:18:08 +0200
committerAlan Pearce2018-10-05 11:18:08 +0200
commit6d2932987d881075ad3b02e4700f12e1dc13d11f (patch)
treed3fdf610bfcf391a6d98a4c79359f8a4c3eee007 /git
parente1212ce9510700676bfe6fcf7157f9baae8f9270 (diff)
downloaddotfiles-6d2932987d881075ad3b02e4700f12e1dc13d11f.tar.lz
dotfiles-6d2932987d881075ad3b02e4700f12e1dc13d11f.tar.zst
dotfiles-6d2932987d881075ad3b02e4700f12e1dc13d11f.zip
git: Improve logging
Diffstat (limited to 'git')
-rw-r--r--git/.config/git/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/.config/git/config b/git/.config/git/config
index a0aa5a6..3a095ef 100644
--- a/git/.config/git/config
+++ b/git/.config/git/config
@@ -18,8 +18,9 @@
 	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]