aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-14 17:24:36 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-14 17:24:36 -0700
commit3f971fc425bca3d9e97b04e9db39e4d5e43921bc (patch)
treeb1e0b079a4143355e3f826f15b87383456dedcc9 /Documentation/git.txt
parent068eac91ce04b9aca163acb1927c3878c45d1a07 (diff)
downloadgit-3f971fc425bca3d9e97b04e9db39e4d5e43921bc.tar.gz
git-3f971fc425bca3d9e97b04e9db39e4d5e43921bc.tar.xz
Documentation updates.
Linus brought up that documentation for many commands have incorrect attribution. I started counting lines again, but ended up adding a handful of missing manual pages. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 1308eb675..595033248 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1,6 +1,6 @@
git(7)
======
-May 2005
+v0.99.4, Aug 2005
NAME
----
@@ -165,8 +165,20 @@ link:git-update-server-info.html[git-update-server-info]::
clients discover references and packs on it.
-Porcelainish Commands
----------------------
+Porcelain-ish Commands
+----------------------
+link:git-whatchanged.html[git-whatchanged]::
+ Shows commit logs and differences they introduce.
+
+link:git-log-script.html[git-log-script]::
+ Shows commit logs.
+
+link:git-shortlog.html[git-shortlog]::
+ Summarizes 'git log' output.
+
+link:git-status-script.html[git-status-script]::
+ Shows the working tree status.
+
link:git-fetch-script.html[git-fetch-script]::
Download from a remote repository via various protocols.