summaryrefslogtreecommitdiffstats
path: root/fish/functions/gglog.fish
blob: 883b695136f7a06e91a8b72480a60df7b8195cfb (plain)
1
2
3
4
function gglog --wraps='git log --graph --pretty --all' --description 'alias gglog git log --graph --pretty --all'
  git log --graph --pretty --all $argv
        
end