summaryrefslogtreecommitdiff
path: root/Documentation/git-symbolic-ref.txt
AgeCommit message (Collapse)AuthorFilesLines
2005-11-15Documentation: do not blindly run 'cat' .git/HEAD, or echo into it.Libravatar Junio C Hamano1-2/+2
Many places in the documentation we still talked about reading what commit is recorded in .git/HEAD or writing the new head information into it, both assuming .git/HEAD is a symlink. That is not necessarily so. Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-10-04Add missing documentation.Libravatar Junio C Hamano1-0/+52
Signed-off-by: Junio C Hamano <junkio@cox.net>