MyFirstObjectWalk: update recommended usage
commitf0d2f84919885d4dfb940e79a8e340bd2ad1887d
authorDerrick Stolee <derrickstolee@github.com>
Wed, 9 Mar 2022 16:01:37 +0000 (9 16:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 18:25:27 +0000 (9 10:25 -0800)
tree4a93caec1d67d2f6e18d0d003a17755e3be72a21
parent3e0370a8d2251742d583ce095072b7dcc34b3c01
MyFirstObjectWalk: update recommended usage

The previous change consolidated traverse_commit_list() and
traverse_commit_list_filtered(). This allows us to simplify the
recommended usage in MyFirstObjectWalk.txt to use this new set of
values.

While here, add some clarification on the difference between the two
methods.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstObjectWalk.txt