delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/06/13/00:01:18

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=tE2ZjPIlGt0v7FB+
lmTSryIrriU13eR9s3/GoWdJqSJ72QbbVvUlT26fRw6p6rBdHu+KBcafiXk/sIqY
tvDtAOWshEGymg/PloYYMJ+YbXtdCXjgYL6PHV3hVF2xECJiSjJVgFxhI/fnZxmu
UIWk6TdGiUiDrcBnUaO2kkGU/sM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=Z1EgLgP2p/WUDKTQblGK12
U5wC0=; b=oibna7EJQkblH0P57OhiyCpoZzH+149peKh8rFTc61Alm5BeYyHJx9
VHhVVDDbGK3rZS3EVIbuFFqbuf0JbnzSTiAPUpgNVMFQywtWqo/AKLegwshWPJwG
RCCk5eQ+IkxFNtmpA/kgbHIs46Yg3W9l0pftuwYt8C0y1TACfcwJY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static-, H*RU:sk:static-, Hx-spam-relays-external:sk:static-
X-HELO: mail-qt0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=d+WIRxSrLw92upn3zdxjbNfM7N6F4FtPLfpT77MAthY=; b=i8duTFKb3fHg+LlwySFANHYNP9da5sXt3rRMeygDDX6VWLkXN8eo3Mlt7fvJL8U/hq h5T4SsUHiPoW2QYo8IkLsB2Itr34sWYrUUAKOyyoMZkM0ZxcmfF7Ztezsl2tQPJkAHNa XqG+74iLujvLP5K0yBShJCLPIP4WhfQNLhYLhqL/qkmF+3gDEhVSui9TkCUGPewOJfVo Su+9UW6Td+MnlbPEx6fGpqkdeMYvp8AWKm3xv3miRQ2GzURmih/GTaSAXYSloFevpMjo 467I+jiYFKEaJLp3CqAMS97HTGPWU6yYnT4+GxUM89s3S5ltPsSbOqHYbjObzpR8aIhT FJwA==
X-Gm-Message-State: AKS2vOx6pzpVjfN+6fQLmIBPQzu/vBHuKqk4LCmVA8o0+HTXYPCd8mV8 dnJsiiL5KfUgww+Z7l8=
X-Received: by 10.237.57.137 with SMTP id m9mr21267081qte.45.1497326402064; Mon, 12 Jun 2017 21:00:02 -0700 (PDT)
Subject: Re: Git without SSH Server and cygrunsrv
To: cygwin AT cygwin DOT com
References: <31259544-9925-b5d5-bc65-a1de4bdbfbe0 AT x76 DOT eu>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <1580b73b-bfde-e47d-6141-766a695e287a@gmail.com>
Date: Tue, 13 Jun 2017 05:59:45 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <31259544-9925-b5d5-bc65-a1de4bdbfbe0@x76.eu>
X-IsSubscribed: yes

On 13/06/2017 02:13, mlists AT x76 DOT eu wrote:
> Hi,
> how can I install Git without binutils, cygrunsrv, python and OpenSSH
> server?
>
> I want to work with remote repositories using clone/pull/push, built
> would like to avoid having to install a ton of other things that won't
> be used.

cygrunsrv is part of the cygwin package.

python is a dependency of git
  (due to /usr/libexec/git-core/git-p4)

you don't need the openssh server but you need the client
and they are in the same package.

If you are programming you need binutils anyway.


> Thanks. :)

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019