helpers and tools are the same thing

Make it so!
This commit is contained in:
Marek Roszko 2022-07-21 19:16:16 -04:00
parent b6b4ae959e
commit 552f724cac
47 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,6 @@ GitLab CI pipeline status can be viewed for Linux and Windows builds of the late
* [doxygen](doxygen) - Configuration for generating pretty doxygen manual of the codebase
* [eeschema](eeschema) - Sourcecode of the schematic editor
* [gerbview](gerbview) - Sourcecode of the gerber viewer
* [helpers](helpers) - Helper tools and utilities for development
* [include](include) - Interfaces to the common library
* [kicad](kicad) - Sourcecode of the project manager
* [libs](libs) - Sourcecode of KiCad utilities (geometry and others)
@ -55,6 +54,6 @@ GitLab CI pipeline status can be viewed for Linux and Windows builds of the late
* [scripting](scripting) - Python integration for KiCad
* [template](template) - Project template
* [thirdparty](thirdparty) - Sourcecode of external libraries used in KiCad but not written by the KiCad team
* [tools](tools) - Other miscellaneous helpers for testing and building
* [tools](tools) - Helpers for developing, testing and building
* [translation](translation) - Translation data files (managed through [Weblate](https://hosted.weblate.org/projects/kicad/master-source/) for most languages)
* [utils](utils) - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 527 KiB

After

Width:  |  Height:  |  Size: 527 KiB

View File

Before

Width:  |  Height:  |  Size: 550 KiB

After

Width:  |  Height:  |  Size: 550 KiB

View File

@ -3,7 +3,7 @@
# Once the script is enabled, commit your changes and run 'git fixes 123456' to mark the last commit as a fix for issue #123456
# Enable by executing in the source root directory:
# git config --add include.path $(pwd)/helpers/git/fixes_alias
# git config --add include.path $(pwd)/tools/git/fixes_alias
fixes = "!f() { \
COMMIT_MSG=$(git log -n1 --format=%B); \