Skip to content

Commit 7a088c0

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

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

0 commit comments

Comments
 (0)