Changes between Version 29 and Version 30 of faq/gitification


Ignore:
Timestamp:
Jun 9, 2012, 3:33:57 PM (12 years ago)
Author:
Bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/gitification

    v29 v30  
    262262=== git_subtree_system_info_alter() ===
    263263
    264 This function takes a ''.gitinfo'' file and uses Drupal's [http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_parse_info_file/6 drupal_parse_info_file()] to populate the ''$info'' variable through [http://api.drupal.org/api/drupal/developer!hooks!core.php/function/hook_system_info_alter/6 hook_system_info_alter]:
     264This function takes a ''.gitinfo'' file and uses Drupal's [http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_parse_info_file/6 drupal_parse_info_file()] to populate the {{{$info}}} variable through [http://api.drupal.org/api/drupal/developer!hooks!core.php/function/hook_system_info_alter/6 hook_system_info_alter]:
    265265
    266266{{{