Skip to content
Snippets Groups Projects
Commit 32819f0c authored by Jerome Reybert's avatar Jerome Reybert
Browse files

autoload/magit/git.vim: git works in a clean environment (no config)

parent e9679192
Branches
Tags
No related merge requests found
let s:git_cmd="git"
let s:git_cmd="GIT_CONFIG=/dev/null GIT_CONFIG_NOSYSTEM=1 XDG_CONFIG_HOME=/ git"
" magit#git#get_status: this function returns the git status output formated
" into a List of Dict as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment