Re: [git-users] How do I find the branch of each parent of a merge commit?

2014-04-01 Thread Alex Rodrigues
Thanks . wanted to make sure there was not already some simple command to get what I wanted, and it appears there isn't. Thanks for the links, seems to be some promising leads there which help me get to where I want to go. -- You received this message because you are subscribed to the Goog

[git-users] 'git submodule' in hook causes remote: fatal: Not a git repository: '.'

2014-04-01 Thread Philip
I tried to update a hook today and ran into some trouble: https://gist.github.com/pamolloy/9915782 I can manually execute each command in the hook without a problem. But when I push to the repo the 'git submodule' commands return remote: fatal: Not a git repository: '.' -- You received this m

Re: [git-users] How do I find the branch of each parent of a merge commit?

2014-04-01 Thread Alex Rodrigues
Also found http://stackoverflow.com/questions/2706797/finding-what-branch-a-commit-came-from the following command appears to be exactly what I need git reflog show --all | grep Now I would need to just parse out the branch name :-) -- You received this message because you are subscribed

Re: [git-users] How do I find the branch of each parent of a merge commit?

2014-04-01 Thread Philip Oakley
- Original Message - From: Alex Rodrigues To: git-users@googlegroups.com Cc: Alex Rodrigues ; Philip Oakley Sent: Tuesday, April 01, 2014 8:40 PM Subject: Re: [git-users] How do I find the branch of each parent of a merge commit? Also found http://stackoverflow.com/quest

[git-users] GIT-GUI error when push

2014-04-01 Thread Michael Hery Tera
Hi guys, I have to installed Git-1.9.0-preview20140217 on my Windows PC. After clone existing repository, i did rescan, stage changed, commit, then push. When i did push, i had an error on GIT-GUI : git: 'http-push' is not a git command. See 'git --help'. fatal: git-http-push failed P