Re: Unable to push to git repository. utf-8 bug in git?

2011-12-30 Thread Gil Forcada
El dj 29 de 12 de 2011 a les 19:36 +0100, en/na ?smund Skj?veland va
escriure:
$ git pull --rebase
First, rewinding head to replay your work on top of it...
/sw/lib/git-core/git-am: line 682: Stuestøl: command not found
Patch does not have a valid e-mail address.
  
 
 I removed my commits with 'git reset --hard HEAD^', rebased and
 commited the file again, and this time it worked. So problem solved,
 even if the error message was strange.

Hi,

You could ask on git mailing lists or irc channel about it. Not so long
ago there was a breakage with '+' symbols on repositories URI and thus
with that version you could not clone/pull/push to gtk+ repository for
example :)

Cheers,

-- 
Gil Forcada

[ca] guifi.net - una xarxa lliure que no para de créixer
[en] guifi.net - a non-stopping free network
bloc: http://gil.badall.net
planet: http://planet.guifi.net

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Unable to push to git repository. utf-8 bug in git?

2011-12-29 Thread �smund Skj�veland
   $ git pull --rebase
   First, rewinding head to replay your work on top of it...
   /sw/lib/git-core/git-am: line 682: Stuestøl: command not found
   Patch does not have a valid e-mail address.
 

I removed my commits with 'git reset --hard HEAD^', rebased and
commited the file again, and this time it worked. So problem solved,
even if the error message was strange.

-- 
Åsmund Skjæveland




pgp0SU1Dnsi3s.pgp
Description: PGP signature
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Unable to push to git repository. utf-8 bug in git?

2011-12-29 Thread Åsmund Skjæveland
I am trying to push commits to gimp-nn.po.

For reference, this is the git command I used:

  $ git commit --author 'Kolbjørn Stuestøl kolbjo...@stuestoel.no' -m 
'Updated Norwegian Nynorsk translation'

I then used cherry-pick to commit the same fix to both master and
gimp-2-6 branches.

I had cloned the repo a couple of days ago, and forgot to rebase
before I committed the changed file. As one would expect, my push
failed because the remote repo had new patches. So I tried to rebase.

  $ git pull --rebase
  First, rewinding head to replay your work on top of it...
  /sw/lib/git-core/git-am: line 682: Stuestøl: command not found
  Patch does not have a valid e-mail address.

What happens here? My guess would be that git somehow chokes on the
non-ascii characters in the author name when doing string splitting.
Or am I doing something wrong?

Git 1.7.8, installed via Fink. Mac OS 10.5.8.

-- 
Åsmund Skjæveland


pgp4qUbPAwDcG.pgp
Description: PGP signature
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n