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
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
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
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
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
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
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
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
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
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
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 |
> 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
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
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 ->
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
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 ;-)
-
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
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
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
>
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
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
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
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
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/
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
> >
>
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
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
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
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
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
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
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
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
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
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
>>
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
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
"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
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
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
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
> ---
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'
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
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
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
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
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
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
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
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
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
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
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`?
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
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 ``,
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
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
74 matches
Mail list logo