From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Ou Date: Thu, 12 Feb 2009 15:30:24 -0700 Subject: [U-Boot] git setlocalversion Message-ID: <4994A300.2070702@siconix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Our company uses svn for the source code management but I use git locally to track my development. When I build U-boot, it always complains about "fatal: cannot describe" the SHA1 # of HEAD. It goes back to line 16 of tools/setlocalversion. I know that the error will go away when I tag my git HEAD. But what is the philosophy of this setlocalversion? Should I always tag the top commit of my git tree to maintain a clean U_BOOT_VERSION define? Derek