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 ae477a85_2188_b617_eea7_758911fdd4ba["git_global()"] 7151fd7e_6867_bd63_13ae_61882b5deac2["standard_filters()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| ae477a85_2188_b617_eea7_758911fdd4ba b605afcc_84e6_88ca_ce52_34a0b5054e5a["custom_ignore_exclusive_use()"] b605afcc_84e6_88ca_ce52_34a0b5054e5a -->|calls| ae477a85_2188_b617_eea7_758911fdd4ba style ae477a85_2188_b617_eea7_758911fdd4ba 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
Source
Frequently Asked Questions
What does git_global() do?
git_global() is a function in the tailwindcss codebase.
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