Skip to content

Commit

Permalink
gi: don't include directories when adding
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Mar 1, 2024
1 parent 006fe46 commit 2783fa5
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 @@ -31,7 +31,6 @@ fzf() {
git_add() {
files="$(
git ls-files --others --exclude-standard
git ls-files --others --exclude-standard --directory
git diff --name-only
)"
[ -z "$files" ] && return
Expand Down

0 comments on commit 2783fa5

Please sign in to comment.