diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2005-11-17 22:49:19 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-19 20:47:30 -0800 |
commit | 2d2465c01518eb7defa9aa39ae864c9646cfb6f4 (patch) | |
tree | 2a20c488f29dd66ea44a6d54241e89615ff4d3ab /Documentation/git.txt | |
parent | Add git-config-set, a simple helper for scripts to set config variables (diff) | |
download | tgif-2d2465c01518eb7defa9aa39ae864c9646cfb6f4.tar.xz |
Add documentation for git-config-set
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 338e5acb8b..694fee8f2a 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -84,6 +84,9 @@ 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. |