summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-08 06:04:52 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-08 06:04:52 (GMT)
commit35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc (patch)
tree3573abf21f202ac1dbe1ef1b7e6aed1b97379329 /Documentation/git.txt
parent7c3693f1f240e17772c864fad35bc16226038fc8 (diff)
downloadgit-35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc.zip
git-35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc.tar.gz
git-35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc.tar.bz2
Documentation updates.
Fill in more missing documentation. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt23
1 files changed, 12 insertions, 11 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 617f416..567d41a 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -237,10 +237,18 @@ link:git-commit.html[git-commit]::
Record changes to the repository.
Previously this command was known as git-commit-script.
+link:git-diff.html[git-diff]::
+ git-diff.
+ Previously this command was known as git-diff-script.
+
link:git-fetch.html[git-fetch]::
Download from a remote repository via various protocols.
Previously this command was known as git-fetch-script.
+link:git-format-patch.html[git-format-patch]::
+ git-format-patch.
+ Previously this command was known as git-format-patch-script.
+
link:git-log.html[git-log]::
Shows commit logs.
Previously this command was known as git-log-script.
@@ -391,19 +399,12 @@ link:git-send-email.html[git-send-email]::
link:git-show-rev-cache.html[git-show-rev-cache]::
Show the contents of a rev-cache file.
-Commands not yet documented
----------------------------
-
-link:git-diff.html[git-diff]::
- git-diff.
- Previously this command was known as git-diff-script.
+link:git-stripspace.html[git-stripspace]::
+ Filter out empty lines.
-link:git-format-patch.html[git-format-patch]::
- git-format-patch.
- Previously this command was known as git-format-patch-script.
-link:git-stripspace.html[git-stripspace]::
- git-stripspace.
+Commands not yet documented
+---------------------------
link:gitk.html[gitk]::
gitk.