Skip to content

fix(api): add toString() to FetchResult and RebaseResult#257

Open
dahyvuun wants to merge 1 commit intoeclipse-jgit:masterfrom
dahyvuun:fix/add-tostring-fetchresult-rebaseresult
Open

fix(api): add toString() to FetchResult and RebaseResult#257
dahyvuun wants to merge 1 commit intoeclipse-jgit:masterfrom
dahyvuun:fix/add-tostring-fetchresult-rebaseresult

Conversation

@dahyvuun
Copy link
Copy Markdown

Closes #256

Adds toString() implementations to FetchResult and RebaseResult
so that logging a PullResult produces meaningful output instead of
the default Object.toString() representation.

Before:
org.eclipse.jgit.transport.FetchResult@359d2e00
org.eclipse.jgit.api.RebaseResult@7bbf623a

After:
FetchResult[advertisedRefs=..., trackingRefUpdates=...]
RebaseResult[status=OK]

@dahyvuun
Copy link
Copy Markdown
Author

Kindly requesting a re-check of the ECA status.

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.

Missing toString for FetchResult and RebaseResult relied on by PullResult

1 participant