Re: [PATCH v4 20/21] gc: automatically write commit-graph files

2018-06-06 Thread Ævar Arnfjörð Bjarmason
On Mon, Jun 04 2018, Derrick Stolee wrote: > diff --git a/Documentation/config.txt b/Documentation/config.txt > index 11f027194e..d2eb3c8e9b 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -900,7 +900,8 @@ the `GIT_NOTES_REF` environment variable. See >

[PATCH v4 20/21] gc: automatically write commit-graph files

2018-06-04 Thread Derrick Stolee
The commit-graph file is a very helpful feature for speeding up git operations. In order to make it more useful, make it possible to write the commit-graph file during standard garbage collection operations. Add a 'gc.commitGraph' config setting that triggers writing a commit-graph file after any