Suggested-by: Duy Nguyen <[email protected]>
Signed-off-by: Felipe Contreras <[email protected]>
---
contrib/related/git-related | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/related/git-related b/contrib/related/git-related
index eef776a..9194777 100755
--- a/contrib/related/git-related
+++ b/contrib/related/git-related
@@ -70,7 +70,7 @@ class Persons
end
def self.get(name, email)
- id = [name, email]
+ id = email.downcase
person = @@index[id]
if not person
person = @@index[id] = Person.new(name, email)
--
1.8.3.rc2.542.g24820ba
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html