-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux file being linked on darwin #478
Labels
Comments
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been labeled as stale for 7 days with no activity. |
erijo
added a commit
that referenced
this issue
Nov 28, 2024
* Simplify score_file() by using case in instead of nested ifs with regexps. * Merge record_score() and record_template(). * Alt condition processing no longer stops when a template condition is seen but continues processing to verify that all conditions are valid (as the documentation says it should). Fixes #478. * Support alt dirs with deeply nested tracked files (fixes #495). * Use git ls-files to filter out which tracked files to consider for alt processing. Should speed up auto-alt (#505).
erijo
added a commit
that referenced
this issue
Nov 29, 2024
* Simplify score_file() by using case in instead of nested ifs with regexps. * Merge record_score() and record_template(). * Alt condition processing no longer stops when a template condition is seen but continues processing to verify that all conditions are valid (as the documentation says it should). Fixes #478. * Support alt dirs with deeply nested tracked files (fixes #490). * Use git ls-files to filter out which tracked files to consider for alt processing. Should speed up auto-alt (#505). * Use nocasematch when comparing distro and distro_family. Fixed #455.
erijo
added a commit
that referenced
this issue
Dec 5, 2024
* Simplify score_file() by using case in instead of nested ifs with regexps. * Merge record_score() and record_template(). * Alt condition processing no longer stops when a template condition is seen but continues processing to verify that all conditions are valid (as the documentation says it should). Fixes #478. * Support alt dirs with deeply nested tracked files (fixes #490). * Use git ls-files to filter out which tracked files to consider for alt processing. Should speed up auto-alt (#505). * Use nocasematch when comparing distro and distro_family. Fixed #455.
erijo
added a commit
that referenced
this issue
Dec 6, 2024
* Simplify score_file() by using case in instead of nested ifs with regexps. * Merge record_score() and record_template(). * Alt condition processing no longer stops when a template condition is seen but continues processing to verify that all conditions are valid (as the documentation says it should). Fixes #478. * Support alt dirs with deeply nested tracked files (fixes #490). * Use git ls-files to filter out which tracked files to consider for alt processing. Should speed up auto-alt (#505). * Use nocasematch when comparing distro and distro_family. Fixed #455.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is about
Describe the issue
specifically this line
in the following output
here's a deeplink to the actual full source, I should really write a readme but off the top of my head you either need to be using manjaro linux or have brew plus xcode on mac
https://github.com/xenoterracide/dotfiles/tree/d1dd0cadc725bff5e06c5261f7678f1abeebe842/.config/yadm/alt
future commits don't have this problem, especially after I moved that from a template to a link
The text was updated successfully, but these errors were encountered: