Documentation / git-add-script.txton commit GIT 0.99.6 (99977bd)
   1git-add-script(1)
   2=================
   3
   4NAME
   5----
   6git-add-script - Add files to the cache.
   7
   8SYNOPSIS
   9--------
  10'git-add-script' <file>...
  11
  12DESCRIPTION
  13-----------
  14A simple wrapper to git-update-cache to add files to the cache for people used
  15to do "cvs add".
  16
  17OPTIONS
  18-------
  19<file>...::
  20        Files to add to the cache.
  21
  22Author
  23------
  24Written by Linus Torvalds <torvalds@osdl.org>
  25
  26Documentation
  27--------------
  28Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  29
  30GIT
  31---
  32Part of the link:git.html[git] suite
  33