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 /Documentation | |
parent | git-branch: display sha1 on branch deletion (diff) | |
parent | git-config.txt: fix a typo (diff) | |
download | tgif-0959df45253de579598dfc431ba5e370acd0ab8e.tar.xz |
Merge branch 'maint'
* maint:
git-config.txt: fix a typo
Diffstat (limited to 'Documentation')
-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 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 ------------ |