diff options
author | Alan Pearce | 2018-10-07 17:57:16 +0200 |
---|---|---|
committer | Alan Pearce | 2018-10-07 17:57:16 +0200 |
commit | 9b3676b546d963920e026ffd707176900e9a045f (patch) | |
tree | 647648926f6c9854c58b8e98bc7a169835cea999 /git/.config | |
parent | 501ecb89c9d5fe00811b54caba74a87ac322505c (diff) | |
parent | 6d2932987d881075ad3b02e4700f12e1dc13d11f (diff) | |
download | nixfiles-9b3676b546d963920e026ffd707176900e9a045f.tar.lz nixfiles-9b3676b546d963920e026ffd707176900e9a045f.tar.zst nixfiles-9b3676b546d963920e026ffd707176900e9a045f.zip |
Merge branch 'master' of https://git.alanpearce.eu/dotfiles
Diffstat (limited to 'git/.config')
-rw-r--r-- | git/.config/git/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index a0aa5a64..3a095ef9 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] |