From nobody Tue Sep 12 15:42:45 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RlSX9470vz4tRFP for ; Tue, 12 Sep 2023 15:42:49 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RlSX8616Yz3GqW for ; Tue, 12 Sep 2023 15:42:48 +0000 (UTC) (envelope-from cmt@burggraben.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net; dmarc=none Received: from squirrel.exwg.net (p57a637ba.dip0.t-ipconnect.de [87.166.55.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "squirrel.exwg.net", Issuer "R3" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 1D3DBC0030C for ; Tue, 12 Sep 2023 17:42:46 +0200 (CEST) Received: by squirrel.exwg.net (Postfix, from userid 1000) id BD276BCD86; Tue, 12 Sep 2023 17:42:45 +0200 (CEST) Date: Tue, 12 Sep 2023 17:42:45 +0200 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Subject: Re: problem with git-pull Message-ID: References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.5 (2021-01-21) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.32 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.82)[-0.821]; RCVD_IN_DNSWL_MED(-0.20)[88.198.69.140:from]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[burggraben.net]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[cmt]; ARC_NA(0.00)[]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4RlSX8616Yz3GqW ## Matthias Apitz (guru@unixarea.de): > but when I now say 'git pull .' it says only: Drop the ".", because: 1. the first non-option to "git pull" is the repository, so you're pulling from the current directory, which makes no sense for your case. 2. git updates the whole repository, which is a good thing[tm] (yes, there are ways and means, but in gereral one wants to keep a repo consistent). Regards, Christoph -- Spare Space.