Skip to content
  1. Mar 06, 2019
    • Patrick Bajao's avatar
      Accept force option on commit via API · de5aef3b
      Patrick Bajao authored
      When `force` is set to `true` and `start_branch` is set, the
      branch will be ovewritten with the new commit based on the
      `HEAD` of the `start_branch`.
      
      This commit includes changes to update the `gitaly-proto` gem.
      de5aef3b
  2. Nov 28, 2018
  3. Sep 27, 2018
  4. Jul 16, 2018
  5. Mar 15, 2018
  6. Jan 05, 2018
  7. Dec 20, 2017
  8. Apr 20, 2017
  9. Mar 01, 2017
  10. Feb 24, 2017
  11. Feb 21, 2017
  12. Jan 06, 2017
  13. Dec 13, 2016
  14. Dec 08, 2016
  15. Nov 22, 2016
  16. 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
  17. 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