git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitweb: blame porcelain: lineno and orig lineno swapped
@ 2006-10-11  7:30 Luben Tuikov
  2006-10-11  8:37 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Luben Tuikov @ 2006-10-11  7:30 UTC (permalink / raw)
  To: git

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
 gitweb/gitweb.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 77063f0..19f434d 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2594,7 +2594,7 @@ HTML
 	while (1) {
 		$_ = <$fd>;
 		last unless defined $_;
-		my ($full_rev, $lineno, $orig_lineno, $group_size) =
+		my ($full_rev, $orig_lineno, $lineno, $group_size) =
 		    /^([0-9a-f]{40}) (\d+) (\d+)(?: (\d+))?$/;
 		if (!exists $metainfo{$full_rev}) {
 			$metainfo{$full_rev} = {};
-- 
1.4.3.rc2.gacda

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitweb: blame porcelain: lineno and orig lineno swapped
  2006-10-11  7:30 [PATCH] gitweb: blame porcelain: lineno and orig lineno swapped Luben Tuikov
@ 2006-10-11  8:37 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2006-10-11  8:37 UTC (permalink / raw)
  To: ltuikov; +Cc: git

Sheesh.  I thought I swapped both blame side and gitweb side to
match your suggestion but apparently I didn't.

Thanks for catching this.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-11  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11  7:30 [PATCH] gitweb: blame porcelain: lineno and orig lineno swapped Luben Tuikov
2006-10-11  8:37 ` Junio C Hamano

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).