remove trailing white-space from app/models/repository/git.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9145 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-03-07 07:56:30 +00:00
parent 999a4ba30d
commit 0cbbb9fda8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Redmine - project management software # 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 # Copyright (C) 2007 Patrick Aljord patcito@ŋmail.com
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
@ -103,7 +103,7 @@ class Repository::Git < Repository
# such as Subversion and Mercurial, # such as Subversion and Mercurial,
# Redmine is able to be clever and only fetch changesets # Redmine is able to be clever and only fetch changesets
# going forward from the most recent one it knows about. # going forward from the most recent one it knows about.
# #
# However, Git does not have a sequential commit numbering. # However, Git does not have a sequential commit numbering.
# #
# In order to fetch only new adding revisions, # In order to fetch only new adding revisions,