Skip to content

Commit 09db2a9

Browse files
authored
fix: Switch gwch to log, whatchanged deprecated (#119)
Signed-off-by: James Hillyerd <james@hillyerd.com>
1 parent 83a0a86 commit 09db2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/__git.init.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function __git.init
154154
__git.create_abbr gupv git pull --rebase -v
155155
__git.create_abbr gupa git pull --rebase --autostash
156156
__git.create_abbr gupav git pull --rebase --autostash -v
157-
__git.create_abbr gwch git whatchanged -p --abbrev-commit --pretty=medium
157+
__git.create_abbr gwch git log -p --abbrev-commit --pretty=medium --raw --no-merges
158158

159159
# git checkout abbreviations
160160
__git.create_abbr gco git checkout

0 commit comments

Comments
 (0)