From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Cc: Jakub Narebski <jnareb@gmail.com>
Subject: [PATCH] gitweb: whitespace cleanup around '='
Date: Thu, 22 Jun 2006 08:52:57 +0200 [thread overview]
Message-ID: <11509591773212-git-send-email-jnareb@gmail.com> (raw)
In-Reply-To: <20060622023546.28cb4291.froese@gmx.de>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
---
gitweb/gitweb.cgi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
82c8812870e9c40fd495e9c3e2eae0eb78ac2759
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi
index e044c61..adc4a42 100755
--- a/gitweb/gitweb.cgi
+++ b/gitweb/gitweb.cgi
@@ -326,7 +326,7 @@ EOF
} elsif (defined $hash) {
$search_hash = $hash;
} else {
- $search_hash = "HEAD";
+ $search_hash = "HEAD";
}
$cgi->param("a", "search");
$cgi->param("h", $search_hash);
@@ -1766,8 +1766,8 @@ sub git_opml {
}
my $path = esc_html(chop_str($proj{'path'}, 25, 5));
- my $rss = "$my_url?p=$proj{'path'};a=rss";
- my $html = "$my_url?p=$proj{'path'};a=summary";
+ my $rss = "$my_url?p=$proj{'path'};a=rss";
+ my $html = "$my_url?p=$proj{'path'};a=summary";
print "<outline type=\"rss\" text=\"$path\" title=\"$path\" xmlUrl=\"$rss\" htmlUrl=\"$html\"/>\n";
}
print "</outline>\n".
@@ -1942,7 +1942,7 @@ sub git_commit {
"<td class=\"link\">" . $cgi->a({-href => "$my_uri?" . esc_param("p=$project;a=tree;h=$co{'tree'};hb=$hash")}, "tree") .
"</td>" .
"</tr>\n";
- my $parents = $co{'parents'};
+ my $parents = $co{'parents'};
foreach my $par (@$parents) {
print "<tr>" .
"<td>parent</td>" .
--
1.3.0
next prev parent reply other threads:[~2006-06-22 6:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-21 12:42 gitk lower pane (commit and files view) scrollbar extends past gitk window Jakub Narebski
2006-06-22 0:35 ` Edgar Toernig
2006-06-22 6:52 ` Jakub Narebski [this message]
2006-06-22 7:01 ` [PATCH] gitweb: whitespace cleanup around '=' Jakub Narebski
2006-06-22 7:09 ` Junio C Hamano
2006-06-22 7:32 ` Jakub Narebski
2006-06-22 9:33 ` Junio C Hamano
2006-06-22 9:37 ` Jakub Narebski
2006-06-22 10:20 ` Junio C Hamano
2006-06-22 9:52 ` Jakub Narebski
2006-06-22 10:19 ` Santi Béjar
2006-06-22 7:10 ` gitk lower pane (commit and files view) scrollbar extends past gitk window Alex Riesen
2006-06-22 7:48 ` [WORKAROUND] gitk lower pane " Jakub Narebski
2006-06-22 13:19 ` Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11509591773212-git-send-email-jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).