[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to make vc-dir respect "git config status.showUntrackedFiles no"
From: |
pRoMMMModE |
Subject: |
How to make vc-dir respect "git config status.showUntrackedFiles no" |
Date: |
Sun, 24 Apr 2022 10:39:54 +0800 |
Hi,
When tring out vc.el in git repos I notice vc-dir dose not care about
status.showUntrackedFiles , when set it to "no" vc-dir will still show
untracked files.
Is there a way to make vc-dir not listing untracked files when
status.showUntrackedFiles is set to "no" ? In large repos this git
option can speed up thing quite a lot.
- How to make vc-dir respect "git config status.showUntrackedFiles no",
pRoMMMModE <=