Re: [git-users] URL return error doing git pull

2013-07-12 Thread William Seiti Mizuta
On Fri, Jul 12, 2013 at 12:25 AM, Oscar oscarj...@gmail.com wrote: Please name which branch you want to merge on the command line and try again (e.g. 'git pull repository refspec'). Following what git has returned, you need to tell what is the name of the repository and the branch that you

Re: [git-users] Re: frustrations trying to control git through apache

2013-07-12 Thread tomgracey
One thing I was trying to make clear is that my analysis was largely *mechanical*, using known tools to extract the information that would direct me to the correct part of the code. It's a collection of well-known tricks, and since I described them clearly, you can learn them

Re: [git-users] bash SHA-1 completion

2013-07-12 Thread Peter van der Does
On Mon, 8 Jul 2013 11:41:09 -0700 (PDT) Andy From andyf...@gmail.com wrote: Hi, I wonder if there's been any work on providing SHA-1 tab completion for any command (e.g. show or diff) ? Completion works fine for e.g. branches but it might be a convenience feature to also be able to

Re: [git-users] Re: frustrations trying to control git through apache

2013-07-12 Thread tomgracey
Works perfectly - thanks !! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit

[git-users] Any experience with git-p4 to interact with Perforce repositories?

2013-07-12 Thread EricP
Hi all, I'm a big Git fan and had the chance to convert some colleagues to the benefit of Git over Subversion, leading the conversion process and coaching them for their day-to-day use. I'm now working in a place where the VCS is Perforce (sigh!). I must admit the cultural gap is

[git-users] Is there a way to stack branches?

2013-07-12 Thread Alex Lewis
So if I had branches... master |- develop | |- proposed-feature Is there a way to have proposed-feature always a branch of the last commit on develop automatically I.e. so I don't have to keep rebasing it on top of develop as develop is being rebased? ---Detail--- I'm currently using git-svn

Re: [git-users] Re: frustrations trying to control git through apache

2013-07-12 Thread Dale R. Worley
From: tomgra...@gmail.com Hm.. well I definitely did learn a lot from this, and of course you are right it is a straightforward logical process. The main reason I say I wouldn't have got there is down to my intrinsic belief that I was to blame for the error (which I am used to being the

Re: [git-users] URL return error doing git pull

2013-07-12 Thread Oscar
I did git pull origin master as you suggested and got this error: error: The requested URL returned error: 403 fatal: Couldn't find remote ref master On Friday, July 12, 2013 1:17:40 AM UTC-5, William Seiti Mizuta wrote: On Fri, Jul 12, 2013 at 12:25 AM, Oscar osca...@gmail.com

Re: [git-users] URL return error doing git pull

2013-07-12 Thread John McKown
I am not an expert, but if you're repository is being accessed via HTTP:, the 403 might be an HTTP result code. In HTTP-speak, it means forbidden. According to the documentation, and rendered in my own dialect, that means: I heard what you said. I understand what you said. But I'm not going to do

Re: [git-users] URL return error doing git pull

2013-07-12 Thread John McKown
On Fri, Jul 12, 2013 at 10:49 AM, John McKown john.archie.mck...@gmail.comwrote: I am not an expert, but if you're repository is being accessed via HTTP:, the 403 might be an HTTP result code. In HTTP-speak, it means forbidden. According to the documentation, and rendered in my own dialect,

Re: [git-users] URL return error doing git pull

2013-07-12 Thread William Seiti Mizuta
Oscar, can you show us the content of .git/config file? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Fri, Jul 12, 2013 at 12:54 PM, John McKown john.archie.mck...@gmail.comwrote: On Fri, Jul 12, 2013 at 10:49 AM, John McKown

Re: [git-users] bash SHA-1 completion

2013-07-12 Thread Philip Oakley
It may be worth delaying this type of SHA-1 auto-completion until at least 3 digits have been entered. That greatly reduces the false positives and has a conceptual match with the loose object filing in .git/objects/ab/cde... so that (conceptually) the 2-digit directory, and first file char