From 63fdf99956f19e6a7c517a8d8f18d2da16d49178 Mon Sep 17 00:00:00 2001 From: Christopher Apple Date: Mon, 21 Mar 2022 08:30:53 -0700 Subject: [PATCH] Revert "Revert "Revert "Bad test commit to be reverted""" This reverts commit 37731d4da31d6e20c5b7d825c543647ae4fce231. --- forgit.plugin.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/forgit.plugin.zsh b/forgit.plugin.zsh index 4284f42..3cba1cb 100755 --- a/forgit.plugin.zsh +++ b/forgit.plugin.zsh @@ -35,7 +35,6 @@ forgit::log() { FZF_DEFAULT_OPTS="$opts" fzf } - # git diff viewer forgit::diff() { forgit::inside_work_tree || return 1