Allow skipping an entry expansion in tree.Walk() #838

Merged
lhchavez merged 1 commits from tree-walk-skip into main 2021-09-30 11:24:49 -05:00
lhchavez commented 2021-09-30 10:40:27 -05:00 (Migrated from github.com)

It is now possible to skip expanding an entry in tree.Walk() by
returning TreeWalkSkip, in addition to stopping altogether by
returning a non-nil error.

Fixes: #837

It is now possible to skip expanding an entry in `tree.Walk()` by returning `TreeWalkSkip`, in addition to stopping altogether by returning a non-nil error. Fixes: #837
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#838
No description provided.