From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Date: Tue, 16 Aug 2005 11:00:49 +0100 Subject: [U-Boot-Users] Re: U-Boot Developer's Information In-Reply-To: <20050816001516.11FBA353CEB@atlas.denx.de> (Wolfgang Denk's message of "Tue, 16 Aug 2005 02:15:16 +0200") References: <20050816001516.11FBA353CEB@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Starting immediately, we use git (see http://git.or.cz/) as software > configuration management (SCM) tool for U-Boot development. Good decision :-) > Please see http://source.denx.net/en/Documents/GitDocs for some > introductory information for git. > > > The "master repository" for U-Boot is available from > > rsync://source.denx.net/git/u-boot.git > or http://source.denx.net/git/u-boot.git Any plans to add a gitweb interface? > The CVS repository at SourceForge will be kept in sync with the git > tree, but there is no guarantee how long I will do this, so it's use > is deprecated. Use git, or feel free to use one of the 'porcelains' > like cogito on top of git. Contributors who are used to Quilt could also use StGIT as one of the porcelains ('stg clone http://source.denx.net/git/u-boot.git u-boot'). It might simplify the patches maintenance/submission ('mail' command available as well). -- Catalin