Central Authentication Service (CAS) Module
===========================================

This is the `master` branch of the Drupal CAS module. There is no code or
development work in this branch.

Please check out a development branch or tag using
  git checkout <branch/tag>

For example,
  git checkout 7.x-1.x
for the CAS 1.x development branch on Drupal 7; or
  git checkout 6.x-2.2
for the CAS 2.2 release on Drupal 6.

Available Branches & Tags
-------------------------

You can find a list of branches tags by running
  git branch -a
and
  git tag

Names follow the pattern CoreCompatibility-Major.PatchLevel[-Extra] as 
specified in http://drupal.org/node/467026.

Why does this branch exist?
---------------------------

This branch serves as a placeholder so that
  git clone git://git.drupal.org/project/cas.git
does not complain that
  warning: remote HEAD refers to nonexistent ref, unable to checkout.
Please see http://drupal.org/node/1074960.

