all repos — nixfiles @ 8f00c98d5d06a0f9eed7ffa717aa9141d19b8ca7

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

git: add aliases for lasttag and pending (merged PRs not in a tag)

Alan Pearce
commit

8f00c98d5d06a0f9eed7ffa717aa9141d19b8ca7

parent

77af8db6fc77342281b7c4f5b1e7c802319ad1be

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -17,6 +17,8 @@ ci = commit
br = branch co = checkout ready = rebase -i @{u} + lasttag = "!sh -c 'git tag --sort=taggerdate | 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' standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author Alan ignored = ls-files --others -i --exclude-standard