Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-07 | Documentation update: use git branch -d foo where applicable | Kai Ruemmler | 1 | -1/+1 | |
This updates documentation to use git branch -d foo in favour of rm .git/refs/heads/foo Signed-off-by: Kai Ruemmler <kai.ruemmler@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-08-26 | Add Abstract: support for howto index generator. | Junio C Hamano | 1 | -0/+3 | |
Maybe it's time for me to really learn asciidoc. Also I should do Perl ;-). Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-08-15 | [PATCH] Add some simple howtos, culled from the mailing list. | Ryan Anderson | 1 | -0/+78 | |
I think these are useful, and I think putting them in a new "howto" directory might help some users until we get to the point of splitting up the tutorial to be easier to read. Given the authorship, I think it's safe to put these in the repository. Signed-off-by: Ryan Anderson <ryan@michonline.com> |