oh, yes, old repo. patch works just fine, pushed to master, thanks :) -jo
On Sat, Dec 1, 2012 at 4:34 PM, Ari Makela <[email protected]> wrote: > Hello, > > I've been considering helping with the Finnish translation so I've > been reading files of the project > and in the process I noticed that doc/TRANSLATORS has the old > sourcefourge git address > git://darktable.git.sourceforge.net/gitroot/darktable/darktable when > it should be > git://github.com/darktable-org/darktable.git, shouldn't it? > > I've never created patches before with git before so I hope what I did > was right. The same output cand > be found in the attachment in case the MUA messes up the content of > the patch in this email. > > 1. git checkout master > 2. git checkout -b hauva69 > 3. EDIT > 4. git commit -m 'a commen t' doc/TRANSLATORS > 5. git rebase master > Current branch hauva69 is up to date. > 6. git format-patch master and found the following file: > > $ cat 0001-From-sourceforge-repository-to-github-repository.patch > >From 7557877e621c1c18375a2f34cc739765e5045547 Mon Sep 17 00:00:00 2001 > From: Ari Makela <[email protected]> > Date: Sat, 1 Dec 2012 05:15:25 +0200 > Subject: [PATCH] From sourceforge repository to github repository. > > --- > doc/TRANSLATORS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/TRANSLATORS b/doc/TRANSLATORS > index 8b55a4f..e64f8d9 100644 > --- a/doc/TRANSLATORS > +++ b/doc/TRANSLATORS > @@ -6,7 +6,7 @@ To start working on your translation you need to: > > 1. Fetch source code, preferably from git. Here is the magic command: > > -git clone git://darktable.git.sourceforge.net/gitroot/darktable/darktable > +git clone git://github.com/darktable-org/darktable.git > > Copy the checked out source code tree somewhere to work on it or, if > you know git well enough, create your own branch and work on it. > > -- > 1.7.9.5 > > -- > Ari Makela > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > INSIGHTS What's next for parallel hardware, programming and related areas? > Interviews and blogs by thought leaders keep you ahead of the curve. > http://goparallel.sourceforge.net > _______________________________________________ > darktable-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-devel > ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
