aboutsummaryrefslogtreecommitdiff
path: root/graph.c
Commit message (Expand)AuthorAge
* graph: use strbuf_addchars() to add spacesRené Scharfe2017-10-02
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'rs/swap'Junio C Hamano2017-02-15
|\
| * graph: use SWAP macroRené Scharfe2017-01-30
| * use SWAP macroRené Scharfe2017-01-30
* | Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano2017-02-02
|\ \ | |/ |/|
| * log --graph: customize the graph lines with config log.graphColorsNguyễn Thái Ngọc Duy2017-01-23
* | Merge branch 'jk/graph-padding-fix'Junio C Hamano2016-10-06
|\ \
| * | graph: fix extra spaces in graph_padding_lineJeff King2016-09-29
* | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-31
* | | diff.c: remove output_prefix_length fieldJunio C Hamano2016-08-31
| |/ |/|
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-19
|\ \
| * | graph: respect the diffopt.file settingJohannes Schindelin2016-06-24
| |/
* | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-16
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* Merge branch 'rs/graph-simplify'Junio C Hamano2014-09-29
|\
| * graph: simplify graph_padding_line()René Scharfe2014-09-22
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ | |/ |/|
| * use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* | strbuf: use strbuf_addchars() for adding a char multiple timesRené Scharfe2014-09-08
|/
* graph: fix coloring around octopus mergesHemmo Nieminen2013-10-18
* Revert "graph.c: mark private file-scope symbols as static"John Keeping2013-03-03
* graph: output padding for merge subsequent parentsJohn Keeping2013-02-07
* Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-14
|\
| * graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-25
* | graph.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
|/
* Add output_prefix_length to diff_optionsLucian Poston2012-04-16
* color: delay auto-color decision until point of useJeff King2011-08-19
* diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-18
* Share color list between graph and show-branchDan McGee2011-04-04
* rev-list/log: factor out revision mark generationMichael J Gruber2011-03-09
* Merge branch 'maint'Junio C Hamano2010-08-22
|\
| * Typos in code comments, an error message, documentationRalf Wildenhues2010-08-22
* | Enable custom schemes for column colors in the graph APIJohan Herland2010-07-13
* | Make graph_next_line() available in the graph.h APIJohan Herland2010-07-13
|/
* graph.c: register a callback for graph outputBo Yang2010-05-31
* Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato2010-03-07
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-27
|\
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-21
* | graph API: use a new color when starting a brand new columnAdam Simpkins2009-08-18
|/
* janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-22
* Merge branch 'ac/graph-horizontal-line'Junio C Hamano2009-05-18
|\
| * graph API: Use horizontal lines for more compact graphsAllan Caffee2009-04-22
* | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | graph API: fix a bug in the rendering of octopus mergesAllan Caffee2009-04-22
* | graph API: fix extra space during pre_commit_line stateAllan Caffee2009-04-22
|/
* graph API: Added logic for colored edgesAllan Caffee2009-04-13
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* graph.c: make many functions staticNanako Shiraishi2008-09-25
* git log --graph: print '*' for all commits, including mergesAdam Simpkins2008-06-06