226 Commits (26256c017fab686c764543966bd98a45f86c6b65)

Author SHA1 Message Date
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
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 11 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
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras 35b2fa5ba3 pretty: trivial style fix 12 years ago
Jeff King 662cc30cd0 format-patch: print in-body "From" only when needed 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Jeff King 10f2fbff68 pretty.c: drop const-ness from pretty_print_context 12 years ago
René Scharfe a0511b3934 pretty: remove intermediate strbufs from pp_user_info() 12 years ago
René Scharfe 97a17e7721 pretty: simplify output line length calculation in pp_user_info() 12 years ago
René Scharfe 30e77bcb50 pretty: simplify input line length calculation in pp_user_info() 12 years ago
Nguyễn Thái Ngọc Duy 1640632b4f pretty: support %>> that steal trailing spaces 12 years ago
Nguyễn Thái Ngọc Duy a7f01c6b4d pretty: support truncating in %>, %< and %>< 12 years ago
Nguyễn Thái Ngọc Duy a57523428b pretty: support padding placeholders, %< %> and %>< 12 years ago
Nguyễn Thái Ngọc Duy a95f067e3f pretty: add %C(auto) for auto-coloring 12 years ago
Nguyễn Thái Ngọc Duy fcabc2d91c pretty: split color parsing into a separate function 12 years ago
Nguyễn Thái Ngọc Duy 7e77df39bf pretty: two phase conversion for non utf-8 commits 12 years ago
Nguyễn Thái Ngọc Duy 9d3f002f21 pretty: share code between format_decoration and show_decorations 12 years ago