[git-users] Why is the Mac OS X version always way behind the latest Git version?

2014-04-13 Thread Bjørn T Johansen
Just wondering why the Mac OS X version is always behind the latest Git version? Is there a particular reason or is it that it's just not bothered being built that often that new versions of Git is released? How can I build new versions of Git myself? Regards, BTJ -- You received this

[git-users] Having issues with Git and shortcut sh.exe has been moved or deleted

2014-04-13 Thread Jim D
Why is this happening everytime I close out Git?? Windows 7, downloaded on Chrome. Kaspersky has it that it has suspicious activity/worm and wants to restart, I declined then added it as an exception to Kaspersky and it is still showing up that with this message. Kaspersky no longer has the

Re: [git-users] Why is the Mac OS X version always way behind the latest Git version?

2014-04-13 Thread William Seiti Mizuta
If you want a newer version, you need to compile the source code. For that, clone the git repository (https://github.com/git/git), follow the instructions in INSTALL file (https://github.com/git/git/blob/master/INSTALL) and have fun. *William Seiti Mizuta * Engenheiro de Software Elo7

[git-users] Git subtree push says everything up to date, when it's not

2014-04-13 Thread dunno
I have a Main project in which I splitted a few sub directories with the `subtree split` command. I've made some changes to one of the splitted sub directories and now I'd like to push that to their own upstream repositories. Normally I'd do that like this (this has worked before): $ git

[git-users] Re: Having issues with Git and shortcut sh.exe has been moved or deleted

2014-04-13 Thread Thomas Ferris Nicolaisen
On Sunday, April 13, 2014 1:37:38 PM UTC+2, Jim D wrote: Why is this happening everytime I close out Git?? What do you mean close out Git? You mean it appears after every Git command you run on the command-line? If I'd have to guess, it sounds like you've somehow messed up your Git

Re: [git-users] Re: Having issues with Git and shortcut sh.exe has been moved or deleted

2014-04-13 Thread Jim D
I've uninstalled, re-downloaded and reinstalled 7 times. Kaspersky would not let it go through even after adding it to exclusions. I removed Kaspersky and it is fine. Now I need to secure the computer, Kaspersky's people have no other answer for me. On Apr 13, 2014 3:44 PM, Thomas Ferris

[git-users] Re: Git subtree push says everything up to date, when it's not

2014-04-13 Thread Thomas Ferris Nicolaisen
On Sunday, April 13, 2014 6:19:17 PM UTC+2, dunno wrote: I have a Main project in which I splitted a few sub directories with the `subtree split` command. I've made some changes to one of the splitted sub directories and now I'd like to push that to their own upstream repositories.

[git-users] Re: Why is the Mac OS X version always way behind the latest Git version?

2014-04-13 Thread Thomas Ferris Nicolaisen
On Sunday, April 13, 2014 12:13:27 PM UTC+2, Bjørn T Johansen wrote: Just wondering why the Mac OS X version is always behind the latest Git version? Is there a particular reason or is it that it's just not bothered being built that often that new versions of Git is released? Looking

Re: [git-users] Re: Why is the Mac OS X version always way behind the latest Git version?

2014-04-13 Thread Kfir Shay
brew install git Done. Sent from my iPhone On Apr 13, 2014, at 4:08 PM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Sunday, April 13, 2014 12:13:27 PM UTC+2, Bjørn T Johansen wrote: Just wondering why the Mac OS X version is always behind the latest Git version? Is there a

Re: [git-users] Re: Why is the Mac OS X version always way behind the latest Git version?

2014-04-13 Thread Thomas Ferris Nicolaisen
On Sunday, April 13, 2014 10:11:47 PM UTC+2, Kfir wrote: brew install git Done. Oh, big +1 on this approach. I actually do this myself, but didn't think about it. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from

Re: [git-users] Re: Having issues with Git and shortcut sh.exe has been moved or deleted

2014-04-13 Thread Jim D
Oh yeah, def Kaspersky issue, I did what they said and it still had problems. Only way to deal with it is to leave Kaspersky on manual. Thanks for the effort. On Apr 13, 2014 4:19 PM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: I'm guessing you could disable Kaspersky while installing,