summaryrefslogtreecommitdiffstats
path: root/app/models/repository/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/repository/git.rb')
-rw-r--r--app/models/repository/git.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb
index 3fbad858e..933b5e3c1 100644
--- a/app/models/repository/git.rb
+++ b/app/models/repository/git.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2011 Jean-Philippe Lang
+# Copyright (C) 2006-2012 Jean-Philippe Lang
# Copyright (C) 2007 Patrick Aljord patcito@Ĺ‹mail.com
#
# This program is free software; you can redistribute it and/or
@@ -103,7 +103,7 @@ class Repository::Git < Repository
# such as Subversion and Mercurial,
# Redmine is able to be clever and only fetch changesets
# going forward from the most recent one it knows about.
- #
+ #
# However, Git does not have a sequential commit numbering.
#
# In order to fetch only new adding revisions,