Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge: remove drop_save() in favor of remove_merge_branch_state()
[gitweb.git]
/
builtin
/
commit-graph.c
diff --git
a/builtin/commit-graph.c
b/builtin/commit-graph.c
index c02a3f1221d625ad6407317199cc35c7a56a09ba..4ae502754c292d0e743ed8fbfdf9d5dda00d1dba 100644
(file)
--- a/
builtin/commit-graph.c
+++ b/
builtin/commit-graph.c
@@
-110,8
+110,8
@@
static int graph_read(int argc, const char **argv)
printf(" oid_lookup");
if (graph->chunk_commit_data)
printf(" commit_metadata");
- if (graph->chunk_
large
_edges)
- printf("
large
_edges");
+ if (graph->chunk_
extra
_edges)
+ printf("
extra
_edges");
printf("\n");
UNLEAK(graph);