Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need additional info to investigate it? Ivan. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Jeff King
On Mon, Nov 11, 2013 at 05:09:17PM +0100, Andreas Ericsson wrote: > On 2013-11-09 08:05, Christian Couder wrote: > >Here is a big patch series to replace prefixcmp() with a new > >has_prefix() function. > > > > Seems like totally useless codechurn to me. Besides, prefixcmp() > ties in nicely with

Re: [PATCH 2/4] Emphasize options and force ASCIIDOC escaping of "--"

2013-11-12 Thread Jeff King
On Fri, Nov 08, 2013 at 07:48:51PM -0500, Jason St. John wrote: > Using more options generally further limits the output (e.g. > -`--since=` limits to commits newer than ``, and using it > -with `--grep=` further limits to commits whose log message > +'\--since=' limits to commits newer than ``,

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
1024 On 12 November 2013 13:34, Konstantin Khomoutov wrote: > On Tue, 12 Nov 2013 12:02:38 +0400 > Лежанкин Иван wrote: > >> I get this error message every time I want to do a `git push`. >> git version: 1.8.4.2 >> >> Is it a known issue? Do you need additional info to investigate it? > > What

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Konstantin Khomoutov
On Tue, 12 Nov 2013 12:02:38 +0400 Лежанкин Иван wrote: > I get this error message every time I want to do a `git push`. > git version: 1.8.4.2 > > Is it a known issue? Do you need additional info to investigate it? What does ulimit -n tells to you when you run it before executing `git push`?

Problem while cloning a git repo

2013-11-12 Thread ycollette . nospam
Hello, When I clone a repository, I get an error from git: git clone http://192.168.0.18:8080/test test_Gerrit Clonage dans 'test_Gerrit'... remote: Counting objects: 25106, done remote: Finding sources: 100% (25106/25106) error: RPC failed; result=56, HTTP code = 200iB | 8.12 MiB/s fatal: The

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Tue, Nov 12, 2013 at 3:02 PM, Лежанкин Иван wrote: > I get this error message every time I want to do a `git push`. > git version: 1.8.4.2 > > Is it a known issue? Do you need additional info to investigate it? What OS do you use? If the repository can be published, please do. Compress the who

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I use linux. I can't publish repo - it's proprietary, it weights ~300M unpacked, and it uses references ~3Gb. Error message doesn't contain "remote:" prefix. The majority of opened files have name like: objects/pack/pack-.[ pack | idx ] They all are from referenced repo. I have disabled gc in the

Re: htonll, ntohll

2013-11-12 Thread Jakub Narębski
W dniu 2013-11-05 01:00, Ramsay Jones pisze: [Note: I have never particularly liked htons, htonl et.al., so adding these htonll/ntohll functions doesn't thrill me! :-D For example see this post[1], which echo's my sentiments exactly.] HTH ATB, Ramsay Jones [1] http://commandcenter.blogspot.co

[PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Masanari Iida
Correct spelling typo Signed-off-by: Masanari Iida --- git-bisect.sh | 2 +- pathspec.c| 4 ++-- wrapper.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/git-bisect.sh b/git-bisect.sh index 9f064b6..ebac284 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -137,7

[PATCH 4/4] [trivial] Fix spelling typo in contrib

2013-11-12 Thread Masanari Iida
Correct spelling typo in contrib Signed-off-by: Masanari Iida --- contrib/gitview/gitview | 2 +- contrib/mw-to-git/git-remote-mediawiki.perl | 2 +- contrib/mw-to-git/t/test-gitmw-lib.sh | 2 +- contrib/mw-to-git/t/test.config | 2 +- 4 files changed, 4 ins

[PATCH 3/4] [trivial] Fix typo in git-gui

2013-11-12 Thread Masanari Iida
Correct spelling typo in git-gui Signed-off-by: Masanari Iida --- git-gui/Makefile | 2 +- git-gui/lib/blame.tcl | 2 +- git-gui/lib/index.tcl | 2 +- git-gui/lib/spellcheck.tcl | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/git-gui/Makefile b/git-gu

[PATCH 2/4] [trivial] Fix typo in Documentation

2013-11-12 Thread Masanari Iida
Correct spelling typo in Documentation Signed-off-by: Masanari Iida --- Documentation/technical/http-protocol.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt index caf941a..d21d77d

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Junio C Hamano
Jeff King writes: > I am ambivalent on the code churn, but if we do apply it, we should > probably leave off the final patch (dropping prefixcmp) for a cycle to > let topics in flight catch up to the change. Just diffing "master" and > "next", I see some new uses of prefixcmp which will need adju

Re: Request: timeout option for remote operations, esp. "git fetch"

2013-11-12 Thread H. Peter Anvin
On 11/10/2013 12:17 PM, Eric Wong wrote: > "H. Peter Anvin" wrote: >> When a remote server is unavailable or very slow, some git commands can >> stall out indefinitely. It would be a very good thing if remote >> commands -- but especially git fetch -- could be given a timeout. > > We've had SO_K

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Richard Hansen writes: >>> I thought that the discussion agreed this option should not be >>> called --refspec but something like --refmap? >> >> I don't know what you agreed to, > > http://article.gmane.org/gmane.comp.version-control.git/237473 Yup, that was what I had in mind. >> but I didn'

Re: [PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Junio C Hamano
Masanari Iida writes: > Correct spelling typo > > Signed-off-by: Masanari Iida > --- > git-bisect.sh | 2 +- > pathspec.c| 4 ++-- > wrapper.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/git-bisect.sh b/git-bisect.sh > index 9f064b6..ebac284 100755 > ---

Re: [PATCH 3/4] [trivial] Fix typo in git-gui

2013-11-12 Thread Junio C Hamano
Masanari Iida writes: > Correct spelling typo in git-gui The text after the change looks OK, but I shouldn't be taking patches to git-gui part of the tree bypassing Pat, so... -- >8 -- From: Masanari Iida Date: Wed, 13 Nov 2013 00:17:44 +0900 Subject: [PATCH 3/4] git-gui: typofixes Correct sp

Re: [PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Junio C Hamano
Junio C Hamano writes: > Masanari Iida writes: > >> Correct spelling typo >> >> Signed-off-by: Masanari Iida >> --- >> git-bisect.sh | 2 +- >> pathspec.c| 4 ++-- >> wrapper.c | 2 +- >> 3 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/git-bisect.sh b/git-bisect.sh

Re: Request: timeout option for remote operations, esp. "git fetch"

2013-11-12 Thread Junio C Hamano
"H. Peter Anvin" writes: > On 11/10/2013 12:17 PM, Eric Wong wrote: >> "H. Peter Anvin" wrote: >>> When a remote server is unavailable or very slow, some git commands can >>> stall out indefinitely. It would be a very good thing if remote >>> commands -- but especially git fetch -- could be giv

Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Junio C Hamano
sil...@port1024.net writes: > From: Silvio F > > With this patch "git-send-mail" ask a configurable number of questions to > input the smtp password. Without this patch we have only one trial. > > Signed-off-by: Silvio F > --- I wonder if Git::credential (or even the underlying lower level cred

Re: [PATCH v2 0/9] remote-hg, remote-bzr fixes

2013-11-12 Thread Junio C Hamano
Richard Hansen writes: > A handful of fixes for the git-remote-hg and git-remote-bzr remote > helpers and their unit tests. Thanks; could you arrange with Felipe so that we can have Acked-by: or Reviewed-by: after your Signed-off-by: lines of these patches? -- To unsubscribe from this list: send

Re: Request: timeout option for remote operations, esp. "git fetch"

2013-11-12 Thread H. Peter Anvin
On 11/12/2013 09:45 AM, Junio C Hamano wrote: > "H. Peter Anvin" writes: > >> On 11/10/2013 12:17 PM, Eric Wong wrote: >>> "H. Peter Anvin" wrote: When a remote server is unavailable or very slow, some git commands can stall out indefinitely. It would be a very good thing if remote >>

Re: [PATCH 3/4] Correct word usage of "timezone" in "Documentation" directory

2013-11-12 Thread Junio C Hamano
I'll take this patch among the 4 in this series for now. I do not have immediate opinion on 1/4, other than "The original may have room for improvement, but the patch posted is probably not it". As to 2/4, I agree with j6t and peff that `--date=local` is more preferrable than '\--date=local'. As

Re: [GIT PULL] l10n updates for 1.8.5 round 1

2013-11-12 Thread Junio C Hamano
Thanks, all. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 2/9] test-lib.sh: convert $TEST_DIRECTORY to an absolute path

2013-11-12 Thread Junio C Hamano
Richard Hansen writes: > On 2013-11-12 00:54, Richard Hansen wrote: >> If $TEST_DIRECTORY is specified in the environment, convert the value >> to an absolute path to ensure that it remains valid even when 'cd' is >> used. >> >> Signed-off-by: Richard Hansen > > Actually, credit for this and th

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Jeff King
On Tue, Nov 12, 2013 at 08:53:45AM -0800, Junio C Hamano wrote: > Even though we already added has_suffix() for tail matches, it is > not too late to rethink, as it is not in 'master' yet. > > One thing I noticed is that it is probably misnamed, or at least in > a way that invites confusion. Can

Re: [PATCH 5/7] test-hg.sh: avoid obsolete 'test' syntax

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > On 2013-11-11 06:44, Felipe Contreras wrote: > > Richard Hansen wrote: > >> The POSIX spec says that the '-a', '-o', and parentheses operands to > >> the 'test' utility are obsolete extensions due to the potential for > >> ambiguity. Replace '-o' with '|| test' to avoid uns

Re: [PATCH v2 2/9] test-lib.sh: convert $TEST_DIRECTORY to an absolute path

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > On 2013-11-12 00:54, Richard Hansen wrote: > > If $TEST_DIRECTORY is specified in the environment, convert the value > > to an absolute path to ensure that it remains valid even when 'cd' is > > used. > > > > Signed-off-by: Richard Hansen > > Actually, credit for this and

RE: [PATCH v2 0/9] remote-hg, remote-bzr fixes

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > A handful of fixes for the git-remote-hg and git-remote-bzr remote > helpers and their unit tests. I'm OK with the whole series. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org Mor

Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Jeff King
On Tue, Nov 12, 2013 at 09:57:39AM -0800, Junio C Hamano wrote: > > With this patch "git-send-mail" ask a configurable number of questions to > > input the smtp password. Without this patch we have only one trial. > > I wonder if Git::credential (or even the underlying lower level > credential_fi

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Christian Couder
From: Junio C Hamano > > Even though we already added has_suffix() for tail matches, it is > not too late to rethink, as it is not in 'master' yet. > > One thing I noticed is that it is probably misnamed, or at least in > a way that invites confusion. Can people tell which one of these is > cor

Re: [PATCH v6 00/10] transport-helper: updates

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > On 2013-11-11 17:54, Felipe Contreras wrote: > > Hi, > > > > Here are the patches that allow transport helpers to be completely > > transparent; > > renaming branches, deleting them, custom refspecs, --force, --dry-run, > > reporting forced update, everything works. > > >

[PATCH v7 02/11] transport-helper: don't update refs in dry-run

2013-11-12 Thread Felipe Contreras
The remote helper namespace should not be updated. Signed-off-by: Felipe Contreras --- transport-helper.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index b66c7fd..9558a0d 100644 --- a/transport-helper.c +++ b/transport-he

[PATCH v7 01/11] transport-helper: fix extra lines

2013-11-12 Thread Felipe Contreras
Commit 9c51558 (transport-helper: trivial code shuffle) moved these lines above, but 99d9ec0 (Merge branch 'fc/transport-helper-no-refspec') had a wrong merge conflict and readded them. Reported-by: Richard Hansen Signed-off-by: Felipe Contreras --- transport-helper.c | 3 --- 1 file changed, 3

[PATCH v7 00/11] transport-helper: updates

2013-11-12 Thread Felipe Contreras
Hi, Here are the patches that allow transport helpers to be completely transparent; renaming branches, deleting them, custom refspecs, --force, --dry-run, reporting forced update, everything works. Changes since v6: diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg

[PATCH v7 07/11] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
So that we can convert the exported ref names. Signed-off-by: Felipe Contreras --- Documentation/git-fast-export.txt | 4 builtin/fast-export.c | 32 t/t9350-fast-export.sh| 7 +++ 3 files changed, 43 insertions(+) diff --git a

[PATCH v6 07/10] transport-helper: add support for old:new refspec

2013-11-12 Thread Felipe Contreras
By using fast-export's new --refspec option. Signed-off-by: Felipe Contreras --- t/t5801-remote-helpers.sh | 2 +- transport-helper.c| 13 ++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index c33cc25..4

[PATCH v7 06/11] fast-export: improve argument parsing

2013-11-12 Thread Felipe Contreras
We don't want to pass arguments specific to fast-export to setup_revisions. Signed-off-by: Felipe Contreras --- builtin/fast-export.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index 78250ea..eea5b8c 100644 --- a/builtin/fa

[PATCH v6 08/10] fast-import: add support to delete refs

2013-11-12 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Documentation/git-fast-import.txt | 3 +++ fast-import.c | 13 ++--- t/t9300-fast-import.sh| 18 ++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Documentation/git-fast-import.txt b/Doc

[PATCH v6 10/10] transport-helper: add support to delete branches

2013-11-12 Thread Felipe Contreras
For remote-helpers that use 'export' to push. Signed-off-by: Felipe Contreras --- t/t5801-remote-helpers.sh | 8 transport-helper.c| 11 ++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index 45433

[PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
So that we can convert the exported ref names. Signed-off-by: Felipe Contreras --- Documentation/git-fast-export.txt | 4 builtin/fast-export.c | 32 t/t9350-fast-export.sh| 7 +++ 3 files changed, 43 insertions(+) diff --git a

[PATCH v7 10/11] fast-export: add support to delete refs

2013-11-12 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- builtin/fast-export.c | 14 ++ t/t9350-fast-export.sh | 11 +++ 2 files changed, 25 insertions(+) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index cf745ec..4b76222 100644 --- a/builtin/fast-export.c +++ b/builtin/fast-expor

[PATCH v7 05/11] test-hg.sh: tests are now expected to pass

2013-11-12 Thread Felipe Contreras
From: Richard Hansen Signed-off-by: Richard Hansen --- contrib/remote-helpers/test-hg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 72f745d..aacd8a9 100755 --- a/contrib/remote-helpers/test

[PATCH v7 08/11] transport-helper: add support for old:new refspec

2013-11-12 Thread Felipe Contreras
By using fast-export's new --refspec option. Signed-off-by: Felipe Contreras --- t/t5801-remote-helpers.sh | 2 +- transport-helper.c| 13 ++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index c33cc25..4

[PATCH v7 11/11] transport-helper: add support to delete branches

2013-11-12 Thread Felipe Contreras
For remote-helpers that use 'export' to push. Signed-off-by: Felipe Contreras --- t/t5801-remote-helpers.sh | 8 transport-helper.c| 11 ++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index 45433

[PATCH v6 09/10] fast-export: add support to delete refs

2013-11-12 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- builtin/fast-export.c | 14 ++ t/t9350-fast-export.sh | 11 +++ 2 files changed, 25 insertions(+) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index cf745ec..4b76222 100644 --- a/builtin/fast-export.c +++ b/builtin/fast-expor

[PATCH v7 09/11] fast-import: add support to delete refs

2013-11-12 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Documentation/git-fast-import.txt | 3 +++ fast-import.c | 13 ++--- t/t9300-fast-import.sh| 18 ++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Documentation/git-fast-import.txt b/Doc

[PATCH v6 05/10] fast-export: improve argument parsing

2013-11-12 Thread Felipe Contreras
We don't want to pass arguments specific to fast-export to setup_revisions. Signed-off-by: Felipe Contreras --- builtin/fast-export.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index 78250ea..eea5b8c 100644 --- a/builtin/fa

[PATCH v7 03/11] transport-helper: add 'force' to 'export' helpers

2013-11-12 Thread Felipe Contreras
Otherwise they cannot know when to force the push or not (other than hacks). Tests-by: Richard Hansen Documentation-by: Richard Hansen Signed-off-by: Felipe Contreras --- Documentation/gitremote-helpers.txt | 4 git-remote-testgit.sh | 18 ++ t/t5801-remote-

[PATCH v7 04/11] transport-helper: check for 'forced update' message

2013-11-12 Thread Felipe Contreras
So the remote-helpers can tell us when a forced push was needed. Signed-off-by: Felipe Contreras --- transport-helper.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/transport-helper.c b/transport-helper.c index 60fba99..23af747 100644 --- a/transport-helper.c +++ b/

RE: [PATCH v2] remote-bzr: support the new 'force' option

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > Signed-off-by: Richard Hansen > --- > > This is a reroll of: > http://article.gmane.org/gmane.comp.version-control.git/237607 > based on feedback from Felipe: > http://article.gmane.org/gmane.comp.version-control.git/237615 > > This patch is an optional extension to F

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > On 2013-11-11 18:50, Felipe Contreras wrote: > > On Mon, Nov 11, 2013 at 5:25 PM, Junio C Hamano wrote: > >> Felipe Contreras writes: > >> > >>> So that we can convert the exported ref names. > >>> > >>> Signed-off-by: Felipe Contreras > >>> --- > >> > >> I thought that t

Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Junio C Hamano
Jeff King writes: > On Tue, Nov 12, 2013 at 09:57:39AM -0800, Junio C Hamano wrote: > >> > With this patch "git-send-mail" ask a configurable number of questions to >> > input the smtp password. Without this patch we have only one trial. >> >> I wonder if Git::credential (or even the underlying

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Junio C Hamano
Christian Couder writes: > From: Junio C Hamano >> >> Even though we already added has_suffix() for tail matches, it is >> not too late to rethink, as it is not in 'master' yet. >> >> One thing I noticed is that it is probably misnamed, or at least in >> a way that invites confusion. Can peop

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Felipe Contreras writes: > Does it? > > % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' > % git fetch origin master > From /home/felipec/dev/git > * branchmaster -> FETCH_HEAD > * [new branch] master -> refs/remotes-test/origin/master >

Re: Bug? diff.submodule=log adds text to commit -v message

2013-11-12 Thread Jens Lehmann
Am 12.11.2013 08:46, schrieb Johannes Sixt: > Am 11.11.2013 22:29, schrieb Jens Lehmann: >> The diff below fixes the problem you describe for me. (But I do not >> consider it a worthwhile fix in its current form because a line >> starting with "Submodule " might appear in a perfectly normal commit

Re: Bug? diff.submodule=log adds text to commit -v message

2013-11-12 Thread Junio C Hamano
Jens Lehmann writes: > Am 12.11.2013 08:46, schrieb Johannes Sixt: >> Am 11.11.2013 22:29, schrieb Jens Lehmann: >>> The diff below fixes the problem you describe for me. (But I do not >>> consider it a worthwhile fix in its current form because a line >>> starting with "Submodule " might appear

Re: [PATCH v7 00/11] transport-helper: updates

2013-11-12 Thread Junio C Hamano
Felipe Contreras writes: > Here are the patches that allow transport helpers to be completely > transparent; Thanks, will replace what is on 'pu'. > Felipe Contreras (10): > transport-helper: fix extra lines I'll retitle this one to "mismerge fix" to make it clear where the blame lies ;-) -

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
Junio C Hamano wrote: > Felipe Contreras writes: > > > Does it? > > > > % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' > > % git fetch origin master > > From /home/felipec/dev/git > > * branchmaster -> FETCH_HEAD > > * [new branch] master

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Junio C Hamano writes: > Felipe Contreras writes: > >> Does it? >> >> % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' >> % git fetch origin master >> From /home/felipec/dev/git >> * branchmaster -> FETCH_HEAD >> * [new branch] master ->

Re: Problem while cloning a git repo

2013-11-12 Thread brian m. carlson
On Tue, Nov 12, 2013 at 01:50:24PM +0100, ycollette.nos...@free.fr wrote: > Hello, > > When I clone a repository, I get an error from git: > > git clone http://192.168.0.18:8080/test test_Gerrit > Clonage dans 'test_Gerrit'... > remote: Counting objects: 25106, done > remote: Finding sources: 100

Re: git rm / format-patch / am fails on my file: patch does not apply

2013-11-12 Thread Ken Tanzer
> I am not very much surprised if such a file misbehaves, because the > "format-patch | am" pipeline is designed to be used on patches that > can be transferred in plain-text e-mail safely. Long lines should > probably be OK, but mixed CRLF, CR and LF may be problematic. I'm not sure I understand

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Tue, Nov 12, 2013 at 9:38 PM, Лежанкин Иван wrote: > I use linux. > > I can't publish repo - it's proprietary, it weights ~300M unpacked, > and it uses references ~3Gb. > Error message doesn't contain "remote:" prefix. > The majority of opened files have name like: > objects/pack/pack-.[ pack |

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Bryan Turner
On 13 November 2013 13:48, Duy Nguyen wrote: > On Tue, Nov 12, 2013 at 9:38 PM, Лежанкин Иван wrote: >> I use linux. >> >> I can't publish repo - it's proprietary, it weights ~300M unpacked, >> and it uses references ~3Gb. >> Error message doesn't contain "remote:" prefix. >> The majority of open

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Wed, Nov 13, 2013 at 10:04 AM, Bryan Turner wrote: >> but it's only available in v1.5.0-rc0 or rc1. Could you try that >> version? > > I believe you mean 1.8.5-rc0 or 1.8.5-rc1, is that correct? Yes. Looks like my fingers are not controlled by my mind anymore. -- Duy -- To unsubscribe from th

[PATCH] State correct usage of backticks for options in man pages in the coding guidelines

2013-11-12 Thread Jason St. John
The man pages contain inconsistent usage of backticks vs. single quotes around options and commands that are in paragraphs. This commit states that backticks should always be used around options and commands. This commit also states that "--" and friends should be left unescaped (e.g. use `--prett

[PATCH] Fix single quotes, AsciiDoc escaping, and other formatting/grammatical issues

2013-11-12 Thread Jason St. John
rev-list-options.txt: -- added line breaks before some "endif" AsciiDoc commands to fix syntax highlighting in Vim -- added line breaks after some options subheadings to fix syntax highlighting in Vim -- added backticks around options/commands that were missing it -- removed AsciiDoc esca

[PATCH 1/2] Rewrite man page explanation of git log's "--log-size" option

2013-11-12 Thread Jason St. John
Documentation/git-log.txt: --log-size was added in commit 9fa3465, and the commit message contained a satisfactory explanation; however, the man page entry for it was unclear and cryptic. Thanks-to: Jonathan Nieder Signed-off-by: Jason St. John --- This is effectively a resubmit of my previous p

[PATCH 2/2] Fix minor grammatical and other formatting issues in the "git log" man page

2013-11-12 Thread Jason St. John
Documentation/git-log.txt: -- replace single quotes around options/commands with backticks -- use single quotes around references to sections -- replaced some double quotes with proper AsciiDoc quotes (e.g. ``foo'') -- use backticks around files and file paths -- use title case when referring

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Christian Couder
From: Junio C Hamano > > Christian Couder writes: >> >> After a look at some languages, Python has "startwith()" and >> "endswith()", and Java has "startWith()" and "endsWith()". >> >> But while we are at it, why not >> "ends_with()" and "begins_with()"? To me using an underscore seems >> more c

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I've tried your commit. No more error messages. Looking forward to the next git version. Thanks. On 13 November 2013 07:32, Duy Nguyen wrote: > On Wed, Nov 13, 2013 at 10:04 AM, Bryan Turner wrote: >>> but it's only available in v1.5.0-rc0 or rc1. Could you try that >>> version? >> >> I believe

Re: [PATCH 00/86] replace prefixcmp() with has_prefix()

2013-11-12 Thread Jeff King
On Wed, Nov 13, 2013 at 07:47:03AM +0100, Christian Couder wrote: > My preference is: > > 1) with an "s" > 2) "start" > 3) underscore > > so that gives: starts_with() and ends_with() FWIW, that looks good to me, too. Whether there is confusion over the meaning of "suffix" or not, it makes sense

Re: Problem while cloning a git repo

2013-11-12 Thread Yann COLLETTE
Hello, When I perform the git clone via git, it works. The problem is only happening via http. I tried to play with http.postBuffer and I set this parameter to it's maximum (a little bit before a git clone triggered a memory alloc problem) and I see that something big is trying to be downloade