index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trailer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-29
trailer: have function to describe trailer layout
Jonathan Tan
1
-36
/
+82
2016-11-29
trailer: avoid unnecessary splitting on lines
Jonathan Tan
1
-94
/
+100
2016-11-29
commit: make ignore_non_trailer take buf/len
Jonathan Tan
1
-1
/
+1
2016-11-29
trailer: be stricter in parsing separators
Jonathan Tan
1
-6
/
+23
2016-10-31
Merge branch 'jt/trailer-with-cruft'
Junio C Hamano
1
-273
/
+347
2016-10-21
trailer: support values folded to multiple lines
Jonathan Tan
1
-7
/
+38
2016-10-21
trailer: forbid leading whitespace in trailers
Jonathan Tan
1
-1
/
+1
2016-10-21
trailer: allow non-trailers in trailer block
Jonathan Tan
1
-13
/
+76
2016-10-21
trailer: clarify failure modes in parse_trailer
Jonathan Tan
1
-22
/
+53
2016-10-20
trailer: make args have their own struct
Jonathan Tan
1
-50
/
+85
2016-10-20
trailer: streamline trailer item create and add
Jonathan Tan
1
-70
/
+60
2016-10-20
trailer: use list.h for doubly-linked list
Jonathan Tan
1
-167
/
+91
2016-10-14
trailer: improve const correctness
Jonathan Tan
1
-7
/
+7
2016-10-12
cocci: refactor common patterns to use xstrdup_or_null()
Junio C Hamano
1
-6
/
+3
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
1
-1
/
+1
2016-02-29
trailer.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-01-14
interpret-trailers: add option for in-place editing
Tobias Klauser
1
-1
/
+40
2016-01-14
trailer: allow to write to files other than stdout
Tobias Klauser
1
-13
/
+15
2015-09-02
Merge branch 'cc/trailers-corner-case-fix'
Junio C Hamano
1
-4
/
+11
2015-08-31
trailer: support multiline title
Christian Couder
1
-4
/
+11
2015-08-28
Merge branch 'cc/trailers-corner-case-fix'
Junio C Hamano
1
-1
/
+3
2015-08-26
trailer: retitle a test and correct an in-comment message
Christian Couder
1
-1
/
+2
2015-08-21
trailer: ignore first line of message
Christian Couder
1
-1
/
+2
2015-03-22
trailer: use capture_command
Jeff King
1
-13
/
+5
2015-02-13
do not include the same header twice
Дилян Палаузов
1
-1
/
+0
2014-12-22
Merge branch 'cc/interpret-trailers-more'
Junio C Hamano
1
-7
/
+25
2014-11-19
Merge branch 'cc/interpret-trailers'
Junio C Hamano
1
-4
/
+10
2014-11-10
trailer: use CHILD_PROCESS_INIT in apply_command()
René Scharfe
1
-2
/
+1
2014-11-10
trailer: reuse ignore_non_trailer() to ignore conflict lines
Christian Couder
1
-7
/
+25
2014-11-10
trailer: display a trailer without its trailing newline
Christian Couder
1
-2
/
+6
2014-11-10
trailer: ignore comment lines inside the trailers
Christian Couder
1
-2
/
+4
2014-10-28
use child_process_init() to initialize struct child_process variables
René Scharfe
1
-1
/
+1
2014-10-13
trailer: execute command from 'trailer.<name>.command'
Christian Couder
1
-1
/
+84
2014-10-13
trailer: put all the processing together and print
Christian Couder
1
-0
/
+69
2014-10-13
trailer: parse trailers from file or stdin
Christian Couder
1
-0
/
+123
2014-10-13
trailer: process command line trailer arguments
Christian Couder
1
-0
/
+112
2014-10-13
trailer: read and process config information
Christian Couder
1
-0
/
+185
2014-10-13
trailer: process trailers from input message and arguments
Christian Couder
1
-0
/
+210
2014-10-13
trailer: add data structures and basic functions
Christian Couder
1
-0
/
+69