1. 22 Aug, 2015 4 commits
    • Sytse Sijbrandij's avatar
    • Stan Hu's avatar
      Merge branch 'master' into 'master' · b85754e3
      Stan Hu authored
      "Fixes #xxxx" now shows up in the issue log for non-default branches. #2190
      
      I don't understand why the commits containing "closing references" (like `closes #xxxx`) were not mentioned in the corresponding issues **when pushed to a non-default branch**.
      
      So I tried to discover how it works -- hence learning Ruby! I don't expect that MR to pass, this is my very first attempt of contribution.
      
      **Update:** my modifications are now done. To sum up:
      - when a commit with a reference `fixes #xxxx` is pushed to a non-default branch, a cross-reference to that issue will be created;
      - when that same commit is pushed to a default branch, no cross-reference will be created because a message `This commit closes issue` will be emitted.
      - I also refined some of the existing tests and added 2 tests on the new behavior on non-default branches.
      
      See merge request !1150
      b85754e3
    • Maël Valais's avatar
      Create cross-reference for closing references on commits pushed to non-default branches. · a9e40917
      Maël Valais authored
      I also revamped the tests on "closing reference commits" (= "Fixes #xxxx" for example).
      Now, there are two different contexts:
      - when the commits with "closing reference" are pushed to the default branch,
      - when the commits with "closing reference" are pushed to a non-default branch.
      
      Closes gitlab-org/gitlab-ce#2190.
      a9e40917
    • Robert Speicher's avatar
      Merge branch 'reply-by-email' into 'master' · f0bdf7f8
      Robert Speicher authored
      Reply by email
      
      Fixes #1360.
      
      It's far from done, but _it works_.
      
      See merge request !1173
      f0bdf7f8
  2. 21 Aug, 2015 22 commits
  3. 20 Aug, 2015 14 commits