git_global() — tailwindcss Function Reference
Architecture documentation for the git_global() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 7066eb66_cf46_eff2_49c6_ac5cf671ed26["git_global()"] b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"] 7066eb66_cf46_eff2_49c6_ac5cf671ed26 -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565 efc5fe58_c0b2_cb0e_cfb5_cec9400b18af["standard_filters()"] efc5fe58_c0b2_cb0e_cfb5_cec9400b18af -->|calls| 7066eb66_cf46_eff2_49c6_ac5cf671ed26 ad763435_30f4_9274_9958_80110bcb1795["custom_ignore_exclusive_use()"] ad763435_30f4_9274_9958_80110bcb1795 -->|calls| 7066eb66_cf46_eff2_49c6_ac5cf671ed26 style 7066eb66_cf46_eff2_49c6_ac5cf671ed26 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 833–836
pub fn git_global(&mut self, yes: bool) -> &mut WalkBuilder {
self.ig_builder.git_global(yes);
self
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does git_global() do?
git_global() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is git_global() defined?
git_global() is defined in crates/ignore/src/walk.rs at line 833.
What calls git_global()?
git_global() is called by 2 function(s): custom_ignore_exclusive_use, standard_filters.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free