From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bakshi" Subject: about directory management Date: Tue, 19 Jul 2011 11:37:06 +0530 Message-ID: <20110719113706.0aca61b5@shiva.selfip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jul 19 08:07:12 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qj3Sa-0007ug-3q for gcvg-git-2@lo.gmane.org; Tue, 19 Jul 2011 08:07:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751545Ab1GSGHE (ORCPT ); Tue, 19 Jul 2011 02:07:04 -0400 Received: from static.206.87.46.78.clients.your-server.de ([78.46.87.206]:46738 "EHLO Kolkata.infoservices.in" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092Ab1GSGHD (ORCPT ); Tue, 19 Jul 2011 02:07:03 -0400 Received: from shiva.selfip.org (unknown [122.176.30.116]) by Kolkata.infoservices.in (Postfix) with ESMTPSA id 200483804001 for ; Tue, 19 Jul 2011 08:06:59 +0200 (CEST) X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hello, I need to add directory structure in my git repo where some of the directory are empty but still need to add those to maintain the structure. I also need to add directory as non-recursive, so that I can add the final child directory so get the structure. How can git help to do these ? Thanks