@@ -1,5 +1,5 | |||||
1 | # Redmine - project management software |
|
1 | # Redmine - project management software | |
2 |
# Copyright (C) 2006-201 |
|
2 | # Copyright (C) 2006-2012 Jean-Philippe Lang | |
3 | # Copyright (C) 2007 Patrick Aljord patcito@ŋmail.com |
|
3 | # Copyright (C) 2007 Patrick Aljord patcito@ŋmail.com | |
4 | # |
|
4 | # | |
5 | # This program is free software; you can redistribute it and/or |
|
5 | # This program is free software; you can redistribute it and/or | |
@@ -103,7 +103,7 class Repository::Git < Repository | |||||
103 | # such as Subversion and Mercurial, |
|
103 | # such as Subversion and Mercurial, | |
104 | # Redmine is able to be clever and only fetch changesets |
|
104 | # Redmine is able to be clever and only fetch changesets | |
105 | # going forward from the most recent one it knows about. |
|
105 | # going forward from the most recent one it knows about. | |
106 |
# |
|
106 | # | |
107 | # However, Git does not have a sequential commit numbering. |
|
107 | # However, Git does not have a sequential commit numbering. | |
108 | # |
|
108 | # | |
109 | # In order to fetch only new adding revisions, |
|
109 | # In order to fetch only new adding revisions, |
General Comments 0
You need to be logged in to leave comments.
Login now