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 /.gitignore | |
parent | a50b870aa18738ec10ed31fd4a32a284ee1cfe50 (diff) | |
download | git-ee72aeaf009417156a3599b0eb69da3f7023ca07.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d17a8b5845..8a6bd02d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ git-clone git-clone-pack git-commit git-commit-tree -git-config-set git-convert-objects git-count-objects git-cvsexportcommit @@ -76,6 +75,7 @@ git-rebase git-receive-pack git-relink git-repack +git-repo-config git-request-pull git-reset git-resolve |