unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch-deliver under contrib/
@ 2011-11-04 23:20 Ali Polatel
  0 siblings, 0 replies; only message in thread
From: Ali Polatel @ 2011-11-04 23:20 UTC (permalink / raw)
  To: Notmuch Mailing List

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-04 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 23:20 notmuch-deliver under contrib/ Ali Polatel

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).