Document a couple of missing command-line options.
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>
Mon, 14 Nov 2005 23:20:01 +0000 (00:20 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Nov 2005 01:15:32 +0000 (17:15 -0800)
This patch adds documentation to quite a few command-line options.

Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-checkout-index.txt
Documentation/git-prune-packed.txt
Documentation/git-read-tree.txt
index 94b283a6bf55bcbce4eefc63d133ada833f38c28..5bff4865f78101b0bb7df23b381f26d61a35a80a 100644 (file)
@@ -18,21 +18,21 @@ Will copy all files listed from the index to the working directory
 
 OPTIONS
 -------
 
 OPTIONS
 -------
--u::
+-u|--index::
        update stat information for the checked out entries in
        the index file.
 
        update stat information for the checked out entries in
        the index file.
 
--q::
+-q|--quiet::
        be quiet if files exist or are not in the index
 
        be quiet if files exist or are not in the index
 
--f::
+-f|--force::
        forces overwrite of existing files
 
        forces overwrite of existing files
 
--a::
+-a|--all::
        checks out all files in the index.  Cannot be used
        together with explicit filenames.
 
        checks out all files in the index.  Cannot be used
        together with explicit filenames.
 
--n::
+-n|--no-create::
        Don't checkout new files, only refresh files already checked
        out.
 
        Don't checkout new files, only refresh files already checked
        out.
 
index 28a1500d39a503e8341ad9c39c1c1597b1653d7c..8d96a91b410d91eefb6b424d2f3c54e33520b92b 100644 (file)
@@ -23,6 +23,12 @@ compression applied, stored in a single file, with an associated index file.
 
 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
 
 
 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
 
+OPTIONS
+-------
+-n::
+        Don't actually remove any objects, only show those that would have been
+        removed.
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>
index e219c6a78896f68f4720b189aa89514e7e108fb3..7be0cbd620b37e0b3f2dcd09372e7934ed85223c 100644 (file)
@@ -30,6 +30,10 @@ OPTIONS
 -m::
        Perform a merge, not just a read.
 
 -m::
        Perform a merge, not just a read.
 
+--reset::
+
+        Same as -m except that unmerged entries will be silently ignored.
+
 -u::
        After a successful merge, update the files in the work
        tree with the result of the merge.
 -u::
        After a successful merge, update the files in the work
        tree with the result of the merge.