212 Commits (1869bbe1ce28d2b8024d5fac4267c0428483e6fb)

Author SHA1 Message Date
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
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras 35b2fa5ba3 pretty: trivial style fix 11 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
Nguyễn Thái Ngọc Duy 0940a76db6 pretty: get the correct encoding for --pretty:format=%e 12 years ago
Nguyễn Thái Ngọc Duy 5a10d23658 pretty: save commit encoding from logmsg_reencode if the caller needs it 12 years ago
René Scharfe 9dbe7c3d7f pretty: handle broken commit headers gracefully 12 years ago
Sebastian Götte e290c4b944 pretty printing: extend %G? to include 'N' and 'U' 12 years ago
Sebastian Götte ffb6d7d5c9 Move commit GPG signature verification to commit.c 12 years ago
Kirill Smelkov 6cd3c05327 format-patch: RFC 2047 says multi-octet character may not be split 12 years ago
Michael J Gruber 0174eeaa73 pretty: make %GK output the signing key for signed commits 12 years ago
Michael J Gruber 4a868fd655 pretty: parse the gpg status lines rather than the output 12 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Jeff King be5c9fb904 logmsg_reencode: lazily load missing commit buffers 12 years ago
Jeff King dd0d388c44 logmsg_reencode: never return NULL 12 years ago