aboutsummaryrefslogtreecommitdiff
path: root/.stignore
Commit message (Collapse)AuthorAgeFilesLines
* chore: untrack .stignoreCraig Jennings2026-04-261-1/+0
| | | | | | Stop tracking the Syncthing ignore file. It's local-machine config, not project content. Add it to .gitignore so the file stays put locally without showing up in git status.
* feat: specific error messages for fetch failuresCraig Jennings2026-04-041-0/+1
Add HTTP status code checking (wttrin--extract-http-status) and pass error descriptions through the callback chain so users see "Location not found (HTTP 404)" or "Network error — check your connection" instead of the generic "Perhaps the location was misspelled?" for every failure. Also fix pre-existing bug where the condition-case error handler in extract-response-body killed an unrelated buffer after unwind-protect already cleaned up. 330 tests (was 307), all passing.