[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-29 Thread Thomas Ferris Nicolaisen
So NO, the repository was fine, it is just not compatible with HFS+ default non-case sensitive configuration. There appears to be no workaround (the sparsecheckout workaround appears to just not checkout the problematic directories) that I have found. The workaround is to create a

[git-users] Using Temporary Email Addresses with Git

2013-08-29 Thread Rahul Gupta
Hi, I have what I feel is a strange git question. Is it possible to specify an alias for e-mail in git which is recorded with my username when I make a commit and then provide a conversion between that alias and my real email address when I push changes separately (or just connect my username to

[git-users] Re: Using Temporary Email Addresses with Git

2013-08-29 Thread Philip Oakley
On Thursday, 29 August 2013 13:24:55 UTC+1, Rahul Gupta wrote: Hi, I have what I feel is a strange git question. Is it possible to specify an alias for e-mail in git which is recorded with my username when I make a commit and then provide a conversion between that alias and my real

[git-users] Re: how to apply multiple git patches in one shot

2013-08-29 Thread Philip Oakley
On Wednesday, 28 August 2013 22:24:18 UTC+1, Thomas Ferris Nicolaisen wrote: On Wednesday, August 28, 2013 7:50:40 PM UTC+2, python.b...@gmail.comwrote: I am having around 100 patches like below,is there a way to apply all of them in one shot?

[git-users] git log takes lot of time

2013-08-29 Thread dexter ietf
this is my git repo size, why does git log takes such huge time and how do i improve the time. real 0m35.603s user0m08.093s sys 0m22.900s $ du -h .git 27K .git/hooks 437K.git/info 3.0K.git/logs/refs/heads 2.0K.git/logs/refs/remotes/origin 2.0K

[git-users] Can I use GitHub ?

2013-08-29 Thread Varun Prasad Yadav Gunasekaran
Hello All, I am entirely new to Git but I do have exposure with source control systems in the past. Heres the thing : I would like to publish my android project and I heard that Git can be integrated with Eclipse. Is it true ?. Also do note that my OS of development is Ubuntu 13.04. Can I use

Re: [git-users] Can I use GitHub ?

2013-08-29 Thread William Seiti Mizuta
First of all, Git is different of Github. Git is a version control system and Github is an online service where you can keep your git projects. Now, answering your questions: - Git is a cross-platform software. You can use it in Linux, Mac and Windows. In Ubuntu, there is a package where you can

[git-users] Re: git log takes lot of time

2013-08-29 Thread Thomas Ferris Nicolaisen
On Thursday, August 29, 2013 6:52:38 PM UTC+2, dexter ietf wrote: this is my git repo size, why does git log takes such huge time and how do i improve the time. real 0m35.603s user0m08.093s sys 0m22.900s $ du -h .git 27K .git/hooks 437K.git/info 3.0K