summaryrefslogtreecommitdiff
path: root/vcs.d
AgeCommit message (Collapse)Author
2010-07-16properly quote $@; remove pointless IFS setting; add error if VCS not foundJoey Hess
2010-07-16move to middleJoey Hess
2010-07-15add "vcs" to pass commands to the vcs programStefan Tomanek
This new command allows the user to execute arbitrary commands inside the environment etckeeper runs in. This ensures that variables like $HOME match the values present during the commit process. Using the command "etckeeper vcs config user.email" will use the same git configuration as "etckeeper commit", while the value used by "git config" might vary due to the use of "sudo" and its handling of $HOME.