[git-users] Re: remote repo via ftp

2012-09-19 Thread Thomas Ferris Nicolaisen
On Wednesday, September 19, 2012 4:23:50 AM UTC+2, fpefpe wrote: > Hello -- what would be url syntax for a ftp (remote) repo? is it the same > as the ftp: tag used in the browser? > >From http://www.kernel.org/pub/software/scm/git/docs/git-clone.html : GIT URLS In general, URLs contain informa

[git-users] Is there a method to rebuild completely the repositoty ?

2012-09-19 Thread lalebarde
Hi all, I use Git *smudge/clean* in a border line way that do not respect the Git recommendations : "*When you design these filters, they should be able to fail gracefully and have the project still work properly."* As I change my filters, I wonder if there is a simple method to *rebuild compl

[git-users] Interaction between checkin/checkout attributes : can I reorder filter, ident, text ?

2012-09-19 Thread lalebarde
Hi all, >From the gitattributes documentation : > Interaction between checkin/checkout attributes > In the check-in codepath, the worktree file is first converted with filter > driver (if specified and corresponding driver defined), then the result is > processed with ident (if specified), and

Re: [git-users] GIT MALWARE

2012-09-19 Thread lalebarde
Let's assume your virus woke-up in the same time slot than the one you installed git, and probably your virus comes from elsewhere. Please, consider seriously to migrate to a secured OS. In most cases, most of one's activities can migrate easily. Then you will have far less opportunities to get

Re: [git-users] Is there a method to rebuild completely the repositoty ?

2012-09-19 Thread Konstantin Khomoutov
On Wed, 19 Sep 2012 02:05:35 -0700 (PDT) lalebarde wrote: > I use Git *smudge/clean* in a border line way that do not respect the > Git recommendations : "*When you design these filters, they should be > able to fail gracefully and have the project still work properly."* > > As I change my filte

Re: [git-users] Is there a method to rebuild completely the repositoty ?

2012-09-19 Thread Edgars Liepa
then why is the malware installed at exact same time as git ? Im sure, its coming from git. And i used several online tools, to scan the infected file.. The fact that install folder is appdata + 2154711257125151751751 + 351561561.exe shows that its not normal app.. -- You received this message be

Re: [git-users] Is there a method to rebuild completely the repositoty ?

2012-09-19 Thread Konstantin Khomoutov
On Wed, 19 Sep 2012 13:18:39 +0300 Edgars Liepa wrote: > then why is the malware installed at exact same time as git ? > Im sure, its coming from git. And i used several online tools, to > scan the infected file.. > The fact that install folder is appdata + 2154711257125151751751 + > 351561561.ex

[git-users] Problem getting mergetool (kdiff3) to work

2012-09-19 Thread Eric Parent
Hi, I used to use 'kdiff3' as my mergetool for git. I'm running git v 1.7.11.msysgit.1 on Windows 7 64 bits. It used to work for about 8 months up to this week. I tried manually configuring my mergetool through these commands: $ git config --global mergetool kdiff3 Also, I checked my ~/

[git-users] Re: Problem getting mergetool (kdiff3) to work

2012-09-19 Thread Thomas Ferris Nicolaisen
What command are you trying to run, and what error message are you getting? Please also describe your environment (operating system, shell, version of Git, etc). On Wednesday, September 19, 2012 2:57:20 PM UTC+2, ericpar wrote: > > Hi, > > I used to use 'kdiff3' as my mergetool for git. I'm

Re: [git-users] Is there a method to rebuild completely the repositoty ?

2012-09-19 Thread lalebarde
So nice & cool to use smat tools written by smart people ! Thank you very much Konstantin, at first glance, it should do it. I am going to study it in the deep and perform test. I will inform you of the results. Le mercredi 19 septembre 2012 12:06:45 UTC+2, Konstantin Khomoutov a écrit : > > > >