summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6ab5bb)
raw | patch | inline | side by side (parent: f6ab5bb)
author | Petr Baudis <pasky@ucw.cz> | |
Tue, 25 Oct 2005 22:03:21 +0000 (00:03 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Oct 2005 05:51:39 +0000 (22:51 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 769054bac1b4187d77b354f38f7fdc1a1380da64..054f091acba55f0625e0b90de95628909189946c 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
Add paths to the index file.
Previously this command was known as git-add-script.
+gitlink:git-am[1]::
+ Apply patches from a mailbox, but cooler.
+
gitlink:git-applymbox[1]::
Apply patches from a mailbox.
gitlink:git-merge[1]::
Grand unified merge driver.
+gitlink:git-mv[1]::
+ Move or rename a file, a directory, or a symlink.
+
gitlink:git-octopus[1]::
Merge more than two commits.
Previously this command was known as git-octopus-script.
Hardlink common objects in local repositories.
Previously this command was known as git-relink-script.
+gitlink:git-svnimport[1]::
+ Import a SVN repository into git.
+
gitlink:git-sh-setup[1]::
Common git shell script setup code.
Previously this command was known as git-sh-setup-script.
An example script to create a tag object signed with GPG
Previously this command was known as git-tag-script.
+gitlink:git-update-ref[1]::
+ Update the object name stored in a ref safely.
+
Interrogators:
+gitlink:git-check-ref-format[1]::
+ Make sure ref name is well formed.
+
gitlink:git-cherry[1]::
Find commits not merged upstream.
Send patch e-mails out of "format-patch --mbox" output.
Previously this command was known as git-send-email-script.
+gitlink:git-symbolic-refs[1]::
+ Read and modify symbolic refs.
+
gitlink:git-stripspace[1]::
Filter out empty lines.