You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sketch: fix diff view editing of gitignore'd files and forward more http errors to logs
Fixes#213
We had "sketch" git ignored, so "git add sketch/cmd/sketch/main.go" was
failing when a user was editing it in diff view. The gitignore was
incorrectly specified. ("git ls-files -i -c --exclude-standard"
returning main.go should have tipped us off, but who knew!)
Anyway, fixed that, and improved the logging.
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: s3ed65211dd497f76k
0 commit comments