aboutsummaryrefslogtreecommitdiffstats
path: root/graph.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-09-29 09:04:14 -0700
committerJunio C Hamano <gitster@pobox.com>2023-09-29 09:04:15 -0700
commit0b493d2986ab2664a35a87db04154c795f74d3fd (patch)
tree6cedffded7f4367108e37bdc2c78c57f2668e66a /graph.c
parentMerge branch 'jk/fsmonitor-unused-parameter' (diff)
parentdiff --stat: add config option to limit filename width (diff)
downloadgit-0b493d2986ab2664a35a87db04154c795f74d3fd.tar.gz
git-0b493d2986ab2664a35a87db04154c795f74d3fd.zip
Merge branch 'ds/stat-name-width-configuration'
"git diff" learned diff.statNameWidth configuration variable, to give the default width for the name part in the "--stat" output. * ds/stat-name-width-configuration: diff --stat: add config option to limit filename width
Diffstat (limited to 'graph.c')
-rw-r--r--graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/graph.c b/graph.c
index 2a9dc430fa..1ca34770ee 100644
--- a/graph.c
+++ b/graph.c
@@ -339,7 +339,6 @@ void graph_setup_line_prefix(struct diff_options *diffopt)
diffopt->output_prefix = diff_output_prefix_callback;
}
-
struct git_graph *graph_init(struct rev_info *opt)
{
struct git_graph *graph = xmalloc(sizeof(struct git_graph));