๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
graph.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
bd48adc
diff --stat: add config option to limit filename width
by Dragan Simic
ยท 2 years, 3 months ago
fc7bd51
treewide: replace cache.h with more direct headers, where possible
by Elijah Newren
ยท 2 years, 10 months ago
dccf6c1
log: fix memory leak if --graph is passed multiple times
by Alex Henrie
ยท 3 years, 10 months ago
9853830
graph: improve grammar of "invalid color" error message
by Alex Henrie
ยท 4 years, 6 months ago
d70a9eb
strvec: rename struct fields
by Jeff King
ยท 5 years ago
ef8d7ac
strvec: convert more callers away from argv_array name
by Jeff King
ยท 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
ยท 5 years ago
9d2152d
graph.c: limit linkage of internal variable
by ฤoร n Trแบงn Cรดng Danh
ยท 6 years ago
c958d3b
graph: fix collapse of multiple edges
by Derrick Stolee
ยท 6 years ago
a1087c9
graph: fix lack of color in horizontal lines
by Derrick Stolee
ยท 6 years ago
0d251c3
graph: drop assert() for merge with two collapsing parents
by Derrick Stolee
ยท 6 years ago
26c816a
Merge branch 'hw/doc-in-header'
by Junio C Hamano
ยท 6 years ago
571fb96
fix-typo: consecutive-word duplications
by ryenus
ยท 6 years ago
3f1480b
graph: move doc to graph.h and graph.c
by Heba Waly
ยท 6 years ago
bbb13e8
graph: fix coloring of octopus dashes
by James Coglan
ยท 6 years ago
92beecc
graph: flatten edges that fuse with their right neighbor
by James Coglan
ยท 6 years ago
479db18
graph: smooth appearance of collapsing edges on commit lines
by James Coglan
ยท 6 years ago
0195285
graph: rename `new_mapping` to `old_mapping`
by James Coglan
ยท 6 years ago
d62893e
graph: commit and post-merge lines for left-skewed merges
by James Coglan
ยท 6 years ago
0f0f389
graph: tidy up display of left-skewed merges
by James Coglan
ยท 6 years ago
ee7abb5
graph: extract logic for moving to GRAPH_PRE_COMMIT state
by James Coglan
ยท 6 years ago
46ba2ab
graph: remove `mapping_idx` and `graph_update_width()`
by James Coglan
ยท 6 years ago
a551fd5
graph: reduce duplication in `graph_insert_into_new_columns()`
by James Coglan
ยท 6 years ago
9157a2a
graph: reuse `find_new_column_by_commit()`
by James Coglan
ยท 6 years ago
210179a
graph: handle line padding in `graph_next_line()`
by James Coglan
ยท 6 years ago
fbccf25
graph: automatically track display width of graph lines
by James Coglan
ยท 6 years ago
0ffa31f
Merge branch 'np/log-graph-octopus-fix'
by Junio C Hamano
ยท 7 years ago
0400583
log: fix coloring of certain octopus merge shapes
by Noam Postavsky
ยท 7 years ago
38bdf62
graph: use strbuf_addchars() to add spaces
by Renรฉ Scharfe
ยท 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
ยท 9 years ago
cbf1860
Merge branch 'rs/swap'
by Junio C Hamano
ยท 9 years ago
85279e8
Merge branch 'nd/log-graph-configurable-colors'
by Junio C Hamano
ยท 9 years ago
9e2edd6
graph: use SWAP macro
by Renรฉ Scharfe
ยท 9 years ago
35d803b
use SWAP macro
by Renรฉ Scharfe
ยท 9 years ago
73c727d
log --graph: customize the graph lines with config log.graphColors
by Nguyแป n Thรกi Ngแปc Duy
ยท 9 years ago
cb52426
Merge branch 'jk/graph-padding-fix'
by Junio C Hamano
ยท 9 years ago
1647793
graph: fix extra spaces in graph_padding_line
by Jeff King
ยท 9 years ago
660e113
graph: add support for --line-prefix on all graph-aware output
by Jacob Keller
ยท 9 years ago
cd48dad
diff.c: remove output_prefix_length field
by Junio C Hamano
ยท 9 years ago
63641fb
Merge branch 'js/log-to-diffopt-file'
by Junio C Hamano
ยท 9 years ago
c61008f
graph: respect the diffopt.file setting
by Johannes Schindelin
ยท 9 years ago
3ad87c8
pretty: pass graph width to pretty formatting for use in '%>|(N)'
by Josef Kufner
ยท 9 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
ยท 10 years ago
0a2ba82
Merge branch 'rs/graph-simplify'
by Junio C Hamano
ยท 11 years ago
1c2ea2c
Merge branch 'rs/realloc-array'
by Junio C Hamano
ยท 11 years ago
0176e7a
graph: simplify graph_padding_line()
by Renรฉ Scharfe
ยท 11 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by Renรฉ Scharfe
ยท 11 years ago
415792e
strbuf: use strbuf_addchars() for adding a char multiple times
by Renรฉ Scharfe
ยท 11 years ago
339c17b
graph: fix coloring around octopus merges
by Hemmo Nieminen
ยท 12 years ago
ac751a0
Revert "graph.c: mark private file-scope symbols as static"
by John Keeping
ยท 13 years ago
a48ec24
graph: output padding for merge subsequent parents
by John Keeping
ยท 13 years ago
6cf0a9e
Merge branch 'mk/maint-graph-infinity-loop' into maint
by Junio C Hamano
ยท 13 years ago
656197a
graph.c: infinite loop in git whatchanged --graph -m
by Michaล Kiedrowicz
ยท 13 years ago
ba35480
graph.c: mark private file-scope symbols as static
by Junio C Hamano
ยท 13 years ago
5e71a84
Add output_prefix_length to diff_options
by Lucian Poston
ยท 14 years ago
daa0c3d
color: delay auto-color decision until point of use
by Jeff King
ยท 14 years ago
f1c9626
diff: refactor COLOR_DIFF from a flag into an int
by Jeff King
ยท 14 years ago
7cd52b5
Share color list between graph and show-branch
by Dan McGee
ยท 15 years ago
1df2d65
rev-list/log: factor out revision mark generation
by Michael J Gruber
ยท 15 years ago
bc38219
Merge branch 'maint'
by Junio C Hamano
ยท 15 years ago
22e5e58
Typos in code comments, an error message, documentation
by Ralf Wildenhues
ยท 15 years ago
1e3d411
Enable custom schemes for column colors in the graph API
by Johan Herland
ยท 15 years ago
6bdc17d
Make graph_next_line() available in the graph.h API
by Johan Herland
ยท 15 years ago
b5a4de9
graph.c: register a callback for graph output
by Bo Yang
ยท 16 years ago
758df17
Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*
by Mark Lodato
ยท 16 years ago
24343c6
Merge branch 'as/maint-graph-interesting-fix'
by Junio C Hamano
ยท 16 years ago
beb5af4
graph API: fix bug in graph_is_interesting()
by Adam Simpkins
ยท 16 years ago
91e50b2
graph API: use a new color when starting a brand new column
by Adam Simpkins
ยท 16 years ago
67da52b
janitor: use NULL and not 0 for pointers.
by Pierre Habouzit
ยท 16 years ago
7f1eaec
Merge branch 'ac/graph-horizontal-line'
by Junio C Hamano
ยท 17 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
ยท 17 years ago
eaf158f
graph API: Use horizontal lines for more compact graphs
by Allan Caffee
ยท 17 years ago
a6c1a38
graph API: fix a bug in the rendering of octopus merges
by Allan Caffee
ยท 17 years ago
36a31fe
graph API: fix extra space during pre_commit_line state
by Allan Caffee
ยท 17 years ago
427fc5b
graph API: Added logic for colored edges
by Allan Caffee
ยท 17 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
ยท 17 years ago
064bfbd
graph.c: make many functions static
by Nanako Shiraishi
ยท 17 years ago
03300c0
git log --graph: print '*' for all commits, including merges
by Adam Simpkins
ยท 18 years ago
a0ebe57
graph API: fix "git log --graph --first-parent"
by Adam Simpkins
ยท 18 years ago
f1979d6
graph API: avoid printing unnecessary padding before some octopus merges
by Adam Simpkins
ยท 18 years ago
3395908
graph API: improve display of merge commits
by Adam Simpkins
ยท 18 years ago
4603ec0
get_revision(): honor the topo_order flag for boundary commits
by Adam Simpkins
ยท 18 years ago
3c68d67
Fix output of "git log --graph --boundary"
by Adam Simpkins
ยท 18 years ago
7528f27
log --graph --left-right: show left/right information in place of '*'
by Adam Simpkins
ยท 18 years ago
37a75ab
graph API: don't print branch lines for uninteresting merge parents
by Adam Simpkins
ยท 18 years ago
2ecbd0a
graph API: fix graph mis-alignment after uninteresting commits
by Adam Simpkins
ยท 18 years ago
0724cb8
graph API: eliminate unnecessary indentation
by Adam Simpkins
ยท 18 years ago
c12172d
Add history graph API
by Adam Simpkins
ยท 18 years ago