|
| From: | Andreas Röhler |
| Subject: | Re: git source mirrors inactive |
| Date: | Thu, 26 May 2011 10:06:37 +0200 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10 |
Am 26.05.2011 02:06, schrieb Justin Lilly:
If someone can give me information on how and the power to do so, I'd happily keep it up to date. -justin On Wed, May 25, 2011 at 4:59 PM, Stefan Monnier <address@hidden> wrote:This Git mirror business is sad, indeed. Could some people (plural, ideally) volunteer to maintain the git.sv.gnu.org mirror up to date? That would be very appreciated. Stefan
Thanks, below still an example pointing at the convenience of working from git:
# time git log -n 2 python.el
commit ed1bddbcac62ff082e95e6284fc5d9cbfa08e8f5
Author: Glenn Morris <address@hidden>
Date: Mon May 23 20:38:35 2011 -0700
* lisp/progmodes/python.el (brm-menu): Declare.
commit 6d2a36bee127dc4d3fe591dadf8fc30e6b4502f9
Author: Stefan Monnier <address@hidden>
Date: Mon May 23 14:57:17 2011 -0300
Don't quote lambda expressions with `quote'.
real 0m0.122s
user 0m0.020s
sys 0m0.024s
;;;;;;;
# time bzr log -l 2 python.el
------------------------------------------------------------
revno: 104337
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-23 20:38:35 -0700
message:
* lisp/progmodes/python.el (brm-menu): Declare.
------------------------------------------------------------
revno: 104332
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-23 14:57:17 -0300
message:
Don't quote lambda expressions with `quote'.
real 0m29.459s
user 0m24.554s
sys 0m0.716s
;;;;
Cheers,
Andreas
| [Prev in Thread] | Current Thread | [Next in Thread] |