summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-16 14:34:58 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-16 14:34:58 -0500
commitc50528993264682b84a8f7578c50006893c4a154 (patch)
treedc5612aaa8cc9e6ec0ff1985d2667d31494cbc14
parent9de3be0c1ab53118f2086cddf9c0a5cac8df686c (diff)
Explain 'lkml' better (thanks, @kobutsu!)
-rw-r--r--wiki/git/config.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/wiki/git/config.md b/wiki/git/config.md
index dd03f68..2ab5d00 100644
--- a/wiki/git/config.md
+++ b/wiki/git/config.md
@@ -1,8 +1,9 @@
# git-config Settings You Want
-Git comes with some fairly lkml-specific configuration defaults. You should
-fix this. All of the items below can be set either for your entire login
-account (`git config --global`) or for a specific repository (`git config`).
+Git comes with some fairly [lkml](http://www.tux.org/lkml/)-specific
+configuration defaults. You should fix this. All of the items below can be set
+either for your entire login account (`git config --global`) or for a specific
+repository (`git config`).
Full documentation is under `git help config`, unless otherwise stated.