Age | Commit message (Expand) | Author | Files | Lines |
2010-06-24 | Allow customizable commit decorations colors | Nazri Ramliy | 1 | -0/+36 |
2010-06-20 | log --decorate: Colorize commit decorations | Nazri Ramliy | 1 | -1/+33 |
2010-06-20 | log-tree.c: Use struct name_decoration's type for classifying decoration | Nazri Ramliy | 1 | -8/+32 |
2010-05-31 | Output the graph columns at the end of the commit message | Bo Yang | 1 | -0/+6 |
2010-02-12 | git log -p -m: document -m and honor --first-parent | Petr Baudis | 1 | -0/+10 |
2010-01-20 | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 1 | -0/+1 |
2009-10-19 | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 1 | -0/+1 |
2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -11/+13 |
2009-10-12 | Let --decorate show HEAD position | Thomas Rast | 1 | -0/+1 |
2009-09-29 | improve reflog date/number heuristic | Jeff King | 1 | -1/+3 |
2009-08-18 | git-log: allow --decorate[=short|full] | Lars Hjemli | 1 | -3/+4 |
2009-08-10 | Expose the has_non_ascii() function | Johannes Schindelin | 1 | -12/+0 |
2009-07-01 | log-tree: fix confusing comment | Jeff King | 1 | -1/+2 |
2009-05-13 | Prettify log decorations even more | Felipe Contreras | 1 | -0/+1 |
2009-03-27 | log-tree: fix patch filename computation in "git format-patch" | Christian Couder | 1 | -10/+5 |
2009-03-22 | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 1 | -7/+11 |
2009-03-22 | format-patch: move get_patch_filename() into log-tree | Stephen Boyd | 1 | -0/+22 |
2009-03-11 | Merge branch 'tr/format-patch-thread' | Junio C Hamano | 1 | -3/+8 |
2009-03-07 | Move local variables to narrower scopes | Benjamin Kramer | 1 | -3/+3 |
2009-02-21 | format-patch: track several references | Thomas Rast | 1 | -3/+8 |
2009-02-13 | log: do not print ellipses with --abbrev-commit | Thomas Rast | 1 | -4/+4 |
2008-11-16 | Fix machine-parseability of 'git log --source' | Linus Torvalds | 1 | -1/+1 |
2008-11-04 | Make '--decorate' set an explicit 'show_decorations' flag | Linus Torvalds | 1 | -0/+2 |
2008-11-04 | Add a 'source' decorator for commits | Linus Torvalds | 1 | -3/+5 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-09-04 | move load_ref_decorations() to log-tree.c and export it | René Scharfe | 1 | -0/+36 |
2008-08-17 | Teach git log --exit-code to return an appropriate exit code | Peter Valdemar Mørch | 1 | -1/+1 |
2008-07-29 | format-patch: Produce better output with --inline or --attach | Kevin Ballard | 1 | -1/+1 |
2008-05-25 | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 1 | -18/+23 |
2008-05-05 | log and rev-list: add --graph option | Adam Simpkins | 1 | -7/+69 |
2008-05-05 | revision API: split parent rewriting and parent printing options | Adam Simpkins | 1 | -2/+2 |
2008-05-03 | log: print log entry terminator even if the message is empty | Adam Simpkins | 1 | -4/+3 |
2008-05-03 | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 1 | -18/+9 |
2008-04-10 | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 1 | -2/+2 |
2008-03-23 | pretty.c: add %x00 format specifier. | Govind Salinas | 1 | -2/+4 |
2008-03-15 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+12 |
2008-03-15 | format-patch: generate MIME header as needed even when there is format.header | Junio C Hamano | 1 | -1/+6 |
2008-02-27 | Merge branch 'db/cover-letter' | Junio C Hamano | 1 | -58/+68 |
2008-02-19 | Export some email and pretty-printing functions | Daniel Barkalow | 1 | -58/+68 |
2008-02-13 | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 1 | -4/+11 |
2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -4/+2 |
2007-11-01 | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 1 | -1/+14 |
2007-10-26 | rev-list: implement --bisect-all | Christian Couder | 1 | -1/+1 |
2007-10-15 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+2 |
2007-10-15 | Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT | Linus Torvalds | 1 | -1/+2 |
2007-10-03 | Merge branch 'mv/unknown' | Junio C Hamano | 1 | -1/+2 |
2007-09-26 | Don't use "<unknown>" for placeholders and suppress printing of empty user fo... | Michal Vitecek | 1 | -1/+2 |
2007-09-10 | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 1 | -37/+19 |
2007-08-14 | Add --log-size to git log to print message size | Marco Costalba | 1 | -0/+3 |
2007-07-04 | Handle missing prefix for "Subject:" as if no prefix given | Alex Riesen | 1 | -1/+1 |