Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-13 08:50:34 +0300
committerJunio C Hamano <gitster@pobox.com>2008-12-13 08:50:34 +0300
commit0959df45253de579598dfc431ba5e370acd0ab8e (patch)
treee220190f3d7fd402c554778ed2d26e887aeeaa8e
parenta126ed0a01e265d7f3b2972a34e85636e12e6d34 (diff)
parent544ddb045a4bd49da9ffc1d9da80bdc0d71b2518 (diff)
Merge branch 'maint'
* maint: git-config.txt: fix a typo
-rw-r--r--Documentation/git-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 28e1861094..19a8917b83 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -279,7 +279,7 @@ If you want to know all the values for a multivar, do:
% git config --get-all core.gitproxy
------------
-If you like to live dangerous, you can replace *all* core.gitproxy by a
+If you like to live dangerously, you can replace *all* core.gitproxy by a
new one with
------------