Skip to content

housekeeping/manager: Add housekeeping jobs to remove info/attributes

Eric Ju requested to merge ej/4540/housekeeping-info-attribute into master

From git 2.43 on, Gitaly will read gitattributes from HEAD:.gitattributes. Old operation that copies HEAD:.gitattributes into info/attributes will be deprecated. The old info/attributes file must be removed because it has higher precedence than HEAD:.gitattributes.

This MR addes housekeeping jobs that remove info/attributes.

Closes #4540 (closed)

Edited by Eric Ju

Merge request reports