emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: README: Use remote.origin.url to avoid loosing write acces


From: Mario Lang
Subject: [elpa] 01/01: README: Use remote.origin.url to avoid loosing write access and save some typing.
Date: Tue, 17 Jun 2014 16:35:12 +0000

mlang pushed a commit to branch master
in repository elpa.

commit 69899e958bc15611b6d6392abc2231763ead9cd6
Author: Mario Lang <address@hidden>
Date:   Tue Jun 17 18:34:37 2014 +0200

    README: Use remote.origin.url to avoid loosing write access and save some 
typing.
---
 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index be8d5b2..a688040 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@ You can check out a specific external PACKAGE into the 
`packages'
 directory with these commands:
 
    cd packages
-   git clone --reference .. --single-branch --branch externals/PACKAGE 
git://git.sv.gnu.org/srv/git/emacs/elpa PACKAGE
+   git clone --reference .. --single-branch --branch externals/PACKAGE $(git 
config remote.origin.url) PACKAGE
 
 If you already have a packages/PACKAGE directory with a previous
 checkout, you can update it like this:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]