Use sensible domain name (the DNS one) when guessing ident information
[git/dscho.git] / Documentation / git-add.txt
blob4a03b4cfc6a2e497ceb5d61284928904af2877e1
1 git-add(1)
2 ==========
4 NAME
5 ----
6 git-add - Add files to the cache.
8 SYNOPSIS
9 --------
10 'git-add' <file>...
12 DESCRIPTION
13 -----------
14 A simple wrapper for git-update-index to add files to the cache for people used
15 to do "cvs add".
17 OPTIONS
18 -------
19 <file>...::
20         Files to add to the cache.
22 Author
23 ------
24 Written by Linus Torvalds <torvalds@osdl.org>
26 Documentation
27 --------------
28 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
30 GIT
31 ---
32 Part of the gitlink:git[7] suite