12565cc1ee
Git branch is a reference of specific revision. Git branch is equivalent with Mercurial *heads*. http://mercurial.selenic.com/wiki/GitConcepts?action=recall&rev=53#Branch_model 32ae898b7 in git test repository is a merged revision with two heads. 713f49446 and 4a07fe31b *were* in different branches before merged. 713f49446 and 4a07fe31b are descendants of 61b685fbe5. 4a07fe31b is a child of 61b685fbe5. To get revisions from 713f4944648826f5 to master, "git log" needs to return 4a07fe31b. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5760 e93f8b46-1217-0410-a6f0-8f06a7374b81 |
||
---|---|---|
app | ||
config | ||
db/migrate | ||
doc | ||
extra | ||
files | ||
lib | ||
log | ||
public | ||
script | ||
test | ||
tmp/test | ||
vendor | ||
.gitignore | ||
.hgignore | ||
README.rdoc | ||
Rakefile |
README.rdoc
= Redmine Redmine is a flexible project management web application written using Ruby on Rails framework. More details can be found at in the doc directory or on the official website http://www.redmine.org