Skip to content

Commit c7bb46b

Browse files
jeffhostetlerdscho
authored andcommitted
survey: expanded TODO with more notes
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 7bfc010 commit c7bb46b

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

0 commit comments

Comments
 (0)