• S
    Fix duplicated branch creation/deletion events when using Web UI · 423d2d62
    Stan Hu 提交于
    When deleting a branch, this is what was happening:
    
    1. DeleteBranchService calls EventCreateService and creates an event.
    2. The call to repository.rm_branch triggers the GitHooksService.
    3. This, in turn, calls GitPushService and then calls EventCreateService again.
    
    5145706c now makes it no longer necessary for DeleteBranchService and CreateBranchService to create an event.
    
    Closes #4304
    423d2d62
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG 102.2 KB