X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit.txt;h=61331ab12140c43c3b043aab7e6dd21294678041;hb=34925d35ff278c7377e0cf3fce0227d5eceffeb5;hp=03d860b191001c2fa3a5c70f68ad0a8c4a558203;hpb=c16e30c0884549d48a73d7f2ebbbb470a0e1576b;p=git.git diff --git a/Documentation/git.txt b/Documentation/git.txt index 03d860b1..61331ab1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -237,6 +237,10 @@ gitlink:git-upload-pack[1]:: Invoked by 'git-clone-pack' and 'git-fetch-pack' to push what are asked for. +gitlink:git-upload-tar[1]:: + Invoked by 'git-tar-tree --remote' to return the tar + archive the other end asked for. + High-level commands (porcelain) ------------------------------- @@ -378,6 +382,9 @@ gitlink:git-merge-one-file[1]:: gitlink:git-prune[1]:: Prunes all unreachable objects from the object database. +gitlink:git-quiltimport[1]:: + Applies a quilt patchset onto the current branch. + gitlink:git-relink[1]:: Hardlink common objects in local repositories. @@ -399,6 +406,12 @@ gitlink:git-update-ref[1]:: Interrogators: +gitlink:git-annotate[1]:: + Annotate file lines with commit info. + +gitlink:git-blame[1]:: + Blame file lines on commits. + gitlink:git-check-ref-format[1]:: Make sure ref name is well formed.