Skip to content
Snippets Groups Projects
  1. Jan 06, 2017
  2. Dec 13, 2016
  3. Dec 08, 2016
  4. Nov 22, 2016
  5. Nov 14, 2016
    • Lin Jen-Shin's avatar
      Add `source_branch` option for various git operations · 0b5a2eef
      Lin Jen-Shin authored
      If `source_branch` option is passed, and target branch cannot be found,
      `Repository#update_branch_with_hooks` would try to create a new branch
      from `source_branch`.
      
      This way, we could make changes in the new branch while only firing
      the hooks once for the changes. Previously, we can only create a new
      branch first then make changes to the new branch, firing hooks twice.
      This behaviour is bad for CI.
      
      Fixes #7237
      0b5a2eef
  6. Oct 05, 2016
    • Marc Siegfriedt's avatar
      multi-file commit · a1ee8cf5
      Marc Siegfriedt authored
      add docs and tests - add additional validation
      allow move without content
      updated response
      a1ee8cf5
Loading