author | Petr Baudis <pasky@ucw.cz> | |
Wed, 8 Jun 2005 20:59:43 +0000 (22:59 +0200) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 8 Jun 2005 22:59:09 +0000 (15:59 -0700) | ||
commit | 17ebe977d72290dcdc848b78ae2e65b59d4e1b4c | |
tree | 9fbebb601c1278af419e3dc38286df3acab9ea83 | tree | snapshot |
parent | f225b21807a5f6ac589132e4d004e78038d23375 | commit | diff |
[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>
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 | diff | blob | history | |
epoch.c | diff | blob | history | |
rev-list.c | diff | blob | history |