Sign in
googlers
/
jrn
/
git
/
38e79b1fdab9244e1727d0698afcf3bb8956c0a4
/
trailer.c
076aa2c
tempfile: auto-allocate tempfiles on heap
by Jeff King
· 8 years ago
06cf4f2
Merge branch 'jk/trailers-parse'
by Junio C Hamano
· 8 years ago
58311c6
pretty: support normalization options for %(trailers)
by Jeff King
· 8 years ago
a388b10
pretty: move trailer formatting to trailer.c
by Jeff King
· 8 years ago
0000239
interpret-trailers: add an option to unfold values
by Jeff King
· 8 years ago
fdbdb64
interpret-trailers: add an option to show only existing trailers
by Jeff King
· 8 years ago
56c493e
interpret-trailers: add an option to show only the trailers
by Jeff King
· 8 years ago
0ea5292
interpret-trailers: add options for actions
by Paolo Bonzini
· 8 years ago
51166b8
trailers: introduce struct new_trailer_item
by Paolo Bonzini
· 8 years ago
8abc898
trailer: put process_trailers() options into a struct
by Jeff King
· 8 years ago
52fc319
trailers: export action enums and corresponding lookup functions
by Paolo Bonzini
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
e8c352c
trailer: have function to describe trailer layout
by Jonathan Tan
· 8 years ago
022349c
trailer: avoid unnecessary splitting on lines
by Jonathan Tan
· 8 years ago
710714a
commit: make ignore_non_trailer take buf/len
by Jonathan Tan
· 8 years ago
e431956
trailer: be stricter in parsing separators
by Jonathan Tan
· 8 years ago
cabb79d
Merge branch 'jt/trailer-with-cruft'
by Junio C Hamano
· 8 years ago
60ef86a
trailer: support values folded to multiple lines
by Jonathan Tan
· 8 years ago
c463a6b
trailer: forbid leading whitespace in trailers
by Jonathan Tan
· 8 years ago
1462450
trailer: allow non-trailers in trailer block
by Jonathan Tan
· 8 years ago
fdbf451
trailer: clarify failure modes in parse_trailer
by Jonathan Tan
· 8 years ago
cc71b0d
trailer: make args have their own struct
by Jonathan Tan
· 8 years ago
63ab3f3
trailer: streamline trailer item create and add
by Jonathan Tan
· 8 years ago
8966a39
trailer: use list.h for doubly-linked list
by Jonathan Tan
· 8 years ago
d65fd42
trailer: improve const correctness
by Jonathan Tan
· 8 years ago
13092a9
cocci: refactor common patterns to use xstrdup_or_null()
by Junio C Hamano
· 8 years ago
ef1177d1
die("bug"): report bugs consistently
by Johannes Schindelin
· 9 years ago
13ad56f
trailer.c: mark strings for translation
by Nguyễn Thái Ngọc Duy
· 9 years ago
e1f8986
interpret-trailers: add option for in-place editing
by Tobias Klauser
· 9 years ago
d0d2344
trailer: allow to write to files other than stdout
by Tobias Klauser
· 9 years ago
cdd00df
Merge branch 'cc/trailers-corner-case-fix'
by Junio C Hamano
· 10 years ago
5c99995
trailer: support multiline title
by Christian Couder
· 10 years ago
483c9b8
Merge branch 'cc/trailers-corner-case-fix'
by Junio C Hamano
· 10 years ago
6262fe9
trailer: retitle a test and correct an in-comment message
by Christian Couder
· 10 years ago
dc5d553
trailer: ignore first line of message
by Christian Couder
· 10 years ago
c5eadca
trailer: use capture_command
by Jeff King
· 10 years ago
5d30851
do not include the same header twice
by Дилян Палаузов
· 10 years ago
0ed8a4e
Merge branch 'cc/interpret-trailers-more'
by Junio C Hamano
· 10 years ago
d4c4f18
Merge branch 'cc/interpret-trailers'
by Junio C Hamano
· 10 years ago
b226293
trailer: use CHILD_PROCESS_INIT in apply_command()
by René Scharfe
· 10 years ago
61cfef4
trailer: reuse ignore_non_trailer() to ignore conflict lines
by Christian Couder
· 10 years ago
d52adf1
trailer: display a trailer without its trailing newline
by Christian Couder
· 10 years ago
2887103
trailer: ignore comment lines inside the trailers
by Christian Couder
· 10 years ago
8828f29
use child_process_init() to initialize struct child_process variables
by René Scharfe
· 10 years ago
85039fb
trailer: execute command from 'trailer.<name>.command'
by Christian Couder
· 10 years ago
b1d78d7
trailer: put all the processing together and print
by Christian Couder
· 10 years ago
2013d85
trailer: parse trailers from file or stdin
by Christian Couder
· 10 years ago
f0a90b4
trailer: process command line trailer arguments
by Christian Couder
· 10 years ago
46a0613
trailer: read and process config information
by Christian Couder
· 10 years ago
4103818
trailer: process trailers from input message and arguments
by Christian Couder
· 10 years ago
9385b5d
trailer: add data structures and basic functions
by Christian Couder
· 10 years ago