Results 47 comments of Tim Byrne

@sinus-x What version of yadm are you using? I suspect you're using a version that does not support distro_family. What's the output of `yadm version`? `distro_family` support started with version...

@jacktose - The `--ignore-mdc-error` option you specify after `yadm decrypt` is ignored. The only option `yadm decrypt` recognizes is `-l` (to list files). I'm not sure of a great way...

@D-Vaillant - What's the output of `yadm gitconfig --get status.showUntrackedFiles` for you?

@jankatins I don't see any issues with making these available to bootstraps. I think this change will also expose similar data to hooks. Ideally, the data exposed to hooks and...

This is an interesting idea. All of the supported configurations are namespaces into a `[yadm]` section so they can easily overlap with standard Git configuration sections. I'm not sure there...

@xerus2000 You can apply this [patch](https://gist.githubusercontent.com/TheLocehiliosan/92a1e8a17c1b2d53c5b59faf118e6ad3/raw/38c70f705a5f266d7441115c2fff3cc04d6f3cb0/0001-Test-inclusion-of-yadm-config-for-standard-Git-comma.patch) to yadm if you want to try this out now. More testing and scrutiny is necessary before bringing into the codebase, but if you...

@coderforlife Is it possible to test if your git completions work the same way?

I've updated the website documentation to include this info.

@pschmitt Yes, your assessment of the current functionality is correct. I will consider including files from submodules for alternate file processing.