Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix pulling into the same branch.
[gitweb.git]
/
Documentation
/
git-add-script.txt
diff --git
a/Documentation/git-add-script.txt
b/Documentation/git-add-script.txt
index 7ad2cfd8809841150abd583d482ded5993c3627e..300114358a2a765919c3720492329136ca82ff0e 100644
(file)
--- a/
Documentation/git-add-script.txt
+++ b/
Documentation/git-add-script.txt
@@
-7,7
+7,7
@@
git-add-script - Add files to the cache.
SYNOPSIS
--------
-'git-add-script'
[<file>]\+
+'git-add-script'
<file>...
DESCRIPTION
-----------
@@
-16,7
+16,7
@@
to do "cvs add".
OPTIONS
-------
-<file>::
+<file>
...
::
Files to add to the cache.
Author