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

2012-10-29 Thread Eric Wong
Jeff King p...@peff.net 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

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 p...@peff.net 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 p...@peff.net 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

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

2012-10-26 Thread Eric Wong
Jeff King p...@peff.net 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

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=n;; +Fetch n log entries per request when scanning

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 p...@peff.net 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 +++

[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 gunnlau...@gmail.com --- Documentation/git-svn.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git