diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-14 15:59:04 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-14 15:59:04 -0700 |
commit | 803527f1d9b284fa848d4a4bad23158c162a5d54 (patch) | |
tree | ac45529372c3cd8682d6b26b9c8a96002595d326 /Documentation/git-config.txt | |
parent | c47e6a43d30c8a1fd4b8e9234883f01fe3bac805 (diff) | |
parent | 3d4e1932f24346d26f15e98dd6a74798035e7870 (diff) | |
download | git-803527f1d9b284fa848d4a4bad23158c162a5d54.tar.gz git-803527f1d9b284fa848d4a4bad23158c162a5d54.tar.xz |
Merge GIT 1.5.0.4
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r-- | Documentation/git-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 68de5881b..c759efb7f 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -86,7 +86,7 @@ OPTIONS Remove the line matching the key from config file. --unset-all:: - Remove all matching lines from config file. + Remove all lines matching the key from config file. -l, --list:: List all variables set in config file. |