gitlab-org--gitlab-foss/spec/lib/gitlab/git
David Turner b30c16aa32 repository: index submodules by path
Submodules have a name in the configuration, but this name is simply
the path at which the submodule was initially checked in (by default
-- the name is totally arbitrary).  If a submodule is moved, it
retains its original name, but its path changes.  Since we discover
submodules inside trees, we have their path but not necessarily their
name.

Make the submodules() function return the submodule hash indexed by
path rather than name, so that renamed submodules can be looked up.

Signed-off-by: David Turner <novalis@novalis.org>
2017-06-16 14:37:13 -04:00
..
attributes_spec.rb
blame_spec.rb
blob_snippet_spec.rb
blob_spec.rb Fix specs 2017-04-17 18:31:23 -05:00
branch_spec.rb Incorporate Gitaly's local_branches operation into repo code 2017-05-17 18:12:10 -04:00
commit_spec.rb
compare_spec.rb Fix Diff::Position#diff_file for positions on straight diffs 2017-06-06 14:48:05 -05:00
diff_collection_spec.rb Increase diff limits to 100 KB for collapse and 200 KB overall 2017-06-02 19:37:09 +01:00
diff_spec.rb Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master' 2017-06-05 13:58:54 +00:00
env_spec.rb
gitmodules_parser_spec.rb repository: index submodules by path 2017-06-16 14:37:13 -04:00
hook_spec.rb
index_spec.rb Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
repository_spec.rb repository: index submodules by path 2017-06-16 14:37:13 -04:00
rev_list_spec.rb
tag_spec.rb
tree_spec.rb
util_spec.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00