X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.html;h=69837495b666e299bbd1d269c2cfddc62dd7f444;hb=4220baa7b77d7e965a9cdd61e21d114f6ba66c21;hp=b85f51a0c3084fb0a7df3b9ffba78fd0f44b2947;hpb=e27fb93c1da32184ec74a966b7cc255a6464c924;p=git.git diff --git a/git.html b/git.html index b85f51a0..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

@@ -414,6 +416,14 @@ repositories.

+git-mktree(1) +
+
+

+ Build a tree-object from ls-tree formatted text. +

+
+
git-pack-objects(1)
@@ -734,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)

@@ -799,6 +818,14 @@ ancillary user utilities.

+git-clean(1) +
+
+

+ Remove untracked files from the working tree. +

+
+
git-clone(1)
@@ -943,6 +970,14 @@ ancillary user utilities.

+git-rm(1) +
+
+

+ Remove files from the working tree and from the index. +

+
+
git-shortlog(1)
@@ -1035,6 +1070,14 @@ ancillary user utilities.

+git-cvsserver(1) +
+
+

+ A CVS server emulator for git. +

+
+
git-lost-found(1)
@@ -1059,6 +1102,14 @@ ancillary user utilities.

+git-quiltimport(1) +
+
+

+ Applies a quilt patchset onto the current branch. +

+
+
git-relink(1)
@@ -1110,6 +1161,22 @@ ancillary user utilities.

Interrogators:

+git-annotate(1) +
+
+

+ Annotate file lines with commit info. +

+
+
+git-blame(1) +
+
+

+ Blame file lines on commits. +

+
+
git-check-ref-format(1)
@@ -1142,6 +1209,14 @@ ancillary user utilities.

+git-fmt-merge-msg(1) +
+
+

+ Produce a merge commit message. +

+
+
git-get-tar-commit-id(1)
@@ -1150,6 +1225,14 @@ ancillary user utilities.

+git-imap-send(1) +
+
+

+ Dump a mailbox from stdin into an imap folder. +

+
+
git-mailinfo(1)
@@ -1169,6 +1252,14 @@ ancillary user utilities.

+git-merge-tree(1) +
+
+

+ Show three-way merge without touching index. +

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