diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-07 23:04:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-07 23:04:52 -0700 |
commit | 35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc (patch) | |
tree | 3573abf21f202ac1dbe1ef1b7e6aed1b97379329 /Documentation/git.txt | |
parent | 7c3693f1f240e17772c864fad35bc16226038fc8 (diff) | |
download | git-35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc.tar.gz git-35ef3a4c63d6b60cda8f26c842c0efee8d2cb5cc.tar.xz |
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.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 617f41620..567d41a6b 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. |