armbian-build/lib/tools/common
Ricardo Pardini 282fb964e5 patching: rewrite: fully stabilize patch index stanzas as well as From lines
- `git format-patch --zero-commit` doesn't affect `index xxx...yyy` lines, only `From: `
  - so use the _classy_ "use a regex with a callback" solution as git format-patch doesn't offer one
- this will make _all_ patches change when rewritten, but hopefully _for the last time_ !
- we need to preserve `index 000000000000..xxx` as zeros, which indicate new file creation, thus:
  - new file creations are rewritten as `index 000000000000..111111111111`
  - non-creations are rewritten as `index 111111111111..222222222222`
- this is the final version of #6455
2024-06-09 10:42:26 +02:00
..
aggregation_utils.py
armbian_utils.py
bash_declare_parser.py
dt_makefile_patcher.py
gha.py
md_asset_log.py
patching_config.py
patching_utils.py patching: rewrite: fully stabilize patch index stanzas as well as From lines 2024-06-09 10:42:26 +02:00
term_colors.py