7 lines
75 B
Fish
7 lines
75 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitlog
|
||
|
git log --name-status $argv
|
||
|
end
|