Documentation / git-stage.txton commit Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/maint-send-pack-stateless-rpc-deadlock-fix (1c1f046)
   1git-stage(1)
   2==============
   3
   4NAME
   5----
   6git-stage - Add file contents to the staging area
   7
   8
   9SYNOPSIS
  10--------
  11[verse]
  12'git stage' args...
  13
  14
  15DESCRIPTION
  16-----------
  17
  18This is a synonym for linkgit:git-add[1].  Please refer to the
  19documentation of that command.