summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-02-15Merge branch 'rs/swap'Libravatar Junio C Hamano1-9/+2
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Libravatar Junio C Hamano1-3/+37
2017-01-30graph: use SWAP macroLibravatar René Scharfe1-5/+1
2017-01-30use SWAP macroLibravatar René Scharfe1-4/+1
2017-01-23log --graph: customize the graph lines with config log.graphColorsLibravatar Nguyễn Thái Ngọc Duy1-3/+37
2016-10-06Merge branch 'jk/graph-padding-fix'Libravatar Junio C Hamano1-4/+12
2016-09-29graph: fix extra spaces in graph_padding_lineLibravatar Jeff King1-4/+12
2016-08-31graph: add support for --line-prefix on all graph-aware outputLibravatar Jacob Keller1-34/+64
2016-08-31diff.c: remove output_prefix_length fieldLibravatar Junio C Hamano1-2/+0
2016-07-19Merge branch 'js/log-to-diffopt-file'Libravatar Junio C Hamano1-13/+17
2016-06-24graph: respect the diffopt.file settingLibravatar Johannes Schindelin1-13/+17
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Libravatar Josef Kufner1-0/+7
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-6/+4
2014-09-29Merge branch 'rs/graph-simplify'Libravatar Junio C Hamano1-13/+4
2014-09-26Merge branch 'rs/realloc-array'Libravatar Junio C Hamano1-10/+4
2014-09-22graph: simplify graph_padding_line()Libravatar René Scharfe1-13/+4
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-10/+4
2014-09-08strbuf: use strbuf_addchars() for adding a char multiple timesLibravatar René Scharfe1-3/+2
2013-10-18graph: fix coloring around octopus mergesLibravatar Hemmo Nieminen1-2/+2
2013-03-03Revert "graph.c: mark private file-scope symbols as static"Libravatar John Keeping1-30/+2
2013-02-07graph: output padding for merge subsequent parentsLibravatar John Keeping1-0/+10
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintLibravatar Junio C Hamano1-1/+1
2012-09-25graph.c: infinite loop in git whatchanged --graph -mLibravatar Michał Kiedrowicz1-1/+1
2012-09-15graph.c: mark private file-scope symbols as staticLibravatar Junio C Hamano1-2/+30
2012-04-16Add output_prefix_length to diff_optionsLibravatar Lucian Poston1-0/+3
2011-08-19color: delay auto-color decision until point of useLibravatar Jeff King1-1/+1
2011-08-18diff: refactor COLOR_DIFF from a flag into an intLibravatar Jeff King1-1/+1
2011-04-04Share color list between graph and show-branchLibravatar Dan McGee1-22/+1
2011-03-09rev-list/log: factor out revision mark generationLibravatar Michael J Gruber1-15/+2
2010-08-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-08-22Typos in code comments, an error message, documentationLibravatar Ralf Wildenhues1-1/+1
2010-07-13Enable custom schemes for column colors in the graph APILibravatar Johan Herland1-11/+26
2010-07-13Make graph_next_line() available in the graph.h APILibravatar Johan Herland1-12/+1
2010-05-31graph.c: register a callback for graph outputLibravatar Bo Yang1-0/+19
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Libravatar Mark Lodato1-6/+6
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Libravatar Junio C Hamano1-2/+3
2009-08-21graph API: fix bug in graph_is_interesting()Libravatar Adam Simpkins1-2/+3
2009-08-18graph API: use a new color when starting a brand new columnLibravatar Adam Simpkins1-3/+11
2009-07-22janitor: use NULL and not 0 for pointers.Libravatar Pierre Habouzit1-1/+1
2009-05-18Merge branch 'ac/graph-horizontal-line'Libravatar Junio C Hamano1-15/+47
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-22graph API: Use horizontal lines for more compact graphsLibravatar Allan Caffee1-15/+47
2009-04-22graph API: fix a bug in the rendering of octopus mergesLibravatar Allan Caffee1-1/+1
2009-04-22graph API: fix extra space during pre_commit_line stateLibravatar Allan Caffee1-2/+2
2009-04-13graph API: Added logic for colored edgesLibravatar Allan Caffee1-48/+198
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-9/+4
2008-09-25graph.c: make many functions staticLibravatar Nanako Shiraishi1-14/+43
2008-06-06git log --graph: print '*' for all commits, including mergesLibravatar Adam Simpkins1-14/+0
2008-06-06graph API: fix "git log --graph --first-parent"Libravatar Adam Simpkins1-11/+53