git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: Delivery Status Notification (Failure)
  2010-01-29 14:18   ` Fwd: Delivery Status Notification (Failure) Laszlo Papp
@ 2010-01-29 15:04     ` Frank Li
  2010-02-01 16:16       ` Laszlo Papp
  2010-02-02  4:15       ` Tay Ray Chuan
  0 siblings, 2 replies; 21+ messages in thread
From: Frank Li @ 2010-01-29 15:04 UTC (permalink / raw)
  To: Laszlo Papp; +Cc: git, normalperson

>
> If I use --username option, Frank Li said me it's not enough in
> TortoiseGIT to provide a popup facility to type the password related
> to the set --username option.
>

I prefer git-svn can provide environment to launch a external
application to input password like open ssh.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2010-01-29 15:04     ` Frank Li
@ 2010-02-01 16:16       ` Laszlo Papp
  2010-02-02  4:15       ` Tay Ray Chuan
  1 sibling, 0 replies; 21+ messages in thread
From: Laszlo Papp @ 2010-02-01 16:16 UTC (permalink / raw)
  To: Frank Li; +Cc: git, normalperson

On Fri, Jan 29, 2010 at 4:04 PM, Frank Li <lznuaa@gmail.com> wrote:
>>
>> If I use --username option, Frank Li said me it's not enough in
>> TortoiseGIT to provide a popup facility to type the password related
>> to the set --username option.
>>
>
> I prefer git-svn can provide environment to launch a external
> application to input password like open ssh.
>

No perl guru among the volunteers if the original author is not available ? :(

Best Regards,
Laszlo Papp

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2010-01-29 15:04     ` Frank Li
  2010-02-01 16:16       ` Laszlo Papp
@ 2010-02-02  4:15       ` Tay Ray Chuan
  2010-02-02  4:30         ` Frank Li
  1 sibling, 1 reply; 21+ messages in thread
From: Tay Ray Chuan @ 2010-02-02  4:15 UTC (permalink / raw)
  To: Frank Li; +Cc: Laszlo Papp, git, normalperson

Hi,

On Fri, Jan 29, 2010 at 11:04 PM, Frank Li <lznuaa@gmail.com> wrote:
> I prefer git-svn can provide environment to launch a external
> application to input password like open ssh.

how about users who are authenticating over http with basic and
digest? How does one go about launching an external app for password
input in those cases?

Please don't take this as a criticism of your personal preference. I
believe this feature would make things convenient for users who want
it - those who don't, nothing changes.

Even ssh (via ssh-keygen) lets you specify the passphrase at
command-run time. Others include htpasswd, htdigest...

-- 
Cheers,
Ray Chuan

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2010-02-02  4:15       ` Tay Ray Chuan
@ 2010-02-02  4:30         ` Frank Li
  2010-02-02  6:37           ` Laszlo Papp
  0 siblings, 1 reply; 21+ messages in thread
From: Frank Li @ 2010-02-02  4:30 UTC (permalink / raw)
  To: Tay Ray Chuan; +Cc: Laszlo Papp, git, normalperson

2010/2/2 Tay Ray Chuan <rctay89@gmail.com>:
> Hi,
>
> On Fri, Jan 29, 2010 at 11:04 PM, Frank Li <lznuaa@gmail.com> wrote:
>> I prefer git-svn can provide environment to launch a external
>> application to input password like open ssh.
>
> how about users who are authenticating over http with basic and
> digest? How does one go about launching an external app for password
> input in those cases?

There are not problem if run git svn clone from console.
But a gui application, such tortoisegit, launch "git svn clone" and
capture git svn clone output.
If passwd needed, git svn clone will read character from console but
GUI application don't know that and wait git svn output.
So there are dead lock till timeout and fail.

The same problem has been happen at ssh.  But OpenSSH provide a
option, environment SSH_ASKPASS, which point to a application. when
passwd need, openssh launch this GUI application,  user can input
passwd at this GUI application.

The basic requirement is git svn can provide a way to prompt a dialog
box to input passwd.

Frank Li

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2010-02-02  4:30         ` Frank Li
@ 2010-02-02  6:37           ` Laszlo Papp
  0 siblings, 0 replies; 21+ messages in thread
From: Laszlo Papp @ 2010-02-02  6:37 UTC (permalink / raw)
  To: Frank Li; +Cc: Tay Ray Chuan, git, normalperson

> The basic requirement is git svn can provide a way to prompt a dialog
> box to input passwd.

Yeah, it's a very basic use case, but I don't know whether there is a
workaround for it somehow, maybe perl gurus or git svn users could
help more...

My company, where there are windows users (95% of the company), would
like to use TortoiseGIT as a graphical client for SVN server
repositories as an SVN client, no other way by us, so it'd be high
priority :) So I've got a beer for any volunteer, thanks :P

Best Regards,
Laszlo Papp

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <0015174c437c389602048ce7f16c@google.com>
@ 2010-08-03  9:31   ` Simon Grönlund
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Grönlund @ 2010-08-03  9:31 UTC (permalink / raw)
  To: git

Since recent weekend I face an error trying to execute git svn fetch
-q. trying to build an index from scratch does not help.

$ git svn fetch
error: short read No such file or directory
fatal: Unable to add (null) to database
   at /usr/lib64/perl5/SVN/Ra.pm line 623

$ git --version
git version 1.7.2

$ svn --version
svn, version 1.6.9 (r901367)

$ sqlite3 --version
3.6.22

$ perl --version
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

$ uname -a
Linux host 2.6.33.6-147.fc13.x86_64 #1 SMP Tue Jul 6 22:32:17 UTC 2010
x86_64 x86_64 x86_64 GNU/Linux

yum says
git-1.7.2-1.fc13.x86_64
subversion-1.6.9-2.fc13.x86_64
sqlite-3.6.22-1.fc13.x86_64
perl-5.10.1-114.fc13.x86_64

The error points me to perl5/SVN/Ra.pm line 623 which is at the lat line in
our $AUTOLOAD;
sub AUTOLOAD {
    my $class = ref($_[0]);
    $AUTOLOAD =~ s/^${class}::(SUPER::)?//;
    return if $AUTOLOAD =~ m/^[A-Z]/;

    my $self = shift;
    no strict 'refs';

    print $self, "\n";
    print $AUTOLOAD, "\n";
    print @_, "\n\n";

    my $method = $self->can("invoke_$AUTOLOAD")
        or die "no such method $AUTOLOAD";

    no warnings 'uninitialized';
    $method->(@$self, @_);
}

The 3 print-debug lines are added by me and they emits the following:
$ git svn fetch
SVN::Ra::Reporter=ARRAY(0x2b04418)
set_path
Use of uninitialized value $_[3] in print at
/usr/lib64/perl5/SVN/Ra.pm line 621.
721210SVN::Pool=REF(0x2b04130)

SVN::Ra::Reporter=ARRAY(0x2b04418)
set_path
Use of uninitialized value $_[3] in print at
/usr/lib64/perl5/SVN/Ra.pm line 621.
branches721210SVN::Pool=REF(0x2b04130)

SVN::Ra::Reporter=ARRAY(0x2b04418)
set_path
Use of uninitialized value $_[3] in print at
/usr/lib64/perl5/SVN/Ra.pm line 621.
branches/4.272117SVN::Pool=REF(0x2b04130)

SVN::Ra::Reporter=ARRAY(0x2b04418)
finish_report
SVN::Pool=REF(0x2b04130)

error: short read No such file or directory
fatal: Unable to add (null) to database
 at /usr/lib64/perl5/SVN/Ra.pm line 627

Unfortunately I have been unable to debug this further.




Git works flawlessly in this setup with another branch of the same SVN
repository but I have not been able to pinpoint which revision or what
else that can be wrong here.

Is this error introduced with the recent release of Git?
Is there some mismatch between Git, Svn, Perl, or Sqlite?

Grateful for tips or hints.

/Simon

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <000e0cd5cff499795e04a05dc387@google.com>
@ 2011-04-08  2:41   ` David Xu
  0 siblings, 0 replies; 21+ messages in thread
From: David Xu @ 2011-04-08  2:41 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

Hi, this is my revised proposal for git. I was unable to find a public bug
list, so I couldn't specify which bugs I would attempt to fix in the project
schedule. I apologize for this coming in a bit late, I had classes and an
interview today, so I just got back home.

Thank you!
-David

[-- Attachment #2: git-v2.docx --]
[-- Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document, Size: 18673 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <001636c927b40af7cb04ba0aca6e@google.com>
@ 2012-02-28 19:02   ` Rajat Khanduja
  2012-02-28 19:48     ` Jeff King
  0 siblings, 1 reply; 21+ messages in thread
From: Rajat Khanduja @ 2012-02-28 19:02 UTC (permalink / raw)
  To: git

Hi

I am a student interested in participating in GSOC'12 and was curious
to know if Git is participating in the program this year.

Sincerely,

Rajat

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2012-02-28 19:02   ` Rajat Khanduja
@ 2012-02-28 19:48     ` Jeff King
  0 siblings, 0 replies; 21+ messages in thread
From: Jeff King @ 2012-02-28 19:48 UTC (permalink / raw)
  To: Rajat Khanduja; +Cc: git

On Wed, Feb 29, 2012 at 12:32:37AM +0530, Rajat Khanduja wrote:

> I am a student interested in participating in GSOC'12 and was curious
> to know if Git is participating in the program this year.

We haven't applied yet, but I think we are planning on it. Getting our
application started is on my to-do list this week.

-Peff

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <bcaec5396b50ba47be04d7e99955@google.com>
@ 2013-03-14 22:01   ` Harring Figueiredo
  2013-03-14 22:12     ` Junio C Hamano
  0 siblings, 1 reply; 21+ messages in thread
From: Harring Figueiredo @ 2013-03-14 22:01 UTC (permalink / raw)
  To: git

Hello folks,


 Just want to confirm that this is not a bug:

 <code>
 bunde.c: 443

  printf_ln(Q_("The bundle requires this ref",
                                      "The bundle requires these %d refs",
                                      r->nr),
                                   r->nr);

 </code>

 seems to be missing %d parameter on the first message.
 Please let me know if this is a bug or if it indeed should be like this.

 I am not a expert on gettext :-(

 Thank you!
 -hff

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2013-03-14 22:01   ` Harring Figueiredo
@ 2013-03-14 22:12     ` Junio C Hamano
  2013-03-14 23:36       ` Harring Figueiredo
  0 siblings, 1 reply; 21+ messages in thread
From: Junio C Hamano @ 2013-03-14 22:12 UTC (permalink / raw)
  To: Harring Figueiredo; +Cc: git

Harring Figueiredo <harringf@gmail.com> writes:

>  Just want to confirm that this is not a bug:
> ...
>   printf_ln(Q_("The bundle requires this ref",
>                                       "The bundle requires these %d refs",
>                                       r->nr),
>                                    r->nr);
> ...
>  seems to be missing %d parameter on the first message.

Perhaps visit

	http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms

look for "In the English singular case,..." and read the
explanation there?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2013-03-14 22:12     ` Junio C Hamano
@ 2013-03-14 23:36       ` Harring Figueiredo
  0 siblings, 0 replies; 21+ messages in thread
From: Harring Figueiredo @ 2013-03-14 23:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Got it!

From the recommended site:

--
In the English singular case, the number – always 1 – can be replaced
with "one":

          printf (ngettext ("One file removed", "%d files removed", n), n);
This works because the ‘printf’ function discards excess arguments
that are not consumed by the format string.
--

Junio, thank you so much for the  reply and link to the docs.

-hff

On Thu, Mar 14, 2013 at 6:12 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Harring Figueiredo <harringf@gmail.com> writes:
>
>>  Just want to confirm that this is not a bug:
>> ...
>>   printf_ln(Q_("The bundle requires this ref",
>>                                       "The bundle requires these %d refs",
>>                                       r->nr),
>>                                    r->nr);
>> ...
>>  seems to be missing %d parameter on the first message.
>
> Perhaps visit
>
>         http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
>
> look for "In the English singular case,..." and read the
> explanation there?
>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <047d7b2ed8ab924fe60510bc0ea0@google.com>
@ 2015-03-08  0:36   ` Amate Yolande
  0 siblings, 0 replies; 21+ messages in thread
From: Amate Yolande @ 2015-03-08  0:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Hello Junio

          Thanks for the quick review and I apologize for the poorly
constructed code. I am
new to open source and git, and that was my first time coming across
the git source
code so I hoped to submit a working patch first, with the intention of
amending it later since
I did not really understand the requirements. With your clarification
and getting my self
familiar with the git commands, I hope to submit an accurate patch.

Thanks

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found]     ` <591f6844.82dcca0a.451e5.8f76.GMRIR@mx.google.com>
@ 2017-05-19 21:51       ` Atousa Duprat
  0 siblings, 0 replies; 21+ messages in thread
From: Atousa Duprat @ 2017-05-19 21:51 UTC (permalink / raw)
  To: git, Animi Vulpis

Hi,

I have tried to repro this issue but git goes out of its way to store
the commit messages using unix end-of-line format.
I think that git itself cannot create a repo exhibiting this problem.

Most helpful would be if you could create a mini repo using gitlab.
All it would need is one file, two branches, and a merge.
With that in hand, it should be pretty easy to track down the problem
and fix git.

You mentioned that the previous version you were using was working
fine, can you tell me which version that was?
It'll help to narrow down the changes that could have affected the issue.

Thanks,

Atousa

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found]   ` <001a1148fe243ade02055ead2599@google.com>
@ 2017-11-23 21:41     ` Igor Djordjevic
  0 siblings, 0 replies; 21+ messages in thread
From: Igor Djordjevic @ 2017-11-23 21:41 UTC (permalink / raw)
  To: git@vger.kernel.org

On 23/11/2017 22:30, Mail Delivery Subsystem wrote:
> Hello igor.d.djordjevic@gmail.com,
> 
> We're writing to let you know that the group you tried to contact (git-for-windows) may not exist, or you may not have permission to post messages to the group. A few more details on why you weren't able to post:
> 
>  * You might have spelled or formatted the group name incorrectly.
>  * The owner of the group may have removed this group.
>  * You may need to join the group before receiving permission to post.
>  * This group may not be open to posting.
> 
> If you have questions related to this or any other Google Group, visit the Help Center at https://groups.google.com/support/.
> 
> Thanks,
> 
> Google Groups

Well, seems that +Cc-ing wasn`t the most successful one... :P

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found]   ` <5c657002.1c69fb81.d433c.32ce.GMR@mx.google.com>
@ 2019-02-18 10:46     ` Senol Yazici
  2019-02-18 16:12       ` Randall S. Becker
  2019-02-18 20:59       ` Johannes Schindelin
  0 siblings, 2 replies; 21+ messages in thread
From: Senol Yazici @ 2019-02-18 10:46 UTC (permalink / raw)
  To: git

Hi all,

I just stumbled over following page

https://git-scm.com/about/distributed

and was wondering if it is possible to

- demilitarise that “dictator/lieutenant” thing and
- de-religionise that “blessed” thing

I did not had the feeling that git is “pro military”, or is against
“non religious” developers/users.

Thank you very much,

Senol Yazici

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Delivery Status Notification (Failure)
  2019-02-18 10:46     ` Senol Yazici
@ 2019-02-18 16:12       ` Randall S. Becker
  2019-02-18 20:59       ` Johannes Schindelin
  1 sibling, 0 replies; 21+ messages in thread
From: Randall S. Becker @ 2019-02-18 16:12 UTC (permalink / raw)
  To: 'Senol Yazici', git

On February 18, 2019 5:47, Senol Yazici
> I just stumbled over following page
> 
> https://git-scm.com/about/distributed
> 
> and was wondering if it is possible to
> 
> - demilitarise that “dictator/lieutenant” thing and
> - de-religionise that “blessed” thing
> 
> I did not had the feeling that git is “pro military”, or is against “non religious”
> developers/users.

I think there is a point here. In some of my customers, we have replaced these terms with the following (the Repository is optional in the second two):

* Blessed: Repository of Record
* Dictator: Committer [Repository]
* Lieutenant: Contributor [Repository]

This seems more closely aligned with the real roles being applied to activities associated with the repositories involved.

Taking a lesson from other Open Source projects, Jenkins has deprecated Master/Slave in favour of Controller/Agent. This seems not only more acceptable to some, but in my view more descriptive. The terms on the page above do not actually make any descriptive sense to a newbie. And confusion could ensue from the dictionary definitions:

* Lieutenant: an aide or representative of another in the performance of duty : assistant (not what that repository is for)
* Dictator: one holding complete autocratic control : a person with unlimited governmental power (not how the git team behaves)
* Blessed: honored in worship : hallowed; of or enjoying happiness (although I can see the happiness part of this one)

Regards,
Randall



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
  2019-02-18 10:46     ` Senol Yazici
  2019-02-18 16:12       ` Randall S. Becker
@ 2019-02-18 20:59       ` Johannes Schindelin
  2019-02-19  1:08         ` Jason Pyeron
  1 sibling, 1 reply; 21+ messages in thread
From: Johannes Schindelin @ 2019-02-18 20:59 UTC (permalink / raw)
  To: Senol Yazici; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

Hi,


On Mon, 18 Feb 2019, Senol Yazici wrote:

> Hi all,
> 
> I just stumbled over following page
> 
> https://git-scm.com/about/distributed
> 
> and was wondering if it is possible to
> 
> - demilitarise that “dictator/lieutenant” thing and
> - de-religionise that “blessed” thing
> 
> I did not had the feeling that git is “pro military”, or is against
> “non religious” developers/users.

Those are valid concerns, and I value your feedback.

It would probably be a good thing to change this, and you can even do it
yourself: create a Pull Request to change this file:

https://github.com/git/git-scm.com/blob/master/app/views/about/_distributed.html.erb

Looking forward to your enhancements,
Johannes

> 
> Thank you very much,
> 
> Senol Yazici
> 

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Delivery Status Notification (Failure)
  2019-02-18 20:59       ` Johannes Schindelin
@ 2019-02-19  1:08         ` Jason Pyeron
  0 siblings, 0 replies; 21+ messages in thread
From: Jason Pyeron @ 2019-02-19  1:08 UTC (permalink / raw)
  To: git; +Cc: 'Johannes Schindelin', 'Senol Yazici'

> -----Original Message-----
> From: Johannes Schindelin
> Sent: Monday, February 18, 2019 4:00 PM
> 
> On Mon, 18 Feb 2019, Senol Yazici wrote:
> >
> > I just stumbled over following page
> >
> > https://git-scm.com/about/distributed
> >
> > and was wondering if it is possible to
> >
> > - demilitarise that “dictator/lieutenant” thing and
> > - de-religionise that “blessed” thing
> >
> > I did not had the feeling that git is “pro military”, or is against
> > “non religious” developers/users.
> 
> Those are valid concerns, and I value your feedback.
> 
> It would probably be a good thing to change this, and you can even do it
> yourself: create a Pull Request to change this file:
> 
> https://github.com/git/git-scm.com/blob/master/app/views/about/_distributed.html.erb
> 

Curious, where are the sources for the PNGs saved? I did not find any obvious vector or art project files.

-Jason


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <5cff8197.1c69fb81.4940.6de6.GMR@mx.google.com>
@ 2019-06-11 10:29   ` Xeno Amess
  0 siblings, 0 replies; 21+ messages in thread
From: Xeno Amess @ 2019-06-11 10:29 UTC (permalink / raw)
  To: git

Not all people can afford stable network connection...
I'm now suffered from connection lost and have to restart the clone/push fully.
It's OK when dealing with a project of several MB size, but when I try
to clone a 2GB sized repo I never succeed.
So I wonder, if there should be some way to resume from break-point for git?
For example what if we support something like Content-Range in http,
and make the download be split into smaller files, then make some way
to auto-resume if some file block failed hash-check?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Delivery Status Notification (Failure)
       [not found] ` <5ddbd7b7.1c69fb81.dbdb8.eb94.GMR@mx.google.com>
@ 2019-11-25 13:36   ` Σταύρος Ντέντος
  0 siblings, 0 replies; 21+ messages in thread
From: Σταύρος Ντέντος @ 2019-11-25 13:36 UTC (permalink / raw)
  To: git

Hello there,

If I do
git config core.commentChar %

then, during a rebase operation, squash/fixup comments do not honor
the core.commentChar setting

Ντέντος Σταύρος

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-11-25 13:36 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <BANLkTin+Qn9FzvTJauOPVCJnk8v4ajVnSw@mail.gmail.com>
     [not found] ` <000e0cd5cff499795e04a05dc387@google.com>
2011-04-08  2:41   ` Delivery Status Notification (Failure) David Xu
     [not found] <CAHMHMxWhYEMWCPgPp7qX9S_i0-CtS6OBj2TdCVXsyromnwVawQ@mail.gmail.com>
     [not found] ` <5ddbd7b7.1c69fb81.dbdb8.eb94.GMR@mx.google.com>
2019-11-25 13:36   ` Σταύρος Ντέντος
     [not found] <CAFF4x5LfJ7qY73JE-=mah5vx9PdeNhc0i0X6kQohPpvDTCd3Sw@mail.gmail.com>
     [not found] ` <5cff8197.1c69fb81.4940.6de6.GMR@mx.google.com>
2019-06-11 10:29   ` Xeno Amess
     [not found] <5c62b41d.1c69fb81.fe791.877b@mx.google.com>
     [not found] ` <CAFacdQ-soWD176VHgd+raHaV=VPpzKXrDrLFavPcNEoewZwBYA@mail.gmail.com>
     [not found]   ` <5c657002.1c69fb81.d433c.32ce.GMR@mx.google.com>
2019-02-18 10:46     ` Senol Yazici
2019-02-18 16:12       ` Randall S. Becker
2019-02-18 20:59       ` Johannes Schindelin
2019-02-19  1:08         ` Jason Pyeron
2017-11-23 18:51 Problem installing Git Phil Martel
2017-11-23 21:30 ` Igor Djordjevic
     [not found]   ` <001a1148fe243ade02055ead2599@google.com>
2017-11-23 21:41     ` Delivery Status Notification (Failure) Igor Djordjevic
  -- strict thread matches above, loose matches on Subject: below --
2017-05-16 23:22 [Bug] git branch -v has problems with carriage returns Animi Vulpis
     [not found] ` <CA+izobutP-JY84RGG-JbPA5twbckL1uVwxknBRLVTuGG0MEJcg@mail.gmail.com>
     [not found]   ` <CA+izobuSKtoQzNJuvuisjh7h3FF=nbt8u-hOHfdeFp8ZjgZF+Q@mail.gmail.com>
     [not found]     ` <591f6844.82dcca0a.451e5.8f76.GMRIR@mx.google.com>
2017-05-19 21:51       ` Delivery Status Notification (Failure) Atousa Duprat
     [not found] <CAFAMDXb-_8WAMw7qOdAyJQKuLwtg+kAYOJO7xivCq7OTMyB26Q@mail.gmail.com>
     [not found] ` <047d7b2ed8ab924fe60510bc0ea0@google.com>
2015-03-08  0:36   ` Amate Yolande
     [not found] <CAN_hzmqrrue8jif3AJv4pZwmyMpQ6u558HaRX6dQKZCF0c_H1w@mail.gmail.com>
     [not found] ` <bcaec5396b50ba47be04d7e99955@google.com>
2013-03-14 22:01   ` Harring Figueiredo
2013-03-14 22:12     ` Junio C Hamano
2013-03-14 23:36       ` Harring Figueiredo
     [not found] <CAAymXMrufs69Vg=O3Kt7Ot3kYERP=55TMFiHGkV75mUFkzr74A@mail.gmail.com>
     [not found] ` <001636c927b40af7cb04ba0aca6e@google.com>
2012-02-28 19:02   ` Rajat Khanduja
2012-02-28 19:48     ` Jeff King
     [not found] <AANLkTine9j=PsfsOPmEWmDLUDrHCJF0MQ6X+6XJkQD0d@mail.gmail.com>
     [not found] ` <0015174c437c389602048ce7f16c@google.com>
2010-08-03  9:31   ` Simon Grönlund
2010-01-29 14:17 Implement --password option for git svn perl script Laszlo Papp
     [not found] ` <001636ed7681994278047e4e4a6f@google.com>
2010-01-29 14:18   ` Fwd: Delivery Status Notification (Failure) Laszlo Papp
2010-01-29 15:04     ` Frank Li
2010-02-01 16:16       ` Laszlo Papp
2010-02-02  4:15       ` Tay Ray Chuan
2010-02-02  4:30         ` Frank Li
2010-02-02  6:37           ` Laszlo Papp

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).