Add GITCommand key value pair.

This commit is contained in:
Bill Hoffman 2010-05-11 09:29:55 -04:00
parent 408bf244dd
commit ef6b505caa
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
SVNCommand: @SVNCOMMAND@
SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
# Git options
GITCommand: @GITCOMMAND@
GITUpdateOptions: @GIT_UPDATE_OPTIONS@
# Generic update command
UpdateCommand: @UPDATE_COMMAND@
UpdateOptions: @UPDATE_OPTIONS@