diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-30 17:16:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-30 17:16:19 -0700 |
commit | 07c785dbb799ce7fa74686e776cd07d69c3ce01e (patch) | |
tree | 891c82a25aa3a5eb3b1e2391738059e3559a508f /Documentation/git.txt | |
parent | fe5d30b6302369990499c428b28921b903153b81 (diff) | |
parent | b5cc62f701abf8b903387a5d7c77a59f347d66fd (diff) | |
download | git-07c785dbb799ce7fa74686e776cd07d69c3ce01e.tar.gz git-07c785dbb799ce7fa74686e776cd07d69c3ce01e.tar.xz |
Merge branch 'maint'
* maint:
GIT v1.5.1.3
send-email documentation: clarify --smtp-server
git.7: Mention preformatted html doc location
Clarify SubmittingPatches Checklist
git-svn: Add 'find-rev' command
Fix symlink handling in git-svn, related to PerlIO
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index c5d02dacd..b0550b8b1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -29,6 +29,10 @@ in a coherent way to git enlightenment ;-). The COMMAND is either a name of a Git command (see below) or an alias as defined in the configuration file (see gitlink:git-config[1]). +Formatted and hyperlinked version of the latest git +documentation can be viewed at +`http://www.kernel.org/pub/software/scm/git/docs/`. + ifdef::stalenotes[] [NOTE] ============ |