Commits

trunk
Switch branches/tags
espadonne
All time
May 2026
Su Mo Tu We Th Fr Sa
26 27 28 29 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

Commits on May 12, 2026

  1. Merge pull request #164 from tenseleyFlow/s50/actions-lifecycle-rest
    S50 §13 part 2: workflow enable/disable + run delete + artifacts + job logs REST
    espadonne committed
  2. Merge pull request #159 from tenseleyFlow/s50/issue-events
    S50 §20: issue events / timeline REST
    espadonne committed
  3. Merge pull request #158 from tenseleyFlow/s50/stargazers
    S50 §19: stargazers + per-user starred lists REST
    espadonne committed
  4. espadonne committed
  5. espadonne committed
  6. Merge pull request #128 from tenseleyFlow/pr-open-polish
    Polish new PR composer and diff preview
    espadonne committed
  7. espadonne committed
  8. espadonne committed
  9. espadonne committed
  10. espadonne committed

Commits on May 11, 2026

  1. espadonne committed
  2. espadonne committed
  3. espadonne committed
  4. Merge pull request #97 from tenseleyFlow/contrib-live-diagnosis
    Credit affiliated imported commit authors
    espadonne committed
  5. Merge pull request #96 from tenseleyFlow/profile-contrib-parity
    Count profile contributions across repos
    espadonne committed
  6. espadonne committed

Commits on May 10, 2026

  1. espadonne committed
  2. espadonne committed
  3. Merge pull request #77 from tenseleyFlow/repo-source-remotes
    Add source remotes for submodule imports
    espadonne committed
  4. espadonne committed
  5. espadonne committed
  6. espadonne committed
  7. espadonne committed
  8. Merge pull request #59 from tenseleyFlow/offcanvas-remove-mcp
    Remove MCP registry from offcanvas nav
    espadonne committed
  9. espadonne committed
  10. espadonne committed
  11. storage: inject safe.directory=* in RepairSharedPerms git invocation
    Operator runs 'shithubd storage repair-shared-perms' as root over
    SSH; the bare repos are owned by shithub:shithub. git 2.35+'s
    dubious-ownership protection early-exits with the misleading
    'fatal: not in a git directory' before it reads core.sharedRepository.
    
    Same env trick the SSH dispatcher uses (cmd/shithubd/ssh_dispatch
    injects GIT_CONFIG_COUNT=1 + safe.directory=* for the cross-user
    git-receive-pack/upload-pack invocations). The path is verified
    contained-in-root above the env injection, so '*' here is safe by
    construction — every iteration of this loop targets a path we
    already validated.
    espadonne committed
  12. espadonne committed