aboutsummaryrefslogtreecommitdiff
path: root/trailer.c
Commit message (Expand)AuthorAge
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* Merge branch 'jk/trailers-parse'Junio C Hamano2017-08-26
|\
| * pretty: support normalization options for %(trailers)Jeff King2017-08-15
| * pretty: move trailer formatting to trailer.cJeff King2017-08-15
| * interpret-trailers: add an option to unfold valuesJeff King2017-08-15
| * interpret-trailers: add an option to show only existing trailersJeff King2017-08-15
| * interpret-trailers: add an option to show only the trailersJeff King2017-08-15
| * trailer: put process_trailers() options into a structJeff King2017-08-10
* | interpret-trailers: add options for actionsPaolo Bonzini2017-08-14
* | trailers: introduce struct new_trailer_itemPaolo Bonzini2017-08-14
* | trailers: export action enums and corresponding lookup functionsPaolo Bonzini2017-07-25
* | config: don't include config.h by defaultBrandon Williams2017-06-15
|/
* trailer: have function to describe trailer layoutJonathan Tan2016-11-29
* trailer: avoid unnecessary splitting on linesJonathan Tan2016-11-29
* commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-29
* trailer: be stricter in parsing separatorsJonathan Tan2016-11-29
* Merge branch 'jt/trailer-with-cruft'Junio C Hamano2016-10-31
|\
| * trailer: support values folded to multiple linesJonathan Tan2016-10-21
| * trailer: forbid leading whitespace in trailersJonathan Tan2016-10-21
| * trailer: allow non-trailers in trailer blockJonathan Tan2016-10-21
| * trailer: clarify failure modes in parse_trailerJonathan Tan2016-10-21
| * trailer: make args have their own structJonathan Tan2016-10-20
| * trailer: streamline trailer item create and addJonathan Tan2016-10-20
| * trailer: use list.h for doubly-linked listJonathan Tan2016-10-20
| * trailer: improve const correctnessJonathan Tan2016-10-14
* | cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* trailer.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
* interpret-trailers: add option for in-place editingTobias Klauser2016-01-14
* trailer: allow to write to files other than stdoutTobias Klauser2016-01-14
* Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano2015-09-02
|\
| * trailer: support multiline titleChristian Couder2015-08-31
* | Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano2015-08-28
|\ \ | |/
| * trailer: retitle a test and correct an in-comment messageChristian Couder2015-08-26
| * trailer: ignore first line of messageChristian Couder2015-08-21
* | trailer: use capture_commandJeff King2015-03-22
* | do not include the same header twiceДилян Палаузов2015-02-13
* | Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-22
|\ \ | |/ |/|
| * trailer: reuse ignore_non_trailer() to ignore conflict linesChristian Couder2014-11-10
* | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-11-19
|\ \ | |/
| * trailer: display a trailer without its trailing newlineChristian Couder2014-11-10
| * trailer: ignore comment lines inside the trailersChristian Couder2014-11-10
* | trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe2014-11-10
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-28
|/
* trailer: execute command from 'trailer.<name>.command'Christian Couder2014-10-13
* trailer: put all the processing together and printChristian Couder2014-10-13
* trailer: parse trailers from file or stdinChristian Couder2014-10-13
* trailer: process command line trailer argumentsChristian Couder2014-10-13
* trailer: read and process config informationChristian Couder2014-10-13
* trailer: process trailers from input message and argumentsChristian Couder2014-10-13