diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-13 15:15:05 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-13 15:15:05 -0800 |
commit | 26cfcfbff451a67412d2570759250a7418f648d2 (patch) | |
tree | 23ba65c82558910e3f4ea537bf8c872084118aa0 /Documentation/git.txt | |
parent | ea44949605781d1947ba1422ee541867e7ce9b81 (diff) | |
download | git-26cfcfbff451a67412d2570759250a7418f648d2.tar.gz |
Add release notes to the distribution.
This also adds a hook in the Makefile I can use to automatically
include pointers to documentation for older releases when updating
the pages at http://kernel.org/pub/software/scm/git/docs/.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 29ee24c34f..c0fa0d4b17 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -29,6 +29,24 @@ 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]). +ifdef::stalenotes[] +[NOTE] +============ +You are reading the documentation for the latest version of git. +Documentation for older releases are available here: + +* link:v1.4.4.4/git.html[documentation for release 1.4.4.4] + +* link:v1.3.3/git.html[documentation for release 1.3.3] + +* link:v1.2.6/git.html[documentation for release 1.2.6] + +* link:v1.0.13/git.html[documentation for release 1.0.13] + +============ + +endif::stalenotes[] + OPTIONS ------- --version:: |