aboutsummaryrefslogtreecommitdiffstats
path: root/log-tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Merge branch 'nd/log-decorate-color-head-arrow'Junio C Hamano1-2/+0
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano1-33/+36
2016-07-12log: decorate HEAD -> branch with the same color for arrow and HEADNguyễn Thái Ngọc Duy1-2/+0
2016-07-06Merge branch 'nd/graph-width-padded'Junio C Hamano1-0/+2
2016-06-24log-tree: respect diffopt's configured output file streamJohannes Schindelin1-32/+32
2016-06-24log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin1-1/+4
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner1-0/+2
2016-06-06pretty: support "mboxrd" output formatEric Wong1-2/+2
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds1-0/+1
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-3/+2
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson1-1/+2
2015-11-20Remove get_object_hash.brian m. carlson1-10/+10
2015-11-20Convert struct object to object_idbrian m. carlson1-10/+10
2015-11-20Add several uses of get_object_hash.brian m. carlson1-10/+10
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano1-1/+1
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano1-2/+3
2015-06-29convert "enum date_mode" into a structJeff King1-1/+1
2015-06-12Allow to control where the replace refs are looked forMike Hommey1-2/+3
2015-05-25add_ref_decoration(): convert local variable original_sha1 to object_idMichael Haggerty1-3/+3
2015-05-25add_ref_decoration(): rewrite to take an object_id argumentMichael Haggerty1-6/+5
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-2/+5
2015-05-22Merge branch 'mg/log-decorate-HEAD'Junio C Hamano1-10/+21
2015-05-13log: do not shorten decoration names too earlyJunio C Hamano1-18/+16
2015-05-13log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano1-5/+18
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2015-03-13commit: convert parts to struct object_idbrian m. carlson1-1/+1
2015-03-10log: decorate HEAD with branch nameJunio C Hamano1-9/+68
2015-03-10Merge branch 'jc/decorate-leaky-separator-color' into HEADJunio C Hamano1-0/+1
2015-03-04log --decorate: do not leak "commit" color into the next itemJunio C Hamano1-0/+1
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano1-4/+3
2014-10-14color_parse: do not mention variable name in error messageJeff King1-2/+1
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder1-2/+2
2014-09-29Merge branch 'hj/pretty-naked-decoration'Junio C Hamano1-8/+9
2014-09-18pretty: add %D format specifierHarry Jeffery1-8/+9
2014-09-11Merge branch 'jk/name-decoration-alloc'Junio C Hamano1-15/+10
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King1-1/+1
2014-08-26log-tree: make name_decoration hash staticJeff King1-3/+8
2014-08-26log-tree: make add_name_decoration a public functionJeff King1-11/+1
2014-07-30pretty: make empty userformats truly emptyJeff King1-2/+3
2014-07-21Merge branch 'cc/for-each-mergetag'Junio C Hamano1-11/+4
2014-07-16Merge branch 'zk/log-graph-showsig'Junio C Hamano1-0/+1
2014-07-16Merge branch 'mg/fix-log-mergetag-color'Junio C Hamano1-10/+11
2014-07-10log: correctly identify mergetag signature verification statusMichael J Gruber1-10/+11
2014-07-09log: fix indentation for --graph --show-signatureZoltan Klinger1-0/+1
2014-07-07commit: add for_each_mergetag()Christian Couder1-11/+4
2014-06-13reuse cached commit buffer when parsing signaturesJeff King1-1/+1
2014-06-13commit: record buffer length in cacheJeff King1-1/+1
2014-06-13use get_cached_commit_buffer where appropriateJeff King1-1/+1
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-0/+4
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy1-0/+4
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-1/+1
2014-01-10Merge branch 'bc/log-decoration'Junio C Hamano1-0/+2
2013-12-20log: properly handle decorations with chained tagsbrian m. carlson1-0/+2
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-4/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-4/+4
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano1-3/+3
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King1-3/+3
2013-08-01log: use true parents for diff even when rewritingThomas Rast1-1/+1
2013-07-15Merge branch 'jk/format-patch-from'Junio C Hamano1-0/+2
2013-07-12Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano1-0/+1
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King1-0/+2
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin1-0/+1
2013-06-02Merge branch 'tr/line-log'Junio C Hamano1-0/+4
2013-04-18pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy1-16/+32
2013-04-02Merge branch 'tr/log-tree-optim'Junio C Hamano1-3/+10
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano1-86/+6
2013-03-28Implement line-history search (git log -L)Thomas Rast1-0/+4
2013-03-28Avoid loading commits twice in log with diffsThomas Rast1-3/+10
2013-03-21Merge branch 'mg/gpg-interface-using-status'Junio C Hamano1-15/+12
2013-02-14gpg_interface: allow to request status returnMichael J Gruber1-2/+2
2013-02-14log-tree: rely upon the check in the gpg_interfaceMichael J Gruber1-14/+11
2013-02-12Unify appending signoff in format-patch, commit and sequencerBrandon Casey1-90/+1
2013-02-12format-patch: update append_signoff prototypeNguyễn Thái Ngọc Duy1-4/+13
2013-01-20Merge branch 'ap/log-mailmap'Junio C Hamano1-0/+1
2013-01-11Merge branch 'jc/format-patch-reroll'Junio C Hamano1-21/+31
2013-01-10mailmap: add mailmap structure to rev_info and ppAntoine Pelisse1-0/+1
2013-01-05Merge branch 'jc/format-color-auto'Junio C Hamano1-0/+1
2012-12-22format-patch: add --reroll-count=$N optionJunio C Hamano1-0/+2
2012-12-21get_patch_filename(): split into two functionsJunio C Hamano1-18/+23
2012-12-21get_patch_filename(): drop "just-numbers" hackJunio C Hamano1-15/+14
2012-12-21get_patch_filename(): simplify function signatureJunio C Hamano1-4/+8
2012-12-17log --format: teach %C(auto,black) to respect color configJunio C Hamano1-0/+1
2012-11-13format-patch: add a blank line between notes and diffstatJunio C Hamano1-10/+21
2012-10-17format-patch --notes: show notes after three-dashesJunio C Hamano1-4/+11
2012-10-17format-patch: append --signature after notesJunio C Hamano1-2/+4
2012-10-17pretty_print_commit(): do not append notes messageJunio C Hamano1-0/+3
2012-10-17pretty: prepare notes message at a centralized placeJunio C Hamano1-1/+13
2012-05-22format-patch: refactor get_patch_filenameJeff King1-8/+11
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano1-4/+4
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano1-4/+3
2012-05-07Merge branch 'jk/maint-tformat-with-z'Junio C Hamano1-1/+1
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King1-0/+1
2012-05-01log-tree: use custom line terminator in line termination modeJan Krüger1-1/+1
2012-04-23Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano1-2/+3
2012-03-20log --graph --stat: three-dash separator should come after graph linesLucian Poston1-2/+3
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano1-2/+2
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy1-2/+2
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano1-0/+129
2012-01-05log --show-signature: reword the common two-head merge caseJunio C Hamano1-0/+12
2012-01-05log-tree: show mergetag in log --show-signature outputJunio C Hamano1-1/+75
2012-01-05log-tree.c: small refactor in show_signature()Junio C Hamano1-12/+16
2011-12-17pass struct commit to diff_tree_combined_merge()René Scharfe1-3/+1
2011-11-12log: --show-signatureJunio C Hamano1-0/+39
2011-10-18Merge branch 'js/log-show-children'Junio C Hamano1-0/+12
2011-10-04log --childrenJay Soffian1-0/+12
2011-08-28Merge branch 'nd/decorate-grafts'Junio C Hamano1-4/+32
2011-08-25log: Do not decorate replacements with --no-replace-objectsMichael J Gruber1-0/+2
2011-08-19color: delay auto-color decision until point of useJeff King1-1/+1
2011-08-19log: decorate "replaced" on to replaced commitsNguyễn Thái Ngọc Duy1-1/+15
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King1-2/+2
2011-08-18log: decorate grafted commits with "grafted"Nguyễn Thái Ngọc Duy1-0/+12
2011-08-18decoration: do not mis-decorate refs with same prefixNguyễn Thái Ngọc Duy1-3/+3
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano1-1/+3
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King1-1/+2
2011-05-26format-patch: preserve subject newlines with -kJeff King1-0/+1
2011-05-26clean up calling conventions for pretty.c functionsJeff King1-1/+2
2011-03-10git-log: put space after commit markMichael J Gruber1-2/+2
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber1-24/+4
2010-06-24Allow customizable commit decorations colorsNazri Ramliy1-0/+36
2010-06-20log --decorate: Colorize commit decorationsNazri Ramliy1-1/+33
2010-06-20log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy1-8/+32
2010-05-31Output the graph columns at the end of the commit messageBo Yang1-0/+6
2010-02-12git log -p -m: document -m and honor --first-parentPetr Baudis1-0/+10
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano1-0/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-0/+1
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-11/+13
2009-10-12Let --decorate show HEAD positionThomas Rast1-0/+1
2009-09-29improve reflog date/number heuristicJeff King1-1/+3
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli1-3/+4
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin1-12/+0
2009-07-01log-tree: fix confusing commentJeff King1-1/+2
2009-05-13Prettify log decorations even moreFelipe Contreras1-0/+1
2009-03-27log-tree: fix patch filename computation in "git format-patch"Christian Couder1-10/+5
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd1-7/+11
2009-03-22format-patch: move get_patch_filename() into log-treeStephen Boyd1-0/+22
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano1-3/+8
2009-03-07Move local variables to narrower scopesBenjamin Kramer1-3/+3
2009-02-21format-patch: track several referencesThomas Rast1-3/+8
2009-02-13log: do not print ellipses with --abbrev-commitThomas Rast1-4/+4
2008-11-16Fix machine-parseability of 'git log --source'Linus Torvalds1-1/+1
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds1-0/+2
2008-11-04Add a 'source' decorator for commitsLinus Torvalds1-3/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itRené Scharfe1-0/+36
2008-08-17Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch1-1/+1
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard1-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins1-18/+23
2008-05-05log and rev-list: add --graph optionAdam Simpkins1-7/+69
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins1-2/+2
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins1-4/+3
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-18/+9
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-2/+2
2008-03-23pretty.c: add %x00 format specifier.Govind Salinas1-2/+4
2008-03-15Merge branch 'maint'Junio C Hamano1-3/+12
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano1-1/+6
2008-02-27Merge branch 'db/cover-letter'Junio C Hamano1-58/+68
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow1-58/+68
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds1-4/+11
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-4/+2
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+14
2007-10-26rev-list: implement --bisect-allChristian Couder1-1/+1
2007-10-15Merge branch 'maint'Shawn O. Pearce1-1/+2
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds1-1/+2
2007-10-03Merge branch 'mv/unknown'Junio C Hamano1-1/+2
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek1-1/+2
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-37/+19
2007-08-14Add --log-size to git log to print message sizeMarco Costalba1-0/+3
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen1-1/+1
2007-06-30Don't fflush(stdout) when it's not helpfulTheodore Ts'o1-0/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-12/+23
2007-05-06Merge branch 'maint'Junio C Hamano1-4/+4
2007-05-05Fix --boundary outputLinus Torvalds1-4/+4
2007-04-25Add --date={local,relative,default}Junio C Hamano1-2/+2
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds1-0/+21
2007-04-11Add custom subject prefix support to format-patch (take 3)Robin H. Johnson1-4/+10
2007-03-04format-patch --attach: not folding some long headers.Junio C Hamano1-3/+3
2007-03-04format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin1-2/+4
2007-02-22pretty-formats: add 'format:<string>'Johannes Schindelin1-1/+1
2007-02-08format-patch -n: make sorting easier by padding numberJohannes Schindelin1-1/+12
2007-02-08log --reflog: honour --relative-dateJohannes Schindelin1-1/+2
2007-02-07Fix "git log -z" behaviourLinus Torvalds1-4/+3
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre1-1/+6
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano1-1/+2
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin1-0/+3
2006-12-17Teach all of log family --left-right output.Junio C Hamano1-4/+22
2006-10-26Make git-cherry handle root treesRene Scharfe1-22/+4
2006-08-30log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu1-50/+66
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+3
2006-08-13Add a newline before appending "Signed-off-by: " lineFranck Bui-Huu1-1/+43
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson1-1/+1
2006-07-25Merge branch 'jt/format-patch'Junio C Hamano1-0/+5
2006-07-24Always reset the color _before_ printing out the newlineJohannes Schindelin1-1/+1
2006-07-24Colorize 'commit' lines in log uiJeff King1-1/+4
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett1-0/+5
2006-06-27Fix some more diff options changes.Junio C Hamano1-2/+15
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen1-9/+6
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen1-2/+7
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin1-3/+5
2006-05-31format-patch --signoffJunio C Hamano1-0/+35
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-11/+63