git config
log
query
parse time:
19.0 ms
Parser
# Core variables [core] ; Don't trust file modes filemode = false # Our diff algorithm [diff] external = /usr/local/bin/diff-wrapper renames = true [branch "devel"] remote = origin merge = refs/heads/devel # Proxy settings [core] gitProxy="ssh" for "kernel.org" gitProxy=default-proxy ; for the rest [include] path = /path/to/foo.inc ; include by absolute path path = foo.inc ; find "foo.inc" relative to the current file path = ~/foo.inc ; find "foo.inc" in your `$HOME` directory ; include if $GIT_DIR is /path/to/foo/.git [includeIf "gitdir:/path/to/foo/.git"] path = /path/to/foo.inc ; include for all repositories inside /path/to/group [includeIf "gitdir:/path/to/group/"] path = /path/to/foo.inc ; include for all repositories inside $HOME/to/group [includeIf "gitdir:~/to/group/"] path = /path/to/foo.inc ; relative paths are always relative to the including ; file (if the condition is true); their location is not ; affected by the condition [includeIf "gitdir:/path/to/group/"] path = foo.inc ; include only if we are in a worktree where foo-branch is ; currently checked out [includeIf "onbranch:foo-branch"] path = foo.inc
((section_name) @function.builtin (#eq? @function.builtin "include")) ((section_header (section_name) @function.builtin (subsection_name)) (#eq? @function.builtin "includeIf")) (section_name) @tag (variable (name) @property) [(true) (false)] @constant.builtin (integer) @number ((string) @string.special.path (#match? @string.special.path "^(~|./|/)")) [(string) (subsection_name)] @string [ "[" "]" "\"" ] @punctuation.bracket "=" @punctuation.delimiter (comment) @comment