summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d13bda)
raw | patch | inline | side by side (parent: 9d13bda)
author | J. Bruce Fields <bfields@citi.umich.edu> | |
Mon, 29 Jan 2007 05:17:51 +0000 (00:17 -0500) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Mon, 29 Jan 2007 05:17:51 +0000 (00:17 -0500) |
Direct editing of config files may be more natural for users than using
the git-config commandline; but we should still reference the
git-config man page when we describe such editing, so people know where
to go for details on the config file syntax and meanings of the
variables.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
the git-config commandline; but we should still reference the
git-config man page when we describe such editing, so people know where
to go for details on the config file syntax and meanings of the
variables.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt | patch | blob | history |
index 3e367a0adb039e915dec0555251a40d96a9a3feb..ce0e91b1daa7aff07782da7e570124210ea3debd 100644 (file)
...
-------------------------------------------------
-This is what causes git to track the remote's branches; you may
-modify or delete these configuration options by editing .git/config
-with a text editor.
+This is what causes git to track the remote's branches; you may modify
+or delete these configuration options by editing .git/config with a
+text editor. (See the "CONFIGURATION FILE" section of
+gitlink:git-config[1] for details.)
Exploring git history
=====================
EOF
------------------------------------------------
+(See the "CONFIGURATION FILE" section of gitlink:git-config[1] for
+details on the configuration file.)
+
Creating a new repository
-------------------------