[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Watchpoints for emacs lisp.
From: |
Andreas Schwab |
Subject: |
Re: Watchpoints for emacs lisp. |
Date: |
Mon, 17 May 2010 21:56:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
"alin.s" <address@hidden> writes:
> Git works. It is downloading.
>
> It downloaded 65M, and shown 20%.
>
> That means about 320 M.
If you want to look just at the latest revision you can do this:
$ mkdir emacs
$ cd emacs
$ git init
Initialized empty Git repository in /home/andreas/emacs/.git/
$ git remote add origin git://repo.or.cz/emacs
$ git fetch --depth=1 origin master
remote: Counting objects: 3172, done.
remote: Compressing objects: 100% (1967/1967), done.
remote: Total 3172 (delta 1226), reused 1979 (delta 1179)
Receiving objects: 100% (3172/3172), 32.21 MiB | 1.93 MiB/s, done.
Resolving deltas: 100% (1226/1226), done.
>From git://repo.or.cz/emacs
* branch master -> FETCH_HEAD
$ git update-ref refs/remotes/origin/master FETCH_HEAD
$ git co -t origin/master
Checking out files: 100% (3056/3056), done.
Branch master set up to track remote branch master from origin.
Already on 'master'
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Re: Watchpoints for emacs lisp., (continued)
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/24
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/26
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/27
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/27
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/28
- Re: Watchpoints for emacs lisp., tomas, 2010/05/29
- Re: Watchpoints for emacs lisp., Ken Raeburn, 2010/05/19
- Re: Watchpoints for emacs lisp., Adrian Robert, 2010/05/19
- Re: Watchpoints for emacs lisp.,
Andreas Schwab <=
Re: Watchpoints for emacs lisp., A. Soare, 2010/05/11