Skip to content

Draft: repository: GetFileAttributes supports get all attributes for a path

During the processing of replacing GetInfoAttributes by GitFileAttributes in Rails.We come across a function, attributes(path) in lib/gitlab/git/repository.rb. It queries all the attributes for a given path.

This MR add the ability to query all the attributes for a given path.

Closes #5772 (closed)

Edited by Eric Ju

Merge request reports