From c5bba67f0aefef325a87a28f81c7f3e5a8ce90ae Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 30 Jun 2020 16:42:28 -0500 Subject: [PATCH] Document configuration for git-cola (#200) --- _docs/110_faq.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_docs/110_faq.md b/_docs/110_faq.md index 0faff8b..b09f88f 100644 --- a/_docs/110_faq.md +++ b/_docs/110_faq.md @@ -169,6 +169,19 @@ configuration by running: yadm config yadm.auto-private-dirs false ``` +## Integrations + +### Why does git-cola hang when run via `yadm enter`? + +`git-cola` tries to display all of the untracked files in a repository. For +dotfiles, this is usually a massive list of files. The solution is to configure +your repo to have `git-cola` ignore untracked files with the following +configuration. + +``` +yadm gitconfig gui.displayuntracked false +``` + ## Unconventional Cases ### Can I use yadm to track system level files?