Skip to content

Commit

Permalink
gi: don't consider directories when showing add command
Browse files Browse the repository at this point in the history
Addendum to 2783fa5.
  • Loading branch information
XPhyro committed Mar 1, 2024
1 parent 45eb8bf commit 1bd5e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sh/util/integration/git/gi
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ while :; do
available_commands="$(
[ -n "$(
git ls-files --others --exclude-standard
git ls-files --others --exclude-standard --directory
git diff --name-only
)" ] \
&& printf "%s\n" "Add"
Expand Down

0 comments on commit 1bd5e68

Please sign in to comment.