Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Git completion - contributing to git.git
- X-seq: zsh-users 15140
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- Subject: Re: Git completion - contributing to git.git
- Date: Thu, 1 Jul 2010 10:18:31 +0200
- Cc: Nicolas Sebrecht <nicolas.s-dev@xxxxxxxxxxx>, zsh-users@xxxxxxx, Clint Adams <clint@xxxxxxxxxxxxxxxxxxxxx>, Doug Kearns <dkearns@xxxxxxxxxxxxxxxxxxxxx>, Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=oYekeIpTesBDGXgql8XYQhPGE+Mkig9aa7RFmGP9VUQ=; b=cnXuThjtp6KvTCvWVCnERF0Za0ZAW3ail/do73ewA8wy3pKxPxhPQqVuxACw02Gz5r c741eBBJ27amWLUbtPXmyledRy4mgUuX9poFeDcbPRKbDf4lumlKGYZ6hMWSoJ6pWxbZ WEk44Fr0ZFqVABwR6TLYGPm7jbdHRk/xfWDkA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=dH0WQrwBjWuBP1CIu4USroewFWPvQzCKjl9ptJFB3jaHrNzxaAnAYnZmGblEZVYf+g kfVgIHnVCCiAYq1sjow7Nfb4ZS9bYqoJxnPVUWPhOtfKzvcLlAtfXlXDkMwMqjXqndox ryl4i0jpfq9g8BKMEmyHb+ilyPOBf3NZUCTo4=
- In-reply-to: <AANLkTikGdHC8Z64fR5Al1shfST_2ECgXon23xqvlfM3M@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100701010506.GC13062@vidovic> <AANLkTik6Ys8mRgMj8yz0Iyo5bUIXyqQFtZFqRFyXAF42@xxxxxxxxxxxxxx> <AANLkTikGdHC8Z64fR5Al1shfST_2ECgXon23xqvlfM3M@xxxxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Thu, Jul 1, 2010 at 10:13, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> Is there a chance to sync files on a git level? I.e. that as soon as a
> commit is pushed to either repo, the other is notified in some way.
You could probably write a post-commit hook that would mail the patch
to the Git mailing list, but that wouldnât work for people not using
the Zsh Git repository.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author