gitlab-org--gitlab-foss/app/services/commits
Markus Koller f8cecafb07
Add start_sha to commits API
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.

By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
2019-07-18 09:19:18 +02:00
..
change_service.rb Correct error message returned by ChangeService 2018-11-08 15:59:55 +00:00
cherry_pick_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
commit_patch_service.rb Eliminate duplicated words 2018-11-22 01:01:23 +09:00
create_service.rb Add start_sha to commits API 2019-07-18 09:19:18 +02:00
revert_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
tag_service.rb Add releases API 2018-12-31 12:05:56 +09:00