ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
GIT: Annotated commits missing when user has the "decorate" git option enabled (Bug #316)
Description
Considering an installation with the following default option in ~/.gitconfig
[log] decorate = short
And the following repository graph:
* 5934b22 (HEAD, master) projeckto: Move aside mongrel.pid ONLY if it exists * c7cb501 projeckto: Move aside mongrel.pid when starting | | * 70ad04f (develop) config: Rename local environment settings from "dotfiles" -> "config" | * aac7c54 Merge branch 'refs/heads/master' into develop | | |/ * 59f83a4 (tag: v0.0.2) projeckto: Change script files due to Redmine -> ChiliProject migration * 93df343 Plainsite repo moved to the top level
The project repository section for master
shows only:
Latest revisions¶
# DATE AUTHOR COMMENT c7cb5011 2011-04-04 12:32 Projeckto projeckto: Move aside mongrel.pid when starting 93df343 2011-02-06 23:26 Hugo Ferreira Plainsite repo moved to the top level
Commenting out the decorate
option in ~/.gitconfig
and refreshing the page correctly displays:
Latest revisions¶
# DATE AUTHOR COMMENT 5934b22e 2011-04-04 12:50 Projeckto projeckto: Move aside mongrel.pid ONLY if it exists c7cb5011 2011-04-04 12:32 Projeckto projeckto: Move aside mongrel.pid when starting 59f83a46 2011-03-31 12:33 Hugo Ferreira projeckto: Change script files due to Redmine -> ChiliProject migration 93df343 2011-02-06 23:26 Hugo Ferreira Plainsite repo moved to the top level
History
Updated by Toshi MARUYAMA at 2011-04-05 11:20 pm
I confirmed problem and fixed redmine revision 5334 in trunk and 5336 in stable-1.1.
Thanks.
Updated by Toshi MARUYAMA at 2011-04-06 02:02 am
I create new issue on Redmine.
http://www.redmine.org/issues/8081
Updated by Gabriel Mazetto at 2011-12-27 06:59 pm
Isn't anyone working on merging this?