aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2005-11-24 11:36:01 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-24 11:10:40 -0800
commitee72aeaf009417156a3599b0eb69da3f7023ca07 (patch)
tree8510adf403a3d44b6de7f5c35d36b28bebeea64a /Documentation/git.txt
parenta50b870aa18738ec10ed31fd4a32a284ee1cfe50 (diff)
downloadgit-ee72aeaf009417156a3599b0eb69da3f7023ca07.tar.gz
git-ee72aeaf009417156a3599b0eb69da3f7023ca07.tar.xz
Rename git-config-set to git-repo-config
... and adjust all references. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 694fee8f2..a51824986 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -84,9 +84,6 @@ gitlink:git-checkout-index[1]::
gitlink:git-commit-tree[1]::
Creates a new commit object
-gitlink:git-config-set[1]::
- Set options in .git/config.
-
gitlink:git-hash-object[1]::
Computes the object ID from a file.
@@ -111,6 +108,9 @@ gitlink:git-prune-packed[1]::
gitlink:git-read-tree[1]::
Reads tree information into the directory index
+gitlink:git-repo-config[1]::
+ Get and set options in .git/config.
+
gitlink:git-unpack-objects[1]::
Unpacks objects out of a packed archive.