From: Derrick Stolee Date: Wed, 27 Jun 2018 13:24:45 +0000 (-0400) Subject: commit-graph: add '--reachable' option X-Git-Tag: v2.19.0-rc0~110^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/59fb87701ff68eb114e54ce6834e91c4ae8f60a7?ds=inline;hp=59fb87701ff68eb114e54ce6834e91c4ae8f60a7 commit-graph: add '--reachable' option When writing commit-graph files, it can be convenient to ask for all reachable commits (starting at the ref set) in the resulting file. This is particularly helpful when writing to stdin is complicated, such as a future integration with 'git gc'. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---