Re: [Gimp-developer] git commit problems

2016-01-15 Thread Kolbjørn Stuestøl
Thank you, Sven I have saved your answer for later use and will give your suggestions a try. Kolbjørn Den 15.01.2016 08:28, Sven Claussner skreiv: Hi Kolbjørn, On 14.1.2016 at 8:43 PM Kolbjørn Stuestøl wrote: Is there a separate branch for the 2.8 version? "git checkout gimp-2-8" or somethi

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Sven Claussner
Hi Kolbjørn, On 14.1.2016 at 8:43 PM Kolbjørn Stuestøl wrote: Is there a separate branch for the 2.8 version? "git checkout gimp-2-8" or something? Exactly. At https://git.gnome.org/browse/gimp/ top left is a list box where you can see all branches. At the command prompt git ls-remote origi

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Kolbjørn Stuestøl
Thank you for helping me. I have learned a bit more about git. I cloned the repository and added my translated files to my local folders and then did the usual git add, git commit and git push. It works again as normal. Now https://git.gnome.org/browse/gimp/ shows that I updated the master 2 mi

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Tobias Ellinghaus
Am Donnerstag, 14. Januar 2016, 18:15:44 schrieb Kolbjørn Stuestøl: [...] > > and have 1 and 8 different commits each, respectively. The "1" is your commit and the "8" are the ones you don't have yet. > and then a list of about 450 modified images ("icons/Symbolic/…") (but > not by me) + a few

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Kolbjørn Stuestøl
Den 14.01.2016 16:55, Tobias Ellinghaus skreiv: Am Donnerstag, 14. Januar 2016, 16:40:02 schrieb Kolbjørn Stuestøl: Den 14.01.2016 12:29, Alexandre Prokoudine skreiv: On Tue, Jan 12, 2016 at 12:55 AM, Kolbjørn Stuestøl wrote: When committing my translation all looks well on my local copy. But

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Tobias Ellinghaus
Am Donnerstag, 14. Januar 2016, 16:40:02 schrieb Kolbjørn Stuestøl: > Den 14.01.2016 12:29, Alexandre Prokoudine skreiv: > > On Tue, Jan 12, 2016 at 12:55 AM, Kolbjørn Stuestøl wrote: > >> When committing my translation all looks well on my local copy. But my > >> translations do not shows up in th

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Kolbjørn Stuestøl
Den 14.01.2016 12:29, Alexandre Prokoudine skreiv: On Tue, Jan 12, 2016 at 12:55 AM, Kolbjørn Stuestøl wrote: When committing my translation all looks well on my local copy. But my translations do not shows up in the https://git.gnome.org/browse/gimp/ site. With basic configuration (author name

Re: [Gimp-developer] git commit problems

2016-01-14 Thread Alexandre Prokoudine
On Tue, Jan 12, 2016 at 12:55 AM, Kolbjørn Stuestøl wrote: > When committing my translation all looks well on my local copy. But my > translations do not shows up in the https://git.gnome.org/browse/gimp/ site. With basic configuration (author name and email) and a combination of... 1. git clone

[Gimp-developer] git commit problems

2016-01-11 Thread Kolbjørn Stuestøl
When committing my translation all looks well on my local copy. But my translations do not shows up in the https://git.gnome.org/browse/gimp/ site. Where is my translations gone? I downloaded my copies using "git clone ssh://[my username]@git.gnome.org/git/gimp". Updated and translated some p