| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | -28/+97 |
| 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 | -15/+43 |
| 2018-10-12 | log: fix coloring of certain octopus merge shapes | Noam Postavsky | 1 | -15/+43 |
| 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 |
| 2017-01-23 | log --graph: customize the graph lines with config log.graphColors | Nguyễn Thái Ngọc Duy | 1 | -3/+37 |
| 2016-10-06 | Merge branch 'jk/graph-padding-fix' | Junio C Hamano | 1 | -4/+12 |
| 2016-09-29 | graph: fix extra spaces in graph_padding_line | Jeff King | 1 | -4/+12 |
| 2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -34/+64 |
| 2016-08-31 | diff.c: remove output_prefix_length field | Junio C Hamano | 1 | -2/+0 |
| 2016-07-19 | Merge branch 'js/log-to-diffopt-file' | Junio C Hamano | 1 | -13/+17 |
| 2016-06-24 | graph: respect the diffopt.file setting | Johannes Schindelin | 1 | -13/+17 |
| 2016-06-16 | pretty: pass graph width to pretty formatting for use in '%>|(N)' | Josef Kufner | 1 | -0/+7 |
| 2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -6/+4 |
| 2014-09-29 | Merge branch 'rs/graph-simplify' | Junio C Hamano | 1 | -13/+4 |
| 2014-09-26 | Merge branch 'rs/realloc-array' | Junio C Hamano | 1 | -10/+4 |
| 2014-09-22 | graph: simplify graph_padding_line() | René Scharfe | 1 | -13/+4 |
| 2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -10/+4 |
| 2014-09-08 | strbuf: use strbuf_addchars() for adding a char multiple times | René Scharfe | 1 | -3/+2 |
| 2013-10-18 | graph: fix coloring around octopus merges | Hemmo Nieminen | 1 | -2/+2 |
| 2013-03-03 | Revert "graph.c: mark private file-scope symbols as static" | John Keeping | 1 | -30/+2 |
| 2013-02-07 | graph: output padding for merge subsequent parents | John Keeping | 1 | -0/+10 |
| 2013-01-14 | Merge branch 'mk/maint-graph-infinity-loop' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-09-25 | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 1 | -1/+1 |
| 2012-09-15 | graph.c: mark private file-scope symbols as static | Junio C Hamano | 1 | -2/+30 |
| 2012-04-16 | Add output_prefix_length to diff_options | Lucian Poston | 1 | -0/+3 |
| 2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -1/+1 |
| 2011-08-18 | diff: refactor COLOR_DIFF from a flag into an int | Jeff King | 1 | -1/+1 |
| 2011-04-04 | Share color list between graph and show-branch | Dan McGee | 1 | -22/+1 |
| 2011-03-09 | rev-list/log: factor out revision mark generation | Michael J Gruber | 1 | -15/+2 |
| 2010-08-22 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2010-08-22 | Typos in code comments, an error message, documentation | Ralf Wildenhues | 1 | -1/+1 |
| 2010-07-13 | Enable custom schemes for column colors in the graph API | Johan Herland | 1 | -11/+26 |
| 2010-07-13 | Make graph_next_line() available in the graph.h API | Johan Herland | 1 | -12/+1 |
| 2010-05-31 | graph.c: register a callback for graph output | Bo Yang | 1 | -0/+19 |
| 2010-03-07 | Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* | Mark Lodato | 1 | -6/+6 |
| 2009-08-27 | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 1 | -2/+3 |
| 2009-08-21 | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 1 | -2/+3 |
| 2009-08-18 | graph API: use a new color when starting a brand new column | Adam Simpkins | 1 | -3/+11 |
| 2009-07-22 | janitor: use NULL and not 0 for pointers. | Pierre Habouzit | 1 | -1/+1 |
| 2009-05-18 | Merge branch 'ac/graph-horizontal-line' | Junio C Hamano | 1 | -15/+47 |
| 2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -1/+1 |
| 2009-04-22 | graph API: Use horizontal lines for more compact graphs | Allan Caffee | 1 | -15/+47 |
| 2009-04-22 | graph API: fix a bug in the rendering of octopus merges | Allan Caffee | 1 | -1/+1 |
| 2009-04-22 | graph API: fix extra space during pre_commit_line state | Allan Caffee | 1 | -2/+2 |
| 2009-04-13 | graph API: Added logic for colored edges | Allan Caffee | 1 | -48/+198 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -9/+4 |
| 2008-09-25 | graph.c: make many functions static | Nanako Shiraishi | 1 | -14/+43 |
| 2008-06-06 | git log --graph: print '*' for all commits, including merges | Adam Simpkins | 1 | -14/+0 |
| 2008-06-06 | graph API: fix "git log --graph --first-parent" | Adam Simpkins | 1 | -11/+53 |
| 2008-06-01 | graph API: avoid printing unnecessary padding before some octopus merges | Adam Simpkins | 1 | -5/+8 |
| 2008-06-01 | graph API: improve display of merge commits | Adam Simpkins | 1 | -17/+93 |
| 2008-05-25 | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 1 | -8/+1 |
| 2008-05-25 | Fix output of "git log --graph --boundary" | Adam Simpkins | 1 | -13/+66 |
| 2008-05-25 | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 1 | -11/+11 |
| 2008-05-25 | graph API: don't print branch lines for uninteresting merge parents | Adam Simpkins | 1 | -13/+44 |
| 2008-05-25 | graph API: fix graph mis-alignment after uninteresting commits | Adam Simpkins | 1 | -0/+3 |
| 2008-05-05 | graph API: eliminate unnecessary indentation | Adam Simpkins | 1 | -14/+52 |
| 2008-05-05 | Add history graph API | Adam Simpkins | 1 | -0/+907 |