aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/testdata/README.md
blob: a187d0c9d7d571ff6fc49b0dc187db1fda26e696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Test Data for Bazel Integration Tests
=====================================

`git_repository_test.sh`
------------------------

The following archives contain test Git repositories used by
`git_repository_test.sh` to test the `git_repository` and `new_git_repository`
workspace rules:

* outer-planets-repo.tar.gz
* pluto-repo.tar.gz
* refetch-repo.tar.gz

For reference, the following files contain the output of `git log -p --decorate`
for the two repositories:

* outer-planets.git_log
* pluto.git_log
* refetch.git_log

These files were created by manually creating a git repository and tarring up
the result using `tar -zcvf`.