[PATCH] Tidy up some rev-list-related stuff
authorPetr Baudis <pasky@ucw.cz>
Wed, 8 Jun 2005 20:59:43 +0000 (22:59 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 8 Jun 2005 22:59:09 +0000 (15:59 -0700)
commit17ebe977d72290dcdc848b78ae2e65b59d4e1b4c
tree9fbebb601c1278af419e3dc38286df3acab9ea83
parentf225b21807a5f6ac589132e4d004e78038d23375
[PATCH] Tidy up some rev-list-related stuff

This patch tidies up the git-rev-list documentation and epoch.c, which
are in severe clash with the unwritten coding style now, and quite
unreadable.

It also fixes up compile failures with older compilers due to variable
declarations after code.

The patch mostly wraps lines before or on the 80th column, removes
plenty of superfluous empty lines and changes comments from // to /* */.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-rev-list.txt
epoch.c
rev-list.c