GNOME Bugzilla – Bug 510841
git-cvsimport and git-svn broken in trunk + git stash arguments has changed
Last modified: 2008-03-09 18:09:41 UTC
I have a quick patch to that.
Created attachment 103263 [details] [review] [1/1] 2008-01-19 Marc-Andre Lureau <marcandre.lureau@gmail.com> * jhbuild/versioncontrol/git.py: Fix git-svn and git-cvsimport. --- ChangeLog | 60 ++++++++++++++++++++++------------------- jhbuild/versioncontrol/git.py | 6 ++-- 2 files changed, 35 insertions(+), 31 deletions(-)
Sorry for the Changelog, my editor remove trailing whitespaces :),
Will it work with all git >1.5 ?
(In reply to comment #3) > Will it work with all git >1.5 ? > I don't know. I was surprised that "stash save' was not the default action anymore. Anyway, this seems also a safe change (as we do not rely on a default behavior when no command is given)
Okay; please commit it (but pay attention to your ChangeLog, it had lots of cruft).
Okay There are other stuffs that needs to be changed. I'll post a new patch later.
this is now fixed and committted. I forgot that bug existed. commit r1919