> On 8/18/2020 8:36 PM, Junio C Hamano wrote: > > Jonathan Tan <jonathantanmy@xxxxxxxxxx> writes: > > > >>> @@ -66,6 +68,10 @@ OPTIONS > >>> --quiet:: > >>> Do not report progress or other information over `stderr`. > >>> > >>> +--task=<task>:: > >>> + If this option is specified one or more times, then only run the > >>> + specified tasks in the specified order. > >> > >> We should list the accepted tasks somewhere but maybe this can wait > >> until after part 2. > > It's hard to see from the patch-context, but there is a section titled > "TASKS" that lists the 'gc' and 'commit-graph' tasks from the earlier > patches. Would a reference to that section be helpful? > > See the TASKS section for the list of available tasks. Ah, I missed that. What you have now is fine then, but a reference might be helpful if this man page ever grows.