 34fc5cefa7
			
		
	
	34fc5cefa7
	
	
	
		
			
			It basically considers all the continuation lines to be lines of their own, and if the total line is bigger than what we can fit in it, we just truncate the result rather than stop in the middle and then get confused when we try to parse the "next" line (which is just the remainder of the first line). [jc: added test, and tightened boundary a bit per list discussion.] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
		
			
				
	
	
		
			15 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ---
 | |
|  foo |    2 +-
 | |
|  1 files changed, 1 insertions(+), 1 deletions(-)
 | |
| 
 | |
| diff --git a/foo b/foo
 | |
| index 9123cdc..918dcf8 100644
 | |
| --- a/foo
 | |
| +++ b/foo
 | |
| @@ -1 +1 @@
 | |
| -Fri Jun  9 00:44:04 PDT 2006
 | |
| +Fri Jun  9 00:44:13 PDT 2006
 | |
| -- 
 | |
| 1.4.0.g6f2b
 | |
| 
 |