Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Git mirror at SF + link to "repos" script
- X-seq: zsh-workers 26739
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Git mirror at SF + link to "repos" script
- Date: Sun, 15 Mar 2009 05:59:16 +0000
- In-reply-to: <20090314215123.GO16375@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090314192359.GA17014@xxxxxxxxx> <20090314215123.GO16375@xxxxxxxxxxxxxxx>
On Sat, Mar 14, 2009 at 10:51:23PM +0100, Frank Terbeck wrote:
> git://zsh.git.sf.net/gitroot/zsh (read-only)
> ssh://USERNAME@xxxxxxxxxxxxxx/gitroot/zsh (read/write)
>
> Finally, I can put my local cvs-to-git conversion to rest.
> Thanks Wayne! :-)
I'm excited about doing this too, but the git repo doesn't seem to
quite match up with CVS HEAD:
diff -ur -x .git zsh-git/Completion/Unix/Command/_mount zsh-cvs/Completion/Unix/Command/_mount
--- zsh-git/Completion/Unix/Command/_mount 2009-03-15 01:48:03.000000000 -0400
+++ zsh-cvs/Completion/Unix/Command/_mount 2009-03-01 21:54:16.000000000 -0500
@@ -867,6 +867,7 @@
;;
esac
+ local MATCH MBEGIN MEND
# "Mummy, why is mount point matching full of squiggles?"
#
# "Well, dear, the clever people who wrote Linux decided that some
diff -ur -x .git zsh-git/Test/V04features.ztst zsh-cvs/Test/V04features.ztst
--- zsh-git/Test/V04features.ztst 2009-03-15 01:48:03.000000000 -0400
+++ zsh-cvs/Test/V04features.ztst 2009-03-01 21:53:53.000000000 -0500
@@ -101,7 +101,6 @@
zmodload zsh/datetime
}
fn
-# status is zero because load succeded although features not all enabled
2:Failed to add parameter if local parameter present
?fn:2: Can't add module parameter `EPOCHSECONDS': local parameter exists
?fn:zsh/datetime:2: error when adding parameter `EPOCHSECONDS'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author