diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-06-22 17:28:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-22 11:52:28 -0700 |
commit | 882541b87d8f7bedca824228a8ad14aed69c904e (patch) | |
tree | 5e9a52b42b018f9e3e66db5aef9cf0d8dc283752 /fsck.c | |
parent | gitweb: Split body of git_search into subroutines (diff) | |
download | tgif-882541b87d8f7bedca824228a8ad14aed69c904e.tar.xz |
gitweb: Clean up code in git_search_* subroutines
Replace sequence of
$foo .= "bar";
$foo .= "baz";
with
$foo .= "bar" .
"baz";
Use href(-replay=>1, -page=>undef) for first page of a multipl-page view.
Wrap some lines to reduce their length. Some lines still have more than 80
characters, but lines are shorter now.
No functional changes intended.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsck.c')
0 files changed, 0 insertions, 0 deletions