Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: iCalendar support: reply to invitations, sync to org
Date: Fri, 07 Jun 2013 15:37:54 +0200	[thread overview]
Message-ID: <upzcd2ryhwi5.fsf@dod.no> (raw)
In-Reply-To: <871u8ert3n.fsf@lifelogs.com>

> On Fri, 07 Jun 2013 14:13:27 +0200 Jan Tatarik <jan.tatarik@gmail.com> wrote: 

JT> If it makes the merge process easier, I will simply clone the original
JT> repo instead of the emacsmirror one, and continue development against
JT> that.

You don't have to clone the original repo, I think...?

The first thing I would have tried, is something like this:
 - Preserve any outstanding changes you might have
    git stash
   (recover afterwards with "git stash pop")
 - Add the Gnus git repo as a remote and fetch its content
    git remote add gnus-repo http://git.gnus.org/gnus.git
    git fetch gnus-repo
 - Check out the Gnus master branch and test merge your changes against
   this branch
    git checkout -b gnus-master --track gnus-repo/master
    git merge --no-ff --no-commit origin/icalendar

Then you inspect the working directory with eg. magit (recommended!) and
check that what's in there are just your diffs.

Next step then would be to merge in the current Gnus master into your
branch:
 - First clear out the results from the merge
    git reset --hard gnus-repo/master
 - Then merge the Gnus master HEAD into your branch
    git merge gnus-repo/master
 - Build clean and test the Gnus

After this, your icalendar branch is up to date with Gnus master, and
any merges from your branch into Gnus master should be problem free
(ie. you won't have to re-merge before submitting... unless they
completely reorganize the Gnus directory structure in the meantime).




  reply	other threads:[~2013-06-07 13:37 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02 22:21 Jan Tatarik
2013-04-03  8:23 ` Adam Sjøgren
2013-04-03 12:38   ` Jan Tatarik
2013-04-03 15:27 ` David Engster
2013-04-03 21:28   ` Jan Tatarik
2013-04-03 22:01     ` David Engster
2013-04-03 22:52       ` Jan Tatarik
2013-06-06 15:15   ` Ted Zlatanov
2013-06-06 17:08     ` David Engster
2013-06-06 17:49       ` Ted Zlatanov
2013-06-06 18:12         ` David Engster
2013-06-06 18:17           ` Ted Zlatanov
2013-06-06 20:57             ` Jan Tatarik
2013-06-07 11:43               ` Steinar Bang
2013-06-07 12:13                 ` Jan Tatarik
2013-06-07 12:41                   ` Ted Zlatanov
2013-06-07 13:37                     ` Steinar Bang [this message]
2013-06-21  6:56               ` David Engster
2013-08-01 15:40               ` Lars Magne Ingebrigtsen
2013-08-01 18:47                 ` Jan Tatarik
2013-08-01 21:07                   ` Lars Magne Ingebrigtsen
2013-08-01 21:28                     ` Lars Magne Ingebrigtsen
2013-08-06 20:45                       ` Jan Tatarik
2013-08-06 20:54                         ` Lars Magne Ingebrigtsen
2013-08-09 22:07                       ` Mats Lidell
2013-08-01 21:51                     ` Jan Tatarik
2013-08-01 22:08                     ` Jan Tatarik
2013-08-01 23:10                       ` Lars Magne Ingebrigtsen
2013-08-01 23:26                         ` Jan Tatarik
2013-08-06 20:32                         ` Jan Tatarik
2013-08-06 20:36                           ` Lars Magne Ingebrigtsen
2013-08-06 20:52                           ` Lars Magne Ingebrigtsen
2013-08-06 21:24                             ` Jan Tatarik
2013-08-12 17:32                               ` Lars Magne Ingebrigtsen
2013-08-12 19:09                                 ` Jan Tatarik
2013-08-12 19:20                                   ` Lars Magne Ingebrigtsen
2013-08-02  6:20                     ` Steinar Bang
2013-08-02 12:40                       ` Lars Magne Ingebrigtsen
2013-08-02 13:25                         ` Steinar Bang
2013-04-12 16:25 ` Eric S Fraga
2013-04-15  1:34   ` Jan Tatarik
2013-04-16  9:05     ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=upzcd2ryhwi5.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).