Commits

f0a6c90e039978c4108d23752504a9652d038539
Switch branches/tags
All users
All time
December 2025
Su Mo Tu We Th Fr Sa
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10

Commits on December 20, 2025

  1. espadonne committed
  2. fix: use warn log level for release builds
    DEBUG builds use INFO level, release builds use WARNING level
    espadonne committed
  3. fix: silence errors for missing optional config fields
    - toml_get_string/integer/boolean return -1 silently for missing keys
    - config.c clears errors after optional field lookups for safety
    espadonne committed
  4. fix: verify git config against correct scope and suppress ssh logging
    - git_set_config now verifies against the same scope it wrote to
    - git_test_config now uses the scope parameter instead of effective config
    - SSH command uses StrictHostKeyChecking=accept-new and LogLevel=ERROR
      to suppress 'permanently added to known hosts' messages
    espadonne committed

Commits on August 24, 2025

  1. mfwolffe committed
  2. espadonne committed
  3. espadonne committed
  4. mfwolffe committed

Commits on August 23, 2025

  1. mfwolffe committed
  2. mfwolffe committed
  3. mfwolffe committed
  4. mfwolffe committed
  5. mfwolffe committed
  6. mfwolffe committed
  7. mfwolffe committed
  8. mfwolffe committed