Skip to content

Commit

Permalink
feat: add diff patch to show command (resolves #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Aug 17, 2020
1 parent 7d7c9a7 commit f45e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/gitnow.fish
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function show -d "Gitnow: Show commit detail objects"
if test $len -gt 0
command git show $argv
else
command git show --compact-summary HEAD
command git show --compact-summary --patch HEAD
end

commandline -f repaint
Expand Down

0 comments on commit f45e396

Please sign in to comment.