aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
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 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.