[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Extra options for libsvn_diff

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-02-16 08:00:15 CET

[Bruce DeVisser]
> > +/* Maximum length of the extra context to show when show_c_function is set.
> > + GNU diff uses 40, let's be brave and use 50 instead. */
> > +#define SVN_DIFF__EXTRA_CONTEXT_LENGTH 50
>
> Consider going for at least 80.

I'd vote for a buffer of 64 chars, but then truncating the whole output
line at 79 chars. After the @@...@@ you're left with 55 to 63 chars.

Received on Thu Feb 16 08:00:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.