From nobody Wed Sep 18 14:00:56 2024 X-Original-To: git@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 4X80gW6Ps0z5WSPm for ; Wed, 18 Sep 2024 14:01:27 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:313::1:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-256) client-digest SHA256) (Client CN "mailgate.leidinger.net", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X80gW33hJz45cT for ; Wed, 18 Sep 2024 14:01:27 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=leidinger.net header.s=outgoing-alex header.b=yS8aC6Vl; dmarc=pass (policy=quarantine) header.from=leidinger.net; spf=pass (mx1.freebsd.org: domain of Alexander@Leidinger.net designates 2a00:1828:2000:313::1:5 as permitted sender) smtp.mailfrom=Alexander@Leidinger.net List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@FreeBSD.org MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leidinger.net; s=outgoing-alex; t=1726668081; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=sm5om77VmYFQIMjhFsa6Y9eouUX3NX2Hbt/nraL7Q1I=; b=yS8aC6VlSyzHTlM849/bFbfrFoWLLDwltF14UC/ZR6dFK3Zy3GRLQdvDUqGdV7dlEFEV/T zl/APY5JX9dI0y7IIn16ionjMREVZcCtXYzdceoaglaFHzX43H1dq61iUxWhUnXFpJW4le bEkVqqZ+ueNyEFjhuzzpAessa5vieC44bexRT1o/BItPohwFhmDQyiQjtB0sCtlrcFlaWb FxyiVP9wceV/IR5ryXKEImBXgfLbg9l7RMVlY3z+fHM2QG56Gcftg8UXx1M5W9PfsYIflA VO4b0WESAc8om4aEVVY7BkbGSCtAQTkOYhbm8NbyU/dp1pliL+Naj95D8xoqTg== Date: Wed, 18 Sep 2024 16:00:56 +0200 From: Alexander Leidinger To: git@freebsd.org Subject: Issue with git add Message-ID: <03a47b71f3b000bf05c630c79d23c2d4@Leidinger.net> Organization: No organization, this is a private message. Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=_25bac237ef2fba95cac1f9c097489123"; micalg=pgp-sha256 X-Spamd-Result: default: False [-4.09 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.987]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+mx:c]; HAS_ORG_HEADER(0.00)[]; ASN(0.00)[asn:34240, ipnet:2a00:1828::/32, country:DE]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; MISSING_XM_UA(0.00)[]; HAS_ATTACHMENT(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[git@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+] X-Rspamd-Queue-Id: 4X80gW33hJz45cT X-Spamd-Bar: ---- This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --=_25bac237ef2fba95cac1f9c097489123 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8; format=flowed Hi, git add doesn't add files. And I don't see them in git status: ---snip--- Mittwoch, 18. September 2024, 15:03:11 {0} [commit:~/FreeBSD/GIT/ports] (256) netchild@ttypts/2 % export LC_ALL=C Wednesday, 18. September 2024, 15:03:18 {0} [commit:~/FreeBSD/GIT/ports] (257) netchild@ttypts/2 % git apply /tmp/0001-www-lua-resty-session3-new-port-sticking-to-version-.patch Wednesday, 18. September 2024, 15:03:24 {0} [commit:~/FreeBSD/GIT/ports] (25😎 netchild@ttypts/2 % git add www/lua-resty-session3 www/lua-resty-session3/* Wednesday, 18. September 2024, 15:03:41 {0} [commit:~/FreeBSD/GIT/ports] (259) netchild@ttypts/2 % git status On branch main Your branch is ahead of 'freebsd/main' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: (use "git restore --staged ..." to unstage) modified: www/Makefile Wednesday, 18. September 2024, 15:03:48 {0} [commit:~/FreeBSD/GIT/ports] (260) netchild@ttypts/2 % ll www/lua-resty-session3 total 24 -rw-r--r-- 1 netchild netchild 1.9K Sep 18 15:03 Makefile -rw-r--r-- 1 netchild netchild 198B Sep 18 15:03 distinfo -rw-r--r-- 1 netchild netchild 493B Sep 18 15:03 pkg-descr ---snip--- What's wrong here? Bye, Alexander. -- http://www.Leidinger.net Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_25bac237ef2fba95cac1f9c097489123 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc; size=833 Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEER9UlYXp1PSd08nWXEg2wmwP42IYFAmbq3SkACgkQEg2wmwP4 2IaApg//UIWMNkQvcmlehVyt4ZTe+cLPqkkfWCCfltp7cBjQD/+ULR0albclppUJ 0oLLbMyHdSlrEf7WGP5Jrm10YG3Tr+kJkos0hBhsuC+xISRC0jQMuSJHFo1/A4JM YS7tCDNv9Pz/WCU89W5QlYhU9o/5FvA7I2PgkMAUNbuTSMMg+terb+oazYuplCot eB+gMlUCuTQPafQw/MJ1I7b9pPa3417gOYHE56CTFTO4Y8bJ0eJ3zjxS7xVbo1d9 0i5fd2pwEPZ7BTmFXPS/cc2TW79pyH5gx99Yplb02QK+1KvzhQBKwbV0QCPzhTA5 xoPAK87ZhdVPp0o+7mDRL37n1otHgzRjq74wWb3JtNtnMEHV4UZM7P/CjRhcZEVt xoBY2Jwy12X6xotmWGaLAcHaqiRAs6YCa1y+Yo3vPCWtkr+JrVdqRuqNJqvDlZ2x 7TST1ra4MyPTmd6L8DcK2NdM3J6jpXyWkIntq5aGt1V8ukc+CB6z+MbHsymtPYql wM0I2M4XQLZB6wQKPr/rHiCfE09F1rUQlVgK+V62OVmCPzF7I/vk+oIxU6xmX7UM 2iymM89MCSL4e16YpiGWF3wxfHlu6ePwxL8RfLOqB1TSuz34Ah0DX+B9AfIAXDhA XXR35nHhTAfFYY7h9GOfxj/RsvGBp5MYI+UDo0mumaCir901MII= =8TAy -----END PGP SIGNATURE----- --=_25bac237ef2fba95cac1f9c097489123--