summaryrefslogtreecommitdiff
path: root/Documentation/howto/rebase-and-edit.txt
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: remove stale howto/rebase-and-edit.txtThomas Rast2008-10-121-79/+0
| | | | | | | | The "rebase and edit" howto predates the much easier solution 'git rebase -i' by two years. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* War on whitespaceJunio C Hamano2007-06-071-11/+9
| | | | | | | | | This uses "git-apply --whitespace=strip" to fix whitespace errors that have crept in to our source files over time. There are a few files that need to have trailing whitespaces (most notably, test vectors). The results still passes the test, and build result in Documentation/ area is unchanged. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Documentation update: use git branch -d foo where applicableKai Ruemmler2005-11-071-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>
* Add Abstract: support for howto index generator.Junio C Hamano2005-08-261-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>
* [PATCH] Add some simple howtos, culled from the mailing list.Ryan Anderson2005-08-151-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>