Skip to content

Commit

Permalink
Merge pull request #87 from nikita-skobov/rewrite4.5.0
Browse files Browse the repository at this point in the history
Rewrite 4.5.0
  • Loading branch information
nikita-skobov authored Apr 9, 2021
2 parents 71a0276 + d448685 commit 613b42d
Show file tree
Hide file tree
Showing 34 changed files with 4,241 additions and 997 deletions.
19 changes: 0 additions & 19 deletions .github/install-git-filter-repo.sh

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
uses: actions/checkout@v2.3.2
with:
ref: tmp_branch
- name: install_git_filter_repo
run: bash .github/install-git-filter-repo.sh ${{ matrix.job.os }}
- name: build_executable
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_test_no_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
- name: checkout_code
uses: actions/checkout@v2.3.2
- name: install_git_filter_repo
run: bash .github/install-git-filter-repo.sh ${{ matrix.job.os }}
- name: build_executable
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
cd monorepo-git-tools
./test/run_tests.sh
```
That will probably fail at first because this project has some dependencies. Mainly [`git-filter-repo`](https://github.com/newren/git-filter-repo),
and [`bats` (note, I use `bats-core`)](https://github.com/bats-core/bats-core), so make sure both of those are properly installed. Then try running `./test/run_tests.sh` again.
That will probably fail at first because this project has some dependencies. mainly [`bats` (note, I use `bats-core`)](https://github.com/bats-core/bats-core), so make sure it is properly installed. Then try running `./test/run_tests.sh` again.
If it still doesn't work, something is wrong so please file an issue.
92 changes: 67 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ git-url-parse = "0.3.0"
die = { path="die" }
gumdrop = { git = "https://github.com/nikita-skobov/gumdrop", rev = "7ee4940bd8e6e41d207aa8bf82ba2a80aa82c1c0" }
exechelper = { path = "exechelper" }
gitfilter = { path = "gitfilter" }

[features]
gittests = []
Loading

0 comments on commit 613b42d

Please sign in to comment.