[git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
Hi, May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to delete 8779285 commit 3 how to do that? Thanks -- You received this message because you are

Re: [git-users] how to delete a commit?

2013-12-19 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 00:10:35 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to

Re: [git-users] how to delete a commit?

2013-12-19 Thread Philip Oakley
Have a look at 'git rebase', particularly the interactive (-i) option do note that the subsequent commits will have new sha1 values, and that rebase is 'changeset' oriented so simply dropping that commit will loose those changes. If you need to keep the changes but loose the commit, look up the

Re: [git-users] how to delete a commit?

2013-12-19 Thread Gunnar Strand
Hi, On 12/19/13 09:10, Jagadeesh N. Malakannavar wrote: Hi, May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to delete 8779285 commit 3 how to do that?

Re: [git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
Hi, I looked at rebase and even tried some resets. I will take a another closer look. Thank you for your help. Thanks On Thursday, 19 December 2013 14:07:17 UTC+5:30, Philip Oakley wrote: Have a look at 'git rebase', particularly the interactive (-i) option do note that the subsequent

Re: [git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
Thanks for showing new command revert. I will check that. Thanks On Thursday, 19 December 2013 14:38:54 UTC+5:30, Gunnar Strand wrote: Hi, On 12/19/13 09:10, Jagadeesh N. Malakannavar wrote: Hi, May I know how to delete one intermidate commit? For ex: git one line log

Re: [git-users] rationale for commit a single file

2013-12-19 Thread THUFIR HAWAT
your point that ...only the *published* (or sent in the form of a patch series) history is sacred but your *local* history is not... is very interesting, and while I appreciate the point, and like the sound of it, I'm not sure how to apply it. For me, I try out this, I try out that, maybe it

[git-users] how to Git help me get my changes around the globe compared to SVN?

2013-12-19 Thread Oliver Harvey
Hi all - - I have done some reading, but still don't quite understand :-) ...our main requirement is for changes made in the UK available to be available the US for fast/easy check-out (check-in not so important). SVN can crack this either via WanDisco (commercial), or via some

Re: [git-users] how to Git help me get my changes around the globe compared to SVN?

2013-12-19 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 04:42:13 -0800 (PST) Oliver Harvey o...@tigertechsoftware.com wrote: ...our main requirement is for changes made in the UK available to be available the US for fast/easy check-out (check-in not so important). SVN can crack this either via WanDisco (commercial), or via

Re: [git-users] how to Git help me get my changes around the globe compared to SVN?

2013-12-19 Thread Oliver Harvey
Konstantin - thanks for your reply - fantastic details response! :-) I'll go through in more detail, but wanted to get you a fast basic response first. your last sentance says it all really - ie a single repository with VPN access. However - our main problem is that a large number of changes

[git-users] Re: Git Merge Error: addinfo_cache failed for path

2013-12-19 Thread Thomas Ferris Nicolaisen
On Thursday, December 19, 2013 12:11:03 AM UTC+1, Stanley Goldman wrote: Hello all, I'm trying to perform a merge that my coworker is able to perform on his machine. I'm running 1.8.4.msysgit.0 and he is running 1.8.0.msysgit.0 $ git merge master error: addinfo_cache failed for path

Re: [git-users] how to delete a commit?

2013-12-19 Thread Dale R. Worley
From: Jagadeesh N. Malakannavar mnjagade...@gmail.com May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to delete 8779285 commit 3 how to do

[git-users] Git for MinGW MSYS 64bit

2013-12-19 Thread Jason Huntley
Hey Guys, I've been working on this project, Minglehttps://github.com/onepremise/Mingle, for quite some time. I wanted to contribute back the build I made for git which supports 64bit MinGW in an MSYS environment. Mingle is a 64bit geospatial distribution for porting applications to 64bit

Re: [git-users] Git for MinGW MSYS 64bit

2013-12-19 Thread Philip Oakley
Hi Jason, What's the licencing situation? I didn't see a COPYING file on the github. I'm presuming some form of open source, but which one ;-) Philip - Original Message - From: Jason Huntley To: git-users@googlegroups.com Sent: Thursday, December 19, 2013 7:25 PM Subject:

Re: [git-users] Git for MinGW MSYS 64bit

2013-12-19 Thread Jason Huntley
Thanks, just added a LICENSE file to github. On Thursday, December 19, 2013 3:52:39 PM UTC-5, Philip Oakley wrote: Hi Jason, What's the licencing situation? I didn't see a COPYING file on the github. I'm presuming some form of open source, but which one ;-) Philip - Original

[git-users] Need executable git for redhat5 x86_64

2013-12-19 Thread David MA
Dear All, I'm working in a company with private apt thus I can only install git v1.5 using apt-get, and I find I cannot use https to clone git repository, while the reason I think is my low version git. I downloaded the v1.8.5 (the lastest one in

Re: [git-users] Re: Behaviour of git add --all in 1.8.5

2013-12-19 Thread Michael Hatherly
Thanks for your help with this. I'll continue to follow the dev list link. On Wednesday, 18 December 2013 10:14:34 UTC+2, Thomas Ferris Nicolaisen wrote: So, I've reported it to the git dev list: http://markmail.org/thread/mvtx7bjk563ligj5 -- You received this message because you are