Skip to content

Add Functionality to download the complete content of changed files in Comparisons and Commits as Zip Archive

Wilken Haase requested to merge w.haase/gitlab-ce:master into master

We missed a Feature we've got used to while using trac in former times. Trac has the ability to give users a download of the complete commit range of files when doing a comparison between two states. We implemented this functionality in Gitlab by adding Buttons in Compare and Commit Views. The base functionality is realised in gitlab_git GEM. We've opened a corresponding Merge Request for the GEM here:

gitlab_git!12 (closed)

Merge request reports