[sage-devel] Re: Importing patches fails after calling dev.git.am()

2014-05-21 Thread Volker Braun
A perhaps easier workaround would be to delete SAGE_LOCAL/bin/git and rely on the system git. On Tuesday, May 20, 2014 8:22:13 PM UTC+1, Simon King wrote: > > Hi! > > On 2014-05-20, Jan Keitel > wrote: > > git: 'am' is not a git command. See 'git --help'. > > Did you mean one of these? > >

[sage-devel] Re: Importing patches fails after calling dev.git.am()

2014-05-21 Thread Jan Keitel
Thank you Simon - that did the trick. :-) Am Dienstag, 20. Mai 2014 21:22:13 UTC+2 schrieb Simon King: > > Hi! > > On 2014-05-20, Jan Keitel > wrote: > > git: 'am' is not a git command. See 'git --help'. > > Did you mean one of these? > > br > > ci > > co > > lg > > st > > stat > >

[sage-devel] Re: Importing patches fails after calling dev.git.am()

2014-05-20 Thread Simon King
Hi! On 2014-05-20, Jan Keitel wrote: > git: 'am' is not a git command. See 'git --help'. > Did you mean one of these? > br > ci > co > lg > st > stat Recently I had a similar problem, namely Sage's git (i.e. git in a Sage shell) claiming that "pull" is not a git command. The solutio