Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 20250926

    syscfg 20250926
    
    - Filtered log of core changes:
    b8e816b syscfg: Do not provide temporary files
    1c8df2e __write(): Print `$?` on random failures
    10118fb __write(): Support hint `-sanit`
    0c670e3 syscfg: `-out-req` -> `-req-out`
    a9ca333 syscfg: Remove hint `-log-fed`
    f78f90b syscfg: Remove hint `-clear-log`
    
    - Complete log between 20250925 and b8e816b:
    b8e816b syscfg: Do not provide temporary files
    3a88b46 .gitmodules: shell-glossary -> `20250926`
    1c8df2e __write(): Print `$?` on random failures
    10118fb __write(): Support hint `-sanit`
    c91c207 syscfg: [doc] fix func order
    0c670e3 syscfg: `-out-req` -> `-req-out`
    d5036b7 syscfg: [doc] improve hint docs
    622ee9f __ed(): [doc] fix desc of `-log`
    a9ca333 syscfg: Remove hint `-log-fed`
    f78f90b syscfg: Remove hint `-clear-log`
    6f9b111 unmount(): [doc] [fmt] remove cruft
    2358a81 cmd_exec(): [doc] note purpose
    4035924 .gitmodules: shell-glossary -> `20250925`
    
  • 20250925

    106465b7 · syscfg: Rework __fed() ·
    syscfg 20250925
    
    - Filtered log of core changes:
    106465b syscfg: Rework __fed()
    2570ca6 hint_set(): Support arg offset
    837b598 __cmd(): Add missing args assert
    e1b9c86 syscfg: Remove cruft $silent_cmd readonly def
    
    - Complete log between 20250923 and 106465b:
    106465b syscfg: Rework __fed()
    a183f99 hint_set(): [doc] denote hints in `.desc.ext`
    2570ca6 hint_set(): Support arg offset
    837b598 __cmd(): Add missing args assert
    9bf48c9 hint(): [doc] improve param fmt
    39bae75 syscfg: [doc] remove cruft format
    5a4631a syscfg: [doc] note supported hints in funcs
    5a9303a syscfg: [doc] clarify params for hints
    e1b9c86 syscfg: Remove cruft $silent_cmd readonly def
    
  • 20250923

    syscfg 20250923
    
    - Filtered log of core changes:
    06a45fd syscfg: Rework command exec API
    a8da6b3 hint(): Abstract with hint_set()
    54e46bf syscfg: Add hint_set()
    d9c5231 validate_write(): [fmt] use concise syntax
    9e1573c syscfg: Remove and use is_octal() inline
    3939cb8 mkdir_parents(): Fix bad rootfs strip logic
    be212ca syscfg: Remove str_sfix()
    fba3c56 syscfg: Remove exist()
    7a65d37 syscfg: Remove dir()
    2129b31 syscfg: Remove cmd()
    
    - Complete log between 20250917 and 06a45fd:
    06a45fd syscfg: Rework command exec API
    36b6ab6 hint_set(): [doc] clarify params to avoid confusion
    a8da6b3 hint(): Abstract with hint_set()
    54e46bf syscfg: Add hint_set()
    50c267e syscfg: [doc] update assertive_functions() requirements
    d9c5231 validate_write(): [fmt] use concise syntax
    9e1573c syscfg: Remove and use is_octal() inline
    3939cb8 mkdir_parents(): Fix bad rootfs strip logic
    be212ca syscfg: Remove str_sfix()
    fba3c56 syscfg: Remove exist()
    7a65d37 syscfg: Remove dir()
    2129b31 syscfg: Remove cmd()
    
  • 20250917

    syscfg 20250917
    
    - Filtered log of core changes:
    0f515ff syscfg: Remove __git_get()
    1e52285 write_info_stat(): Fix `-log-fed` print oversight
    80b078c write(): Prioritize ID hints
    d9b489a __action(): Preserve $OBJ on `-no-sanit`
    ecd6f10 __action(): Use $OBJ_PATH directly
    91c2317 hint(): Make $1 (offset) mandatory
    60708df syscfg: [fmt] utility_functions() -> client_lib()
    a77bbdc syscfg: _info() -> __info()
    ca3da0a syscfg: _err() -> __err()
    f3dfb10 syscfg: [fmt] remove utility_functions_err skeleton
    94eab05 syscfg: Introduce __action()
    5a208a3 syscfg: Rework write API
    6bc2601 syscfg: Remove rc()
    47bebe6 syscfg: `^IE` -> `^I`
    1210965 syscfg: Remove info output on err
    7eb66b0 syscfg: [fmt] employ consistent continuation indent
    3f20cdc syscfg: [fmt] remove dup comments
    7ec00a7 syscfg: __OBJ_cmd() -> __cmd_OBJ()
    6b1d214 syscfg: Fix handling of dangling symlinks
    76a4ad9 syscfg: Fix env reset when broken symlinks
    e471e9a syscfg: Remove loc_link_ptr()
    
    - Complete log between 20250902 and 0f515ff:
    0f515ff syscfg: Remove __git_get()
    803d894 .gitmodules: shell-glossary -> `20250915`
    1e52285 write_info_stat(): Fix `-log-fed` print oversight
    80b078c write(): Prioritize ID hints
    d9b489a __action(): Preserve $OBJ on `-no-sanit`
    ecd6f10 __action(): Use $OBJ_PATH directly
    fc0d25c hint(): [doc] clarify args
    91c2317 hint(): Make $1 (offset) mandatory
    60708df syscfg: [fmt] utility_functions() -> client_lib()
    4f8e5ce __info(): [doc] simplify description
    a77bbdc syscfg: _info() -> __info()
    0f4191a __err(): [doc] simplify description
    ca3da0a syscfg: _err() -> __err()
    f3dfb10 syscfg: [fmt] remove utility_functions_err skeleton
    94eab05 syscfg: Introduce __action()
    5a208a3 syscfg: Rework write API
    8ced6f6 .gitmodules: shell-glossary -> `20250913`
    e3dda4d sbm_up.sh: Fix logic when $SRC_LOG empty
    71c5e52 sbm_up.sh: Recognize `src: ` as core change tag
    64d292a rel.sh: Fix logic when $SRC_LOG empty
    6bc2601 syscfg: Remove rc()
    47bebe6 syscfg: `^IE` -> `^I`
    1210965 syscfg: Remove info output on err
    7eb66b0 syscfg: [fmt] employ consistent continuation indent
    3f20cdc syscfg: [fmt] remove dup comments
    7ec00a7 syscfg: __OBJ_cmd() -> __cmd_OBJ()
    41fd7e1 .gitmodules: shell-glossary -> `20250823`
    ff79e03 rel.sh: Add missing $LOG conditional
    9dc9085 Employ basic submodule update infrastructure
    6b1d214 syscfg: Fix handling of dangling symlinks
    76a4ad9 syscfg: Fix env reset when broken symlinks
    e471e9a syscfg: Remove loc_link_ptr()
    54d9f32 Employ basic release infrastructure
    
  • 20250902

    syscfg 20250902
    
    - Filtered log of core changes:
    72d4d33 syscfg: Rework variable declarations
    b56c3a0 syscfg: Remove/deprecate *_preload syscfg funcs
    e74bb8d main(): Remove cruft options/switches
    d0d7798 syscfg: Treat relative paths as files using `--`
    a219ee6 syscfg: Improve and standardize behavior/err
    72ad64d syscfg: Source files of submodule `shell-glossary`
    
    - Complete log between 2025-08-17 and 72d4d33:
    72d4d33 syscfg: Rework variable declarations
    b56c3a0 syscfg: Remove/deprecate *_preload syscfg funcs
    b0b70ea NEWS: Fix date of entry
    e74bb8d main(): Remove cruft options/switches
    d0d7798 syscfg: Treat relative paths as files using `--`
    a219ee6 syscfg: Improve and standardize behavior/err
    68d79c3 syscfg: [doc] standardize EEXIST description
    72ad64d syscfg: Source files of submodule `shell-glossary`
    18bdbba .gitmodules: Add `shell-glossary` as submodule
    
  • 2025-08-17

    a7f61c2d · init ·
  • 250

    Tag 250 commits before major refactor