gitlab-org--gitlab-foss/lib/gitlab/git
Alejandro Rodríguez 71569a9c41 Compare ids of commits if present for equality test
This solves a problem where commits populated with Gitaly were not equal
to commits populated with Rugged. This is because Gitaly may not return
all fields of a commit for optimizations purposes, which resulted in
false negatives when comparing the same commit (commits with the same
sha) with different sources.
2017-05-16 20:54:45 -04:00
..
attributes.rb
blame.rb
blob.rb Enable the Style/TrailingCommaInArguments cop 2017-05-10 18:25:45 +02:00
blob_snippet.rb
branch.rb
commit.rb Compare ids of commits if present for equality test 2017-05-16 20:54:45 -04:00
commit_stats.rb
compare.rb
diff.rb Add support for deltas_only under Gitaly 2017-05-13 18:27:06 +02:00
diff_collection.rb Remove deltas_only from DiffCollection 2017-05-11 16:01:10 +02:00
encoding_helper.rb Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING error 2017-04-20 16:10:33 +02:00
env.rb Add a Gitlab::Git::Env to store Git-specific env thread-safely 2017-04-10 16:10:18 +02:00
hook.rb
index.rb Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
path_helper.rb
popen.rb
ref.rb
repository.rb Merge branch 'use-gitaly-migrate' into 'master' 2017-05-15 18:26:55 +00:00
rev_list.rb Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs method 2017-04-10 16:10:18 +02:00
tag.rb
tree.rb Enable the Style/TrailingCommaInArguments cop 2017-05-10 18:25:45 +02:00
util.rb