diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-12-12 21:50:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-12 21:50:34 -0800 |
commit | 0959df45253de579598dfc431ba5e370acd0ab8e (patch) | |
tree | e220190f3d7fd402c554778ed2d26e887aeeaa8e | |
parent | a126ed0a01e265d7f3b2972a34e85636e12e6d34 (diff) | |
parent | 544ddb045a4bd49da9ffc1d9da80bdc0d71b2518 (diff) | |
download | git-0959df45253de579598dfc431ba5e370acd0ab8e.tar.gz git-0959df45253de579598dfc431ba5e370acd0ab8e.tar.xz |
Merge branch 'maint'
* maint:
git-config.txt: fix a typo
-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 28e186109..19a8917b8 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 ------------ |