git: add aliases for lasttag and pending (merged PRs not in a tag)
Alan Pearce alan@alanpearce.eu
Tue, 12 Dec 2017 16:47:44 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M git/.config/git/config → git/.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