⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Redmine
All Projects
Redmine
Overview
Download
Activity
Roadmap
Issues
News
Wiki
Forums
Repository
«
Previous
|
Next
»
Revision 1201
Added by
Jean-Philippe Lang
over 17 years
ago
Git patch added (
#259
) with annotate support. Changeset revision field changed to string.
TODO:
fix Darcs support and add tests for Darcs
maybe remove scmid column by moving commit hashes to Changeset#revision for all DSCM
Related issues
Patch #259
: Git support for r1104
Changes
View differences
added
modified
copied
renamed
deleted
branches
work
git
app
controllers
repositories_controller.rb
(
diff
)
helpers
application_helper.rb
(
diff
)
repositories_helper.rb
(
diff
)
models
changeset.rb
(
diff
)
repository
bazaar.rb
(
diff
)
cvs.rb
(
diff
)
git.rb
subversion.rb
(
diff
)
repository.rb
(
diff
)
views
repositories
_dir_list_content.rhtml
(
diff
)
_revisions.rhtml
(
diff
)
annotate.rhtml
(
diff
)
diff.rhtml
(
diff
)
revision.rhtml
(
diff
)
db
migrate
090_change_changesets_revision_to_string.rb
091_change_changes_from_revision_to_string.rb
doc
RUNNING_TESTS
(
diff
)
lib
redmine
scm
adapters
git_adapter.rb
redmine.rb
(
diff
)
test
functional
repositories_cvs_controller_test.rb
(
diff
)
repositories_git_controller_test.rb
unit
repository_cvs_test.rb
(
diff
)
repository_git_test.rb
Loading...
TODO: