59 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
Jeff King 1688c9a489 interpret-trailers: allow suppressing "---" divider 6 years ago
Jeff King c188668e38 interpret-trailers: tighten check for "---" patch boundary 6 years ago
Jeff King 00a21f5cbd trailer: pass process_trailer_opts to trailer_info_get() 6 years ago
Jeff King a3b636e215 trailer: use size_t for iterating trailer list 6 years ago
Jeff King 0d2db00e24 trailer: use size_t for string offsets 6 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Brandon Williams 31c2c7a0ce trailer: rename 'template' variables 7 years ago
Brandon Williams 176513264b trailer: rename 'new' variables 7 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 7 years ago
Jeff King 58311c66fd pretty: support normalization options for %(trailers) 8 years ago
Jeff King a388b10fc1 pretty: move trailer formatting to trailer.c 8 years ago
Jeff King 000023961a interpret-trailers: add an option to unfold values 8 years ago
Jeff King fdbdb64f49 interpret-trailers: add an option to show only existing trailers 8 years ago
Jeff King 56c493ed1b interpret-trailers: add an option to show only the trailers 8 years ago
Paolo Bonzini 0ea5292e6b interpret-trailers: add options for actions 8 years ago
Paolo Bonzini 51166b8754 trailers: introduce struct new_trailer_item 8 years ago
Jeff King 8abc89800c trailer: put process_trailers() options into a struct 8 years ago
Paolo Bonzini 52fc319d4d trailers: export action enums and corresponding lookup functions 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jonathan Tan e8c352c316 trailer: have function to describe trailer layout 8 years ago
Jonathan Tan 022349c3b0 trailer: avoid unnecessary splitting on lines 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
Jonathan Tan e4319562bc trailer: be stricter in parsing separators 8 years ago
Jonathan Tan 60ef86a162 trailer: support values folded to multiple lines 8 years ago
Jonathan Tan c463a6b280 trailer: forbid leading whitespace in trailers 8 years ago
Jonathan Tan 146245063e trailer: allow non-trailers in trailer block 8 years ago
Jonathan Tan fdbf4510ae trailer: clarify failure modes in parse_trailer 8 years ago
Jonathan Tan cc71b0de11 trailer: make args have their own struct 8 years ago
Jonathan Tan 63ab3f3484 trailer: streamline trailer item create and add 8 years ago
Jonathan Tan 8966a39483 trailer: use list.h for doubly-linked list 8 years ago
Jonathan Tan d65fd424ad trailer: improve const correctness 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 8 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Nguyễn Thái Ngọc Duy 13ad56f848 trailer.c: mark strings for translation 9 years ago
Tobias Klauser e1f898639e interpret-trailers: add option for in-place editing 9 years ago
Tobias Klauser d0d2344ad8 trailer: allow to write to files other than stdout 9 years ago
Christian Couder 5c99995df8 trailer: support multiline title 10 years ago
Christian Couder 6262fe9ca3 trailer: retitle a test and correct an in-comment message 10 years ago
Christian Couder dc5d553b55 trailer: ignore first line of message 10 years ago
Jeff King c5eadcaab1 trailer: use capture_command 10 years ago
Дилян Палаузов 5d308512ff do not include the same header twice 10 years ago
René Scharfe b226293b44 trailer: use CHILD_PROCESS_INIT in apply_command() 10 years ago
Christian Couder 61cfef4ca4 trailer: reuse ignore_non_trailer() to ignore conflict lines 10 years ago
Christian Couder d52adf1f32 trailer: display a trailer without its trailing newline 10 years ago
Christian Couder 2887103b35 trailer: ignore comment lines inside the trailers 10 years ago
René Scharfe 8828f2985f use child_process_init() to initialize struct child_process variables 10 years ago
Christian Couder 85039fb6e4 trailer: execute command from 'trailer.<name>.command' 10 years ago
Christian Couder b1d78d77bf trailer: put all the processing together and print 10 years ago
Christian Couder 2013d8505d trailer: parse trailers from file or stdin 10 years ago
Christian Couder f0a90b4edf trailer: process command line trailer arguments 10 years ago