armbian-build/lib
Ricardo Pardini ca3b5c6f07
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 22:41:56 +02:00
..
functions Add 6.9 compatibility fix for UWE and rewrite rockchip64 kernel config 2024-06-09 22:41:55 +02:00
tools patching: rewrite: fully stabilize patch index stanzas as well as From lines 2024-06-09 22:41:56 +02:00
library-functions.sh Revert "cli: Add command "dts-check"" 2024-04-26 20:46:42 +08:00
single.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00