unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Ali Polatel <polatel@gmail.com>
To: Notmuch Mailing List <notmuch@notmuchmail.org>
Subject: notmuch-deliver under contrib/
Date: Sat, 5 Nov 2011 01:20:06 +0200	[thread overview]
Message-ID: <20111104232005.GA17730@hayalet> (raw)

Hello,

I have just moved the notmuch-deliver repository to main notmuch
repository under contrib/notmuch-deliver/.

David, please send your github pull requests as patches to the mailing
list for discussion. I have a few comments on them before I can apply.

Personal Note: Below is the script I have written to move the
repository. Just to make sure it does not get lost:

#!/bin/sh

set -e
set -x

mkdir -p contrib/notmuch-deliver
git filter-branch \
     --msg-filter \
         'sed -e "1s/^\([^(Merge)]\)/notmuch-deliver: \1/"' \
     --index-filter \
         'git ls-files -s | sed "s~\t\"*~&contrib/notmuch-deliver/~" |
             GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
                 git update-index --index-info &&
          mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"' HEAD

cd ../notmuch
git pull "$OLDPWD"
git pull --rebase

		-alip

                 reply	other threads:[~2011-11-04 23:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://notmuchmail.org/

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

  git send-email \
    --in-reply-to=20111104232005.GA17730@hayalet \
    --to=polatel@gmail.com \
    --cc=notmuch@notmuchmail.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.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).