Fix for import drupal cvs into git

  1. #!/bin/bash -x
  2. git-cvsimport -k  -d  :pserver:anonymous@cvs.drupal.org:/cvs/drupal drupal
  3. git-push --all /git/public/drupal.git
  4. git-push /git/public/drupal.git --tags

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.