diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-22 18:54:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-22 18:54:19 -0700 |
commit | 4d8df3feb806ef85693a9f7c4b8c20ca5c1caa56 (patch) | |
tree | 82a6c78b367b284e3ee371e7530c5fec5f7857ea /Documentation | |
parent | Merge branch 'jc/fmt-patch' into next (diff) | |
parent | Remove possible segfault in http-fetch. (diff) | |
download | tgif-4d8df3feb806ef85693a9f7c4b8c20ca5c1caa56.tar.xz |
Merge branch 'se/http' into next
* se/http:
Remove possible segfault in http-fetch.
Install git builtins into gitexecdir rather than bindir.
Change GIT-VERSION-GEN to call git commands with "git" not "git-".
cvsimport: replace anonymous sub ref with a normal sub
cvsimport: minor fixups
Problem: 'trap...exit' causes error message when /bin/sh is ash.
Avoid segfault in diff --stat rename output.
Tutorial #2: broken link fix.
git help: remove whatchanged from list of common commands
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tutorial-2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index 7de91aa735..08d3453e5c 100644 --- a/Documentation/tutorial-2.txt +++ b/Documentation/tutorial-2.txt @@ -375,7 +375,7 @@ What next? At this point you should know everything necessary to read the man pages for any of the git commands; one good place to start would be -with the commands mentioned in link:everday.html[Everyday git]. You +with the commands mentioned in link:everyday.html[Everyday git]. You should be able to find any unknown jargon in the link:glossary.html[Glosssay]. |