commit | 9da6f0fff2d6ab4bfad36099b53c911bc498fc2e | [log] [tgz] |
---|---|---|
author | SZEDER Gábor <szeder@ira.uka.de> | Tue Sep 02 03:35:24 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 01 22:01:33 2008 -0700 |
tree | b5849b63e7745a4af3eb9af4b63c10916f97ea6f | |
parent | d4040e0a1728035af34fc67907be088ca14d31c1 [diff] |
Documentation: fix disappeared lines in 'git stash' manpage Asciidoc removes lines starting with a dot when creating manpages. Since those lines were comments in use case examples showing shell commands, preceed those lines with a hash sign. Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>