Re: [git-users] Git rebase for cleanup, after pushing

2013-05-31 Thread Magnus Therning
On Thu, May 30, 2013 at 09:32:07PM -0400, Paul Smith wrote: > Hi all. > > I run across this problem quite a bit: I have a branch that I'm > working on. Unfortunately for me, in order to get my code tested > and built by our build servers and infrastructure (which is a > requirement before it can

Re: [git-users] Git rebase for cleanup, after pushing

2013-05-31 Thread Yawar Amin
On 2013-05-31, at 2:32, Paul Smith wrote: > [...] > > I DO want to do the cleanup before merging to master. If you mean do > the cleanup before pushing to the git repo, I can't do it all because > it's not until after I push that I can detect build issues on platforms > I don't have access to,

Re: [git-users] Git rebase for cleanup, after pushing

2013-05-31 Thread Ryan Hodson
> > Then if I merge my branch into the master branch, all that > becomes part of the mainline of the code. Do you *need* to merge into the master branch to build your code? If possible, a much better way to do this would be to push the work-in-progress branch to the remote, build and test it on t

Re: [git-users] Error code -6

2013-05-31 Thread Konstantin Khomoutov
On Thu, 30 May 2013 14:54:58 -0700 (PDT) Dallin Lauritzen wrote: [...] >> File "/Library/Python/2.7/site-packages/git/cmd.py", line 377, in >> execute raise GitCommandError(command, status, stderr_value) >> GitCommandError: 'git pull' returned exit status -6: [...] > If anyone else has encounte

[git-users] Re: Redirection of git standard out and error.

2013-05-31 Thread Thomas Ferris Nicolaisen
On Friday, May 31, 2013 8:58:06 AM UTC+2, Jason Smith wrote: > Hi All, > > Currently I am looking at a way to redirect standard output and error from > git. > > What I am finding is that when I call something like "git fetch > g...@github.com:username/project.git" there is a challenge for the

[git-users] Re: Error code -6

2013-05-31 Thread Thomas Ferris Nicolaisen
On Thursday, May 30, 2013 11:54:58 PM UTC+2, Dallin Lauritzen wrote: > I've created a Django website to manage my company's various iOS and > Android apps. It uses a python Git module > (GitPython) > to manage files, but fairly often I will get an error that a c

Re: [git-users] Highlevel (but simple to implement) commands provided by default for git

2013-05-31 Thread Thomas Ferris Nicolaisen
I haven't tried it myself, but there is a thing called easy-git: http://people.gnome.org/~newren/eg/ -- 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

[git-users] Re: Unable to install Git after building _everything_

2013-05-31 Thread mayur nagekar
Hello all, I was trying to install git-1.8.2 on Mac from source. I already had 1.7.x pre-installed. So I had the following similar issue when I was trying to compile and install git-1.8.2. * /bin/sh: line 1: docbook2x-texi: command not found * I installed the docbook2x-texi packa