Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug logging for opening git index #56

Merged
merged 2 commits into from
Jul 18, 2018
Merged

debug logging for opening git index #56

merged 2 commits into from
Jul 18, 2018

Conversation

ryanking
Copy link
Contributor

@ryanking ryanking commented Jul 17, 2018

No description provided.

@ryanking ryanking requested a review from a team as a code owner July 17, 2018 21:37
cmd/util.go Outdated
g, err := git.PlainOpen(pwd)
if err != nil {
// assuming this means no repository
log.Debug(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

errors.Wrap() it if you want the stacktrace

@ryanking ryanking self-assigned this Jul 17, 2018
@ryanking ryanking merged commit 3f56ccf into master Jul 18, 2018
@ryanking ryanking deleted the ryanking/debug-git branch July 18, 2018 22:27
@vincenthsh vincenthsh mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants