Re: git rebase -i --exec and changing directory

2018-05-27 Thread Ondrej Mosnáček
rebasing branch 'master' on '19765db'. (use "git commit --amend" to amend the current commit) (use "git rebase --continue" once you are satisfied with your changes) nothing to commit, working tree clean > > Philip > -- > > From: "Ondrej Mosnáček" <omosn

Re: git rebase -i --exec and changing directory

2018-05-27 Thread Ondrej Mosnáček
Bump? Has anyone had time to look at this? Thanks, Ondrej Mosnacek 2018-05-19 18:38 GMT+02:00 Ondrej Mosnáček <omosna...@gmail.com>: > Hello, > > I am trying to run a script to edit multiple commits using 'git rebase > -i --exec ...' and I ran into a strange behavior when I

git rebase -i --exec and changing directory

2018-05-19 Thread Ondrej Mosnáček
Hello, I am trying to run a script to edit multiple commits using 'git rebase -i --exec ...' and I ran into a strange behavior when I run 'cd' inside the --exec command and subsequently run a git command. For example, if the command is 'cd src && git status', then git status reports as if all