diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-04-11 11:52:01 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-04-11 11:52:01 -0700 |
| commit | 55275b3812af3fe84516f176e589100232aef4f5 (patch) | |
| tree | e6e31d8f35ccb7119737bf14c9621db12fad7d1d /diff.c | |
| parent | 8fcd4218c63d15481d8fbb12c3fddfffa98e1adc (diff) | |
| parent | 90c1b08c7dc5be890e697237f67a188da235ffc8 (diff) | |
| download | git-55275b3812af3fe84516f176e589100232aef4f5.tar.gz | |
Merge branch 'jc/withraw' into next
* jc/withraw:
Separate the raw diff and patch with a newline
Document --patch-with-raw
Diffstat (limited to 'diff.c')
| -rw-r--r-- | diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1322,6 +1322,7 @@ void diff_flush(struct diff_options *options) struct diff_filepair *p = q->queue[i]; flush_one_pair(p, DIFF_FORMAT_RAW, options); } + putchar(options->line_termination); } for (i = 0; i < q->nr; i++) { struct diff_filepair *p = q->queue[i]; |
