mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 23:13:43 +00:00
helpers and tools are the same thing
Make it so!
This commit is contained in:
parent
b6b4ae959e
commit
552f724cac
README.md
tools
gal_bitmap_font
READMEUbuntuMono-R.ttf_sdf.pngUbuntuMono-R.ttf_sdf.txtbitmap_font.fntbitmap_font.pngbitmap_font_2048.fntbitmap_font_2048_0.pngbitmap_font_2048_0_img.cbitmap_font_2048_desc.cbitmap_font_desc.cbitmap_font_img.cfnt2struct.pyfnt2struct_2.pyfont1024.bmfcfont2048.bmfchiero_desc.chiero_img.cpng2struct.py
git
newstroke
@ -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
|
||||
|
Before ![]() (image error) Size: 2.5 MiB After ![]() (image error) Size: 2.5 MiB ![]() ![]() |
Before ![]() (image error) Size: 527 KiB After ![]() (image error) Size: 527 KiB ![]() ![]() |
Before ![]() (image error) Size: 550 KiB After ![]() (image error) Size: 550 KiB ![]() ![]() |
@ -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); \
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user