dotfiles/fish/.config/fish/functions/glp.fish

4 lines
44 B
Fish

function glp
git log -p --stat -n 100
end