How to change revision number of Git to sequential commit numbers?
Added by Rich Chang almost 10 years ago
Redmine v2.3
Ruby 1.9
Now I have Git revision number as hash in redmine repos. tabview. My question is how can I or any plugin could change it to sequential commit numbers? (just like the image)
Thanks!
Rich
Replies (2)
RE: How to change revision number of Git to sequential commit numbers?
-
Added by Martin Denizet (redmine.org team member) almost 10 years ago
Hello Rich,
That's not possible. Sequential numbers cannot be archived with the distributed architecture of Git.
The screenshot above is from a SVN repository.
Cheers,
RE: How to change revision number of Git to sequential commit numbers?
-
Added by Rich Chang almost 10 years ago
Thanks, Martin,
I have searched it for many days ...... still can't figure out how to do it.
But is there any Redmine plugin convert it maybe within in a project, so we could see sequential revision in this project repository ?