diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2005-11-24 11:36:01 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-24 11:10:40 -0800 |
commit | ee72aeaf009417156a3599b0eb69da3f7023ca07 (patch) | |
tree | 8510adf403a3d44b6de7f5c35d36b28bebeea64a /Documentation/git.txt | |
parent | diff-tree: teach single-commit diff-tree to honour grafts (diff) | |
download | tgif-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.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 694fee8f2a..a518249863 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. |