Lieber Freund,
Wie geht es Ihnen heute? Ich habe eine Investitionsmöglichkeit mit Ihnen
zu teilen, die die Übertragung einer großen Geldsumme zum gegenseitigen
Nutzen für beide von uns betreffen.
Mein Name ist Andrew Hau Chung, ich in einem Finanzinstitut arbeiten
hier in Hong Kong.
Wenn Sie
On Sun, 2016-10-30 at 01:16 -0700, Junio C Hamano wrote:
> Jon Loeliger writes:
>
> >
> > Is there an existing protocol provision, or an extension to
> > the protocol that would allow a distrustful client to say to
> > the server, "Really, you have Y2? Prove it."
>
> There is not, but I do not
On Sun, 2016-10-30 at 01:03 -0700, Junio C Hamano wrote:
> Matt McCutchen writes:
>
> >
> > On Fri, 2016-10-28 at 22:31 -0700, Junio C Hamano wrote:
> > >
> > > Not sending to the list, where mails from Gmail/phone is known to
> > > get
> > > rejected.
> >
> > [I guess I can go ahead and quote
Dennis Kaarsemaker writes:
>> Git lets you rewrite URLs using "url..insteadOf"
>> ...
>> Can you add a git-config option to show the result of this rewriting
>> whenever this occurs, as debugging more complicated rules can be
>> difficult/wasn't obvious without Wireshark.
>>
>> E.g. you could h
A malicious server may be able to use the fetch and push protocols to
steal data from a user's repository that the user did not intend to
share, via attacks similar to those described in the gitnamespaces(7)
man page. Mention this in the git-fetch(1), git-pull(1), and git-push(1)
man pages and reco
David Turner writes:
> diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh
> index 43665ab..8d3db40 100755
It seems that I haven't heard of 43665ab.
> --- a/t/t5551-http-fetch-smart.sh
> +++ b/t/t5551-http-fetch-smart.sh
> @@ -306,6 +306,28 @@ test_expect_success 'test allowr
Johannes Schindelin writes:
>> Thanks. Dscho, does this fix both of these issues to you?
>
> Apparently it does because the CI jobs for `master` and for `next` pass.
OK, thanks for a quick confirmation.
> The one for `pu` still times out, of course.
Earlier you said 'pu' did even not build, b
On Wed, Nov 9, 2016 at 5:22 AM, Jacob Keller wrote:
> On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak wrote:
>> From: Karthik Nayak
>
> What's the reasoning for using separate functions here if they are
> exactly identical except for name? Do we intend to add separate
> options for this? I don't
On Wed, Nov 9, 2016 at 5:15 AM, Jacob Keller wrote:
> On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak wrote:
>> From: Karthik Nayak
>>
>> Add support for %(upstream:track,nobracket) which will print the
>> tracking information without the brackets (i.e. "ahead N, behind M").
>> This is needed whe
On Wed, Nov 9, 2016 at 5:07 AM, Jacob Keller wrote:
>> Make changes to t/t6300-for-each-ref.sh and
>> Documentation/git-for-each-ref.txt to reflect this change.
>>
>
> This will change behavior if people were expecting it to remain
> silent, but I think this could be considered a bug.
>
Didn't ge
On Sat, 2016-11-12 at 18:49 +0100, Git User wrote:
> Hello
>
> Hopefully this is the right place to submit feature requests - let me
> know if there's somewhere else I should use!
>
> Git lets you rewrite URLs using "url..insteadOf"
>
> https://stackoverflow.com/a/11383587
> https://git-scm.com/
Hello
Hopefully this is the right place to submit feature requests - let me know if
there's somewhere else I should use!
Git lets you rewrite URLs using "url..insteadOf"
https://stackoverflow.com/a/11383587
https://git-scm.com/docs/git-config
Can you add a git-config option to show the result
Good morning git
http://edgell.me/arent.php?fresh=2ht0rm972keenex
Duncan Ferguson
--
This is the second time i am sending you this mail.I, Friedrich
Mayrhofer Donate $ 1,000,000.00 to You, Email Me personally for more
details.
Regards.
Friedrich Mayrhofer
> On 11 Nov 2016, at 21:27, Jeff King wrote:
>
> On Fri, Nov 11, 2016 at 09:02:52PM +0100, Dennis Kaarsemaker wrote:
>
Are you sure about that? If I do:
echo url=https://example.com/repo.git |
git credential fill
I get prompted for a username and password.
>>>
>
> On 11 Nov 2016, at 22:22, Johannes Sixt wrote:
>
> Am 11.11.2016 um 22:07 schrieb Junio C Hamano:
>> Junio C Hamano writes:
>>
>>> OK, then let's have
>>>
>>> filter_git () {
>>> rm -f rot13-filter.log &&
>>> git "$@"
>>>...
>>>
>>> and call that
Hi Junio,
On Fri, 11 Nov 2016, Junio C Hamano wrote:
> Johannes Sixt writes:
>
> > We have to use $PWD instead of $(pwd) because on Windows the latter
> > would add a C: style path to bash's Unix-style $PATH variable, which
> > becomes confused by the colon after the drive letter. ($PWD is a
>
Hi,
On Fri, 11 Nov 2016, Jacob Keller wrote:
> On Fri, Nov 11, 2016 at 1:27 PM, Junio C Hamano wrote:
> > Dennis Kaarsemaker writes:
> >
> >> No tests or documentation updates yet, and I'm not sure whether
> >> --follow-symlinks in other modes than --no-index should be supported,
> >> ignored
Hello,
On Fri, Nov 11, 2016 at 10:59 AM, Jacob Keller wrote:
> On Thu, Nov 10, 2016 at 9:36 AM, Karthik Nayak wrote:
>> On Wed, Nov 9, 2016 at 4:57 AM, Jacob Keller wrote:
>>
>> That does make sense, It would also not error out when we use
>> %(objectname:short=) and
>> not specify the length.
Hello,
On Fri, Nov 11, 2016 at 4:56 AM, Junio C Hamano wrote:
> Jacob Keller writes:
>
>>> @@ -49,6 +51,10 @@ static struct used_atom {
>>> enum { C_BARE, C_BODY, C_BODY_DEP, C_LINES, C_SIG,
>>> C_SUB } option;
>>> unsigned int nlines;
>>>
Signed-off-by: Ben North
---
Documentation/git-worktree.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index 0aeb020..e257c19 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@
21 matches
Mail list logo