From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DC9315808B for ; Wed, 14 Feb 2024 16:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D484E2A82; Wed, 14 Feb 2024 16:55:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F9C9E2A82 for ; Wed, 14 Feb 2024 16:55:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72F8233BF41 for ; Wed, 14 Feb 2024 16:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB86D14C9 for ; Wed, 14 Feb 2024 16:55:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707929714.a2d9abf7ee4ada9ad6ae7308884e1a042d449c6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/metadata.xml X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2d9abf7ee4ada9ad6ae7308884e1a042d449c6f X-VCS-Branch: master Date: Wed, 14 Feb 2024 16:55:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47de6bd9-8f08-4dfa-a324-5073cf62ca60 X-Archives-Hash: 453f941406888d3eda1769f1e1f4a7ff commit: a2d9abf7ee4ada9ad6ae7308884e1a042d449c6f Author: Michał Górny gentoo org> AuthorDate: Wed Feb 14 16:40:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 14 16:55:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d9abf7 sys-apps/ripgrep: Add myself as a maintainer Signed-off-by: Michał Górny gentoo.org> sys-apps/ripgrep/metadata.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sys-apps/ripgrep/metadata.xml b/sys-apps/ripgrep/metadata.xml index 7d0187bad759..476a08559a91 100644 --- a/sys-apps/ripgrep/metadata.xml +++ b/sys-apps/ripgrep/metadata.xml @@ -1,10 +1,15 @@ - + + mgorny@gentoo.org + Michał Górny + - Line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. - ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. + Line-oriented search tool that recursively searches your current + directory for a regex pattern while respecting your gitignore + rules. ripgrep is similar to other popular search tools like + The Silver Searcher, ack and grep. BurntSushi/ripgrep