debian-mirror-gitlab/spec/support/gitlab-git-test.git
2019-12-04 20:38:33 +05:30
..
objects New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
refs New upstream version 9.5.4+dfsg 2017-09-10 17:25:29 +05:30
config New upstream version 9.5.4+dfsg 2017-09-10 17:25:29 +05:30
HEAD New upstream version 9.5.4+dfsg 2017-09-10 17:25:29 +05:30
packed-refs New upstream version 11.1.8+dfsg 2018-11-08 19:23:39 +05:30
README.md New upstream version 12.3.8 2019-12-04 20:38:33 +05:30

Gitlab::Git test repository

This repository is used by (some of) the tests in spec/lib/gitlab/git.

Do not add new large files to this repository. Otherwise we needlessly inflate the size of the gitlab-ce repository.

How to make changes to this repository

  • (if needed) clone https://gitlab.com/gitlab-org/gitlab-foss.git to your local machine
  • clone gitlab-ce/spec/support/gitlab-git-test.git locally (i.e. clone from your hard drive, not from the internet)
  • make changes in your local clone of gitlab-git-test
  • run git push which will push to your local source gitlab-ce/spec/support/gitlab-git-test.git
  • in gitlab-ce: run spec/support/prepare-gitlab-git-test-for-commit
  • in gitlab-ce: git add spec/support/helpers/seed_repo.rb spec/support/gitlab-git-test.git
  • commit your changes in gitlab-ce