X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-add-script.txt;h=300114358a2a765919c3720492329136ca82ff0e;hb=6e7722e6f88c049f43a1c00c45c502542d1a5752;hp=866d9c2d943d3c6af79ae0363ee31fb7b0af944c;hpb=7fc9d69fca0ea8afab6709622b694f31662fb2ee;p=git.git diff --git a/Documentation/git-add-script.txt b/Documentation/git-add-script.txt index 866d9c2d..30011435 100644 --- a/Documentation/git-add-script.txt +++ b/Documentation/git-add-script.txt @@ -3,26 +3,21 @@ git-add-script(1) NAME ---- -git-add-script - Some git command not yet documented. - +git-add-script - Add files to the cache. SYNOPSIS -------- -'git-add-script' [ --option ] ... +'git-add-script' ... DESCRIPTION ----------- -Does something not yet documented. - +A simple wrapper to git-update-cache to add files to the cache for people used +to do "cvs add". OPTIONS ------- ---option:: - Some option not yet documented. - -...:: - Some argument not yet documented. - +...:: + Files to add to the cache. Author ------