Posts by Jonas Martins • 53 points
5 posts
-
2
votes1
answer174
viewsQ: Commit Structure
I wonder if you have how to change a commit structure, in the case before it is made a predetermined structure, example: GIT_AUTHOR_NAME = '$name(Previamente registrado)' GIT_AUTHOR_DATE =…
-
1
votes0
answers29
viewsQ: Commit Lock with Redmine
I need to block a commit until its condition in Redmine is acceptable. Knowing that the required status index is 2(In progress). Example(I don’t use this just for understanding): if ["status" ==…
-
-1
votes1
answer67
viewsQ: Change in GIT log
I would like to change my GIT server log using a hook. The situation is this, when someone gives a commit and the local machine is with the wrong date, in the log appears the time of the local…
-
1
votes1
answer728
viewsQ: Change Time of Commit
I wonder if it’s possible to change the time of a commit. Here’s the situation, I have a built-in git server with Redmine. When users are going to upload code in the commit gets the local time of…
-
1
votes0
answers69
viewsQ: GIT Server integrated with Redmine
I have a built-in git server with Redmine, it’s set right and it’s being used by several people, but when the commit comment has double quotes (") it’s not synchronized. I use a script, below the…