diff options
author | Stan Hu <stanhu@gmail.com> | 2017-07-03 15:46:52 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-07-03 15:48:13 -0700 |
commit | 2a9c2fec4efd1b88e2ee8ad87818d8435a97619f (patch) | |
tree | 35feed6d2e35dbffbe489da9f38b15fa93d51c43 /lib/expand_variables.rb | |
parent | b5b4054d5882782892d0a860c7e95db9a22bfdec (diff) | |
download | gitlab-ce-sh-optimize-project-commit-api.tar.gz |
Optimize creation of commit API by using Repository#commit instead of Repository#commitssh-optimize-project-commit-api
Repository#commits is expensive because it has to use Rugged to walk the Git
tree as opposed to doing a direct ref lookup.
Improves performance in #34533
Diffstat (limited to 'lib/expand_variables.rb')
0 files changed, 0 insertions, 0 deletions