X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit.txt;h=a5182498633c637d618fd465cd814417a65793fe;hb=b3cfd939c330211c9812f814094aa1dbe9531bdc;hp=15ae4f12d001787a9df0fcee6b2b98c48c44283c;hpb=cb22bc44474686f1e0d1ad991732ccd634498729;p=git.git diff --git a/Documentation/git.txt b/Documentation/git.txt index 15ae4f12..a5182498 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -24,6 +24,8 @@ OPTIONS --help:: prints the synopsis and a list of available commands. + If a git command is named this option will bring up the + man-page for that command. --exec-path:: path to wherever your core git programs are installed. @@ -106,6 +108,9 @@ gitlink:git-prune-packed[1]:: gitlink:git-read-tree[1]:: Reads tree information into the directory index +gitlink:git-repo-config[1]:: + Get and set options in .git/config. + gitlink:git-unpack-objects[1]:: Unpacks objects out of a packed archive.