git - assembla and github -


i using assembla , github , have set correct post-receive urls (service hooks) link 2 services , use powerful commit messages. have following issue.

i have have 3 spaces post-receive urls (service hooks) set on github, 3 spaces receive commit messages. 1 space associates commit messages appropriate ticket.

e.g. have set ticket in each space called "test commits" using commit message "test commit re #1" each space pick commit , can see in stream. 1 space associates commit ticket.

the thing can tell different 2 don't work have commits against branch , 1 work has commit against master.

any suggestions?

thanks

strange, since branch shouldn't factor.

if reproducible, can start trac assembla ticket.
(which op lizard did: issue 654)


it appears issue on assembla side:

at moment we not processing commit message if commit located in non-main branch (in git, master).
you've mentioned topic, decided review our decision, , process comments.

... , ticket solved. git-tool page (accessed through login only) mentions:

how update assembla tickets git commits

  • use closes #4 close ticket 4.
    closed, close, fix, fixed, , fixes close ticket.
  • test #4 mark ticket "ready test".
  • re #4, references, refs , see add comment target ticket leave untouched.

and works on every branches, not master.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -