Skip to content

Commit 3ac4451

Browse files
jeffhostetlerdscho
authored andcommitted
survey: expanded TODO with more notes
Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
1 parent 8bc6410 commit 3ac4451

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

builtin/survey.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,6 +1724,16 @@ int cmd_survey(int argc, const char **argv, const char *prefix, struct repositor
17241724
* size of the set of "refs/tags/" that we visited while building
17251725
* the `ref_info` and `ref_array` and not need to ask the remote.
17261726
*
1727+
* [] Should the "string length of refnames / remote refs", for
1728+
* example, be sub-divided by remote so we can project the
1729+
* cost of the haves/wants overhead a fetch.
1730+
*
1731+
* [] Can we examine the merge commits and classify them as clean or
1732+
* dirty? (ie. ones with merge conflicts that needed to be
1733+
* addressed during the merge itself.)
1734+
*
1735+
* [] Do dirty merges affect performance of later operations?
1736+
*
17271737
* [] Dump info on the complexity of the DAG. Criss-cross merges.
17281738
* The number of edges that must be touched to compute merge bases.
17291739
* Edge length. The number of parallel lanes in the history that

0 commit comments

Comments
 (0)