X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=git.html;h=69837495b666e299bbd1d269c2cfddc62dd7f444;hb=33db43733d19e4dd878a9a04089535eaf47fd374;hp=7811ef0e0afbe0cc6b1a8e9332816979b1a0d512;hpb=1bab4b0c25397665461ac79c23871ba23e83cf9f;p=git.git diff --git a/git.html b/git.html index 7811ef0e..69837495 100644 --- a/git.html +++ b/git.html @@ -283,6 +283,8 @@ and full access to internals.

Everyday Git for a useful minimum set of commands, and "man git-commandname" for documentation of each command. CVS users may also want to read CVS migration.

+

The COMMAND is either a name of a Git command (see below) or an alias +as defined in the configuration file (see git-repo-config(1)).

OPTIONS

@@ -742,6 +744,15 @@ the working tree.

what are asked for.

+
+git-upload-tar(1) +
+
+

+ Invoked by git-tar-tree --remote to return the tar + archive the other end asked for. +

+

High-level commands (porcelain)

@@ -1091,6 +1102,14 @@ ancillary user utilities.

+git-quiltimport(1) +
+
+

+ Applies a quilt patchset onto the current branch. +

+
+
git-relink(1)
@@ -2095,7 +2114,7 @@ contributors on the git-list <git@vger.kernel.org>.