all repos — nixfiles @ 3cadfd775b165fb3ecfd85809db793e79e8b3347

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

git: Show tags in git lg

Alan Pearce
commit

3cadfd775b165fb3ecfd85809db793e79e8b3347

parent

2c275841789ae9558585646cec3e18cad292f603

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -19,7 +19,7 @@ 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 --merges --grep=\"Merge pull request\" ...$(git lasttag)'" - lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' + lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %Cred%d%Creset' ignored = ls-files --others -i --exclude-standard bump = !bmpr [github]