diff options
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index 1237c50b759..beae2fe7a1a 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -216,7 +216,7 @@ class Commit end def revert_branch_name - "revert-#{project.id}-#{short_id}" + "revert-#{short_id}" end def revert_message |