Re: german translation bug

2013-12-25 Thread Drew Northup
On Wed, Dec 25, 2013 at 5:28 PM, Wolfgang Rohdewald wrote: > Am Mittwoch, 25. Dezember 2013, 17:14:31 schrieb Drew Northup: >> Git does not use KDE's language packs. > > Sorry, I meant ubuntu. I believe I heard before that they tend to replace > upstream translations but I never actually experienc

Re: git fuse

2013-12-25 Thread Drew Northup
On Thu, Dec 19, 2013 at 4:15 PM, Thomas Koch wrote: > Hi, > > I'm thinking about using Git for web application deployment and thought that I > wouldn't even need to checkout a worktree if I could access the bare git repo > via fuse. Thomas, Given that gitweb (and more than a few other similar too

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 17:14:31 schrieb Drew Northup: > Git does not use KDE's language packs. Sorry, I meant ubuntu. I believe I heard before that they tend to replace upstream translations but I never actually experienced a problem with that. > What does dpkg report for info about the

Re: german translation bug

2013-12-25 Thread Drew Northup
On Wed, Dec 25, 2013 at 4:53 PM, Wolfgang Rohdewald wrote: > Am Mittwoch, 25. Dezember 2013, 21:59:10 schrieb Ralf Thielow: >> What version of Git do you use? What distro in what version do you use? > > freshly installed kubuntu 13.10. The package language-pack-de mentioned > at the end of this ma

Re: [PATCH v4 23/23] compat/mingw.h: Fix the MinGW and msvc builds

2013-12-25 Thread Erik Faye-Lund
On Sat, Dec 21, 2013 at 3:00 PM, Jeff King wrote: > From: Ramsay Jones > > Signed-off-by: Ramsay Jones > Signed-off-by: Junio C Hamano > Signed-off-by: Jeff King > --- > compat/mingw.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/compat/mingw.h b/compat/mingw.h > index 92cd728..88

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 22:53:29 schrieb Wolfgang Rohdewald: > I suppose I should open a KDE bug report? I meant a ubuntu bug report of course. -- Wolfgang -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordo

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 21:59:10 schrieb Ralf Thielow: > What version of Git do you use? What distro in what version do you use? freshly installed kubuntu 13.10. The package language-pack-de mentioned at the end of this mail is installed. I suppose I should open a KDE bug report? i5:~ ((

Re: german translation bug

2013-12-25 Thread Ralf Thielow
On Wed, Dec 25, 2013 at 8:53 PM, Wolfgang Rohdewald wrote: > "Arbeitsverzeichnis leer" means > "working directory empty" which is obviously wrong. > > It should say > > "Arbeitsverzeichnis sauber" > > wr@s5:~/src/linux$ git status > # Auf Zweig drm-intel-testing > Nichts zum Einreichen, Arbeitsver

german translation bug

2013-12-25 Thread Wolfgang Rohdewald
"Arbeitsverzeichnis leer" means "working directory empty" which is obviously wrong. It should say "Arbeitsverzeichnis sauber" wr@s5:~/src/linux$ git status # Auf Zweig drm-intel-testing Nichts zum Einreichen, Arbeitsverzeichnis leer wr@s5:~/src/linux$ LANG=C git status # On branch drm-intel-test

Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Thomas Rast
Roman Kagan writes: > --- a/perl/Git/SVN/Editor.pm > +++ b/perl/Git/SVN/Editor.pm > @@ -304,8 +304,9 @@ sub C { > my ($self, $m, $deletions) = @_; > my ($dir, $file) = split_path($m->{file_b}); > my $pbat = $self->ensure_path($dir, $deletions); > + my $upa = $self->url_path(

Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Roman Kagan
2013/12/25 Roman Kagan : > 2013/12/25 Roman Kagan : >> I've hit this problem too, and tracked it down to what I think is a >> bug in svn. >> [...] >> I'm going to submit a patch adding apr_pstrdup() to subversion folks. > > http://thread.gmane.org/gmane.comp.version-control.subversion.devel/145186

Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Roman Kagan
2013/12/25 Roman Kagan : > I've hit this problem too, and tracked it down to what I think is a > bug in svn. > [...] > I'm going to submit a patch adding apr_pstrdup() to subversion folks. http://thread.gmane.org/gmane.comp.version-control.subversion.devel/145186 Roman. -- To unsubscribe from thi