Skip to content

GetArchive: Make exclude relative to path

This is a very simple change to the behavior of the repeated bytes exclude parameter of GetArchive. With this change, exclude entries will be evaluated relative to the base path, instead of relative to the repository root. For example, to exclude a/b/ when path = 'a/', use exclude = ['b/'] instead of exclude = ['a/b/'].

Merge request reports