mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-22 08:11:39 +01:00
git: add taglist command
This commit is contained in:
parent
94ed0a6ea8
commit
481c81c68a
|
@ -36,3 +36,4 @@ abbrevcommit = true
|
|||
showtool = "!showci () { rev=${1:-HEAD}; git difftool $rev~1 $rev; }; showci $1"
|
||||
mylog = "log --pretty='format:👉 %C(yellow)commit: %h%C(auto)%d %Creset%nAuthor: %C(auto,cyan)%>(12)%an (%aE)%n%C(reset)Date: %C(auto,green)%ar%Creset%nContent: %s'"
|
||||
flog = "!flog() { git log --oneline $@ | fzf --multi --preview 'git -p show --color=always {+1}' --preview-window=right,60% | awk '{print $1}'; }; flog"
|
||||
taglist = "tag --list --sort=-creatordate --format=\"%(authordate:relative)%09│ %(refname:short)\""
|
||||
|
|
Loading…
Reference in New Issue
Block a user