index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-14
graph: add --[no-]graph-indent and log.graphIndent
Pablo Sabater
1
-2
/
+8
2026-07-14
graph: move config reading into graph_read_config()
Pablo Sabater
1
-4
/
+9
2026-07-14
graph: wrap cascading commits after 4 columns
Pablo Sabater
1
-1
/
+21
2026-07-14
graph: indent visual root in graph
Pablo Sabater
1
-0
/
+244
2026-07-14
graph: add a 2 commit buffer for lookahead
Pablo Sabater
1
-0
/
+51
2026-03-29
graph: add truncation mark to capped lanes
Pablo Sabater
1
-5
/
+17
2026-03-29
graph: add --graph-lane-limit option
Pablo Sabater
1
-23
/
+30
2026-03-29
graph: limit the graph width to a hard-coded max
Pablo Sabater
1
-25
/
+136
2024-12-18
graph: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-10-10
Merge branch 'jk/output-prefix-cleanup'
Junio C Hamano
1
-12
/
+17
2024-10-03
diff: store graph prefix buf in git_graph struct
Jeff King
1
-6
/
+12
2024-10-03
diff: return line_prefix directly when possible
Jeff King
1
-0
/
+3
2024-10-03
diff: return const char from output_prefix callback
Jeff King
1
-2
/
+2
2024-10-03
diff: drop line_prefix_length field
Jeff King
1
-6
/
+2
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2023-09-18
diff --stat: add config option to limit filename width
Dragan Simic
1
-1
/
+0
2023-02-23
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
1
-1
/
+2
2022-02-11
log: fix memory leak if --graph is passed multiple times
Alex Henrie
1
-0
/
+12
2021-06-15
graph: improve grammar of "invalid color" error message
Alex Henrie
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-2
/
+2
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-5
/
+5
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-04-27
graph.c: limit linkage of internal variable
Đoàn Trần Công Danh
1
-1
/
+1
2020-01-15
graph: fix collapse of multiple edges
Derrick Stolee
1
-2
/
+8
2020-01-08
graph: fix lack of color in horizontal lines
Derrick Stolee
1
-4
/
+9
2020-01-08
graph: drop assert() for merge with two collapsing parents
Derrick Stolee
1
-4
/
+0
2019-12-16
Merge branch 'hw/doc-in-header'
Junio C Hamano
1
-0
/
+1
2019-12-16
fix-typo: consecutive-word duplications
ryenus
1
-1
/
+1
2019-11-18
graph: move doc to graph.h and graph.c
Heba Waly
1
-0
/
+1
2019-10-16
graph: fix coloring of octopus dashes
James Coglan
1
-34
/
+37
2019-10-16
graph: flatten edges that fuse with their right neighbor
James Coglan
1
-8
/
+26
2019-10-16
graph: smooth appearance of collapsing edges on commit lines
James Coglan
1
-4
/
+13
2019-10-16
graph: rename `new_mapping` to `old_mapping`
James Coglan
1
-27
/
+27
2019-10-16
graph: commit and post-merge lines for left-skewed merges
James Coglan
1
-5
/
+58
2019-10-16
graph: tidy up display of left-skewed merges
James Coglan
1
-27
/
+96
2019-10-16
graph: extract logic for moving to GRAPH_PRE_COMMIT state
James Coglan
1
-4
/
+8
2019-10-16
graph: remove `mapping_idx` and `graph_update_width()`
James Coglan
1
-55
/
+10
2019-10-16
graph: reduce duplication in `graph_insert_into_new_columns()`
James Coglan
1
-13
/
+7
2019-10-16
graph: reuse `find_new_column_by_commit()`
James Coglan
1
-25
/
+23
2019-10-16
graph: handle line padding in `graph_next_line()`
James Coglan
1
-29
/
+20
2019-10-16
graph: automatically track display width of graph lines
James Coglan
1
-95
/
+99
2018-10-26
Merge branch 'np/log-graph-octopus-fix'
Junio C Hamano
1
-14
/
+42
2018-10-12
log: fix coloring of certain octopus merge shapes
Noam Postavsky
1
-14
/
+42
2017-10-02
graph: use strbuf_addchars() to add spaces
René Scharfe
1
-7
/
+3
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-02-15
Merge branch 'rs/swap'
Junio C Hamano
1
-9
/
+2
2017-02-02
Merge branch 'nd/log-graph-configurable-colors'
Junio C Hamano
1
-3
/
+37
2017-01-30
graph: use SWAP macro
René Scharfe
1
-5
/
+1
2017-01-30
use SWAP macro
René Scharfe
1
-4
/
+1
[next]