From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 230D913877A for ; Sun, 31 Aug 2014 21:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24FCE0C14; Sun, 31 Aug 2014 21:19:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E20AE0BF7 for ; Sun, 31 Aug 2014 21:19:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36F9833F8DC for ; Sun, 31 Aug 2014 21:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDF4345F1 for ; Sun, 31 Aug 2014 21:19:06 +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: <1409511252.1d1cb2687fc7d60411eb9c91404f1714349a202e.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: /, compat/, completions/ X-VCS-Repository: proj/gentoo-bashcomp X-VCS-Files: compat/gentoo-style-init completions/gentoo completions/layman completions/repoman gentoo gentoo-style-init layman repoman X-VCS-Directories: / compat/ completions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d1cb2687fc7d60411eb9c91404f1714349a202e X-VCS-Branch: master Date: Sun, 31 Aug 2014 21:19:06 +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-Archives-Salt: 619fe4b6-2a25-49f3-b03e-883652ebc24b X-Archives-Hash: b5a6b34ab14b555fcc19c97c420bb50a Message-ID: <20140831211906.SdScY5U76rzibS_LERxIg-JlQgTJguTYeFrWa5XWHbw@z> commit: 1d1cb2687fc7d60411eb9c91404f1714349a202e Author: Michał Górny gentoo org> AuthorDate: Sun Aug 31 18:53:13 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 31 18:54:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-bashcomp.git;a=commit;h=1d1cb268 Move completions into subdirectories. completions/ for files going to completionsdir, compat/ for those going into compatdir. --- gentoo-style-init => compat/gentoo-style-init | 0 gentoo => completions/gentoo | 0 layman => completions/layman | 0 repoman => completions/repoman | 0 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/gentoo-style-init b/compat/gentoo-style-init similarity index 100% rename from gentoo-style-init rename to compat/gentoo-style-init diff --git a/gentoo b/completions/gentoo similarity index 100% rename from gentoo rename to completions/gentoo diff --git a/layman b/completions/layman similarity index 100% rename from layman rename to completions/layman diff --git a/repoman b/completions/repoman similarity index 100% rename from repoman rename to completions/repoman