-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f54db31
commit f4e15f9
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ for file in $(find heed/src -type f -name "*.rs"); do | |
done | ||
|
||
# Make it easier to rollback by doing a commit | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "The CI" | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "The CI" | ||
git commit -am 'remove-me: heed3 changes generate by the convert-to-heed3.sh script' | ||
|
||
echo "Heed3 crate setup completed successfully. Configurations for the heed crate have been copied and modified." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters