Re: [Libreoffice] [PATCH] core.git only repo-mirror. Using git instead of ./g

2011-08-29 Thread Henrik Jensen
On 08/26/2011 11:57 PM, hrikjsenvagt...@yahoo.dk wrote: > Hi Bjôrn > > > Could not totally remove > './g checkout `git name-rev --name-only HEAD`' as I got an > error but replaced it with 'git checkout master' > './g -f stash pop' had to be replaced with 'git stash pop || :' > as it generated an

Re: [Libreoffice] [PATCH] core.git only repo-mirror. Using git instead of ./g

2011-08-26 Thread hrikjsenvagt...@yahoo.dk
Hi Bjôrn Could not totally remove './g checkout `git name-rev --name-only HEAD`' as I got an error but replaced it with 'git checkout master' './g -f stash pop' had to be replaced with 'git stash pop || :' as it generated an error caught by jenkins if no stash was found. Out commented subsequentt