Skip to content

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

username-removed-24981 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:

https://gitlab.com/gitlab-org/gitlab_git/merge_requests/12

Merge request reports