95 Commits (bdab6a59cf078a3cf50d36afa439814f7eb96f3e)

Author SHA1 Message Date
Nazri Ramliy 5e11bee65f Allow customizable commit decorations colors 15 years ago
Nazri Ramliy 67a4b5864f log --decorate: Colorize commit decorations 15 years ago
Nazri Ramliy a752412875 log-tree.c: Use struct name_decoration's type for classifying decoration 15 years ago
Bo Yang 81bd1b2a96 Output the graph columns at the end of the commit message 15 years ago
Petr Baudis 88d9d45d07 git log -p -m: document -m and honor --first-parent 15 years ago
Junio C Hamano 66b2ed09c2 Fix "log" family not to be too agressive about showing notes 15 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Thomas Rast 77abcbdc26 Let --decorate show HEAD position 15 years ago
Jeff King f4ea32f0b4 improve reflog date/number heuristic 15 years ago
Lars Hjemli d8526a4c3b git-log: allow --decorate[=short|full] 16 years ago
Lars Hjemli 33e7018c45 git-log: allow --decorate[=short|full] 16 years ago
Johannes Schindelin 28e9cf6512 Expose the has_non_ascii() function 16 years ago
Jeff King 8715227df6 log-tree: fix confusing comment 16 years ago
Felipe Contreras de435ac0f6 Prettify log decorations even more 16 years ago
Christian Couder b09b868f7f log-tree: fix patch filename computation in "git format-patch" 16 years ago
Stephen Boyd 108dab2811 format-patch: --attach/inline uses filename instead of SHA1 16 years ago
Stephen Boyd 6fa8e6278b format-patch: move get_patch_filename() into log-tree 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Thomas Rast b079c50e03 format-patch: track several references 16 years ago
Thomas Rast 7fcda9201e log: do not print ellipses with --abbrev-commit 16 years ago
Linus Torvalds 8c4021abfd Fix machine-parseability of 'git log --source' 16 years ago
Linus Torvalds d467a525da Make '--decorate' set an explicit 'show_decorations' flag 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
René Scharfe cab4feb67d move load_ref_decorations() to log-tree.c and export it 17 years ago
Peter Valdemar Mørch 84102a338d Teach git log --exit-code to return an appropriate exit code 17 years ago
Kevin Ballard 6b2fbaaffc format-patch: Produce better output with --inline or --attach 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Adam Simpkins 7fefda5cc7 log and rev-list: add --graph option 17 years ago
Adam Simpkins 885cf80899 revision API: split parent rewriting and parent printing options 17 years ago
Adam Simpkins 9b58bfe8f4 log: print log entry terminator even if the message is empty 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Govind Salinas 42c8c74c14 pretty.c: add %x00 format specifier. 17 years ago
Junio C Hamano 6bf4f1b4c9 format-patch: generate MIME header as needed even when there is format.header 17 years ago
Daniel Barkalow b02bd65f67 Export some email and pretty-printing functions 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Christian Couder 50e62a8e70 rev-list: implement --bisect-all 17 years ago
Linus Torvalds 304b5af64f Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 18 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 18 years ago
Marco Costalba 9fa3465d6b Add --log-size to git log to print message size 18 years ago
Alex Riesen 88c447e8f4 Handle missing prefix for "Subject:" as if no prefix given 18 years ago
Theodore Ts'o 06f59e9f5d Don't fflush(stdout) when it's not helpful 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Linus Torvalds e330a406cd Fix --boundary output 18 years ago