258 Commits (044aa0eb7fa44f0f2d44c3331d6218e087b45fc2)

Author SHA1 Message Date
Jeff King 18fb7ffc3d pretty: respect color settings for %C placeholders 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
René Scharfe fe9e2aefd4 pretty: recalculate duplicate short hashes 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
René Scharfe 6d167fd7cc pretty: use fmt_output_email_subject() 8 years ago
Jacob Keller d9f31fbfe9 pretty: add %(trailers) format for displaying trailers of a commit message 8 years ago
Michael J Gruber 661a180681 gpg-interface: use more status letters 8 years ago
René Scharfe a94bb68397 use strbuf_add_unique_abbrev() for adding short hashes, part 3 8 years ago
René Scharfe 82b83da8d3 pretty: avoid adding reset for %C(auto) if output is empty 8 years ago
René Scharfe c99ad274b1 pretty: let %C(auto) reset all attributes 9 years ago
René Scharfe d23309733a introduce hex2chr() for converting two hexadecimal digits to a character 9 years ago
René Scharfe 1eb47f167d use strbuf_add_unique_abbrev() for adding short hashes 9 years ago
Johannes Schindelin 7735612244 pretty: make the skip_blank_lines() function public 9 years ago
Nguyễn Thái Ngọc Duy 066790d7cb pretty.c: support <direction>|(<negative number>) forms 9 years ago
Josef Kufner 3ad87c807c pretty: pass graph width to pretty formatting for use in '%>|(N)' 9 years ago
Eric Wong 9f23e04061 pretty: support "mboxrd" output format 9 years ago
Edward Thomson b15a3e005a format_commit_message: honor `color=auto` for `%C(auto)` 9 years ago
Junio C Hamano fe37a9c586 pretty: allow tweaking tabwidth in --expand-tabs 9 years ago
Junio C Hamano 0893eec85f pretty: enable --expand-tabs by default for selected pretty formats 9 years ago
Linus Torvalds 7cc13c717b pretty: expand tabs in indented logs to make things line up properly 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
René Scharfe 68d6d6eb40 pretty: use starts_with() to check for a prefix 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 11 years ago
Harry Jeffery 9271095cc5 pretty: add %D format specifier 11 years ago
René Scharfe 415792edf5 strbuf: use strbuf_addchars() for adding a char multiple times 11 years ago
Beat Bolli 466fb6742d pretty: provide a strict ISO 8601 date format 11 years ago
Jeff King fe6eb7f2c5 commit: provide a function to find a header in a buffer 11 years ago
Tanay Abhra a26bc613a6 pretty.c: make git_pretty_formats_config return -1 on git_config_string failure 11 years ago
Jeff King b9c7d6e433 pretty: make empty userformats truly empty 11 years ago
Jeff King c75e7ad28a pretty: treat "--format=" as an empty userformat 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
René Scharfe e992d1eb39 use strbuf_addbuf for adding strbufs 11 years ago
Ronnie Sahlberg 782735203c enums: remove trailing ',' after last item in enum 11 years ago
Michael J Gruber 01e57b5d91 gpg-interface: provide clear helper for struct signature_check 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King aa4b78d483 pretty: avoid reading past end-of-string with "%G" 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Jeff King b000c59b0c logmsg_reencode: return const buffer 11 years ago
Alexey Shumkin 7d509878b8 pretty.c: format string with truncate respects logOutputEncoding 11 years ago
Jeff King d105324655 pretty: make show_ident_date public 11 years ago
Rohit Mani 2c5495f7b6 use strchrnul() in place of strchr() and strlen() 11 years ago
Jeff King 3f419d45ef show_ident_date: fix tz range check 11 years ago
Jeff King 1dca155fe3 log: handle integer overflow in timestamps 11 years ago