From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 27 Feb 2007 08:56:32 -0600 Subject: [U-Boot-Users] [PATCH] Add .gitignore files In-Reply-To: <200702270801.32420.sr@denx.de> References: <528646bc0702261635y51e80d76sd27c4b113eb09820@mail.gmail.com> <20070227012537.E9BD7353C3A@atlas.denx.de> <528646bc0702262242h64d834a2u5750942983b59bbe@mail.gmail.com> <200702270801.32420.sr@denx.de> Message-ID: <45E446A0.3050201@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > With git-update-index all new files are added to the index > automatically (without parameters), right? No. You have to manually specify all file names with git-update-index. Fortunately, there's a shortcut: git-update-index `git-diff-index --name-only -p HEAD`