Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-29 Thread Eric Wong
Jeff King wrote: > Since it was such a small topic, I just went ahead and queued bc22b27 in > my repo. If that's not OK, I can revert it from 'next' and wait to get > it by pulling from you. That's fine, thanks! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a me

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-29 Thread Jeff King
On Mon, Oct 29, 2012 at 08:18:47PM +, Eric Wong wrote: > Jeff King wrote: > > On Fri, Oct 26, 2012 at 09:46:02AM +, Eric Wong wrote: > > > Overly large values also lead to excessive memory usage. I may have > > > only had 256M in my dev machine at the time I added this parameter: > > >

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-29 Thread Eric Wong
Jeff King wrote: > On Fri, Oct 26, 2012 at 09:46:02AM +, Eric Wong wrote: > > Overly large values also lead to excessive memory usage. I may have > > only had 256M in my dev machine at the time I added this parameter: > > That's probably worth mentioning. Gunnlaugur, any objection to me > am

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-26 Thread Gunnlaugur Thor Briem
On Fri, Oct 26, 2012 at 1:32 PM, Jeff King wrote: > That's probably worth mentioning. Gunnlaugur, any objection to me > amending your commit with: > > diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt > index 64756c9..8b0d3ad 100644 > --- a/Documentation/git-svn.txt > +++ b/Docume

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-26 Thread Jeff King
On Fri, Oct 26, 2012 at 09:46:02AM +, Eric Wong wrote: > > Thanks. Your description makes sense to me, but I do not have enough > > git-svn knowledge to know if it covers all intended uses of the flag. > > Eric? > > > > > +--log-window-size=;; > > > +Fetch log entries per request when sc

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-26 Thread Eric Wong
Jeff King wrote: > On Tue, Oct 23, 2012 at 10:33:26AM +, Gunnlaugur Þór Briem wrote: > > > The --log-window-size parameter to git-svn fetch is undocumented. > > > > Minimally describe what it does and why the user might change it. > > Thanks. Your description makes sense to me, but I do not

Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-25 Thread Jeff King
On Tue, Oct 23, 2012 at 10:33:26AM +, Gunnlaugur Þór Briem wrote: > The --log-window-size parameter to git-svn fetch is undocumented. > > Minimally describe what it does and why the user might change it. Thanks. Your description makes sense to me, but I do not have enough git-svn knowledge t

[PATCH] Document git-svn fetch --log-window-size parameter

2012-10-23 Thread Gunnlaugur Þór Briem
The --log-window-size parameter to git-svn fetch is undocumented. Minimally describe what it does and why the user might change it. Signed-off-by: Gunnlaugur Þór Briem --- Documentation/git-svn.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-svn.txt b/Documentati