'IDF_Scm_Git', 'svn' => 'IDF_Scm_Svn', 'mercurial' => 'IDF_Scm_Mercurial', ); # If you want to use another memtypes database # $cfg['idf_mimetypes_db'] = '/etc/mime.types'; # Extra text files when displaying source # $cfg['idf_extra_text_ext'] = 'ext1 ext2 ext3'; # If you can execute the shell commands executed to get info # from the scm with the user of your PHP process but it is # not working from within PHP, this can be due to the environment # variables not being set correctly. Note the trailing space. # $cfg['idf_exec_cmd_prefix'] = '/usr/bin/env -i '; # Path to the SCM binaries. These binaries are not necessarily in # the path of your webserver or fastcgi process. In that case you # may need to set the path manually here. This is the case with OSX. # To know which path you need to provide, just run: # $ which git # from the command line. This will give you the path to git. # $cfg['svn_path'] = 'svn'; # $cfg['svnlook_path'] = 'svnlook'; # $cfg['svnadmin_path'] = 'svnadmin'; # $cfg['hg_path'] = 'hg'; # $cfg['git_path'] = 'git'; return $cfg;