Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-16 | properly quote $@; remove pointless IFS setting; add error if VCS not found | Joey Hess | |
2010-07-16 | move to middle | Joey Hess | |
2010-07-15 | add "vcs" to pass commands to the vcs program | Stefan 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. |