Skip to content

Commit

Permalink
Remove repository name mentions from file descriptions (#41)
Browse files Browse the repository at this point in the history
Resolves #40 (Remove repository name mentions from file descriptions).
  • Loading branch information
apcountryman authored Apr 1, 2024
1 parent 17706dc commit f6fcdd1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: GitHub Actions CI workflow for the build-avr-gcc repository.
# Description: GitHub Actions CI workflow.

name: CI

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: Git ignore rules for the build-avr-gcc repository.
# Description: Git ignore rules.

# ignore the build directory
build/
2 changes: 1 addition & 1 deletion ci/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: build-avr-gcc repository CI static analysis script.
# Description: CI static analysis script.

function error()
{
Expand Down
2 changes: 1 addition & 1 deletion git/hooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: Git hooks install script for the build-avr-gcc repository.
# Description: Git hooks install script.

function error()
{
Expand Down
2 changes: 1 addition & 1 deletion git/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# Description: Git pre-commit hook script for the build-avr-gcc repository.
# Description: Git pre-commit hook script.

function message()
{
Expand Down

0 comments on commit f6fcdd1

Please sign in to comment.