From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 27 Feb 2007 08:33:23 +0100 Subject: [U-Boot-Users] [PATCH] Add .gitignore files In-Reply-To: <528646bc0702262315o15b874ddg3c5b09172d3463f4@mail.gmail.com> References: <528646bc0702261635y51e80d76sd27c4b113eb09820@mail.gmail.com> <200702270801.32420.sr@denx.de> <528646bc0702262315o15b874ddg3c5b09172d3463f4@mail.gmail.com> Message-ID: <200702270833.24128.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 27 February 2007 08:15, Grant Likely wrote: > > If I understand it correctly, then the main usage difference between you > > (core git users) and Wolfgang (and me by the way) cogito users, is the > > handling of new files. With git-update-index all new files are added to > > the index automatically (without parameters), right? Using cg-add you > > have to either name the files explicitly you want to add, or use the "-a" > > option. > > Actually, no. I probably didn't explain well. > > Cogito and core git handle new files in exactly the same way: they > must be added explicitly (with cg-add, git-update-index --add, or > git-add). Just for the record: git-add without parameters will automatically add all non-ignored files to the index. That seems to be the workflow at least Andy is using. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk Office: Kirchenstr. 5, D-82194 Groebenzell, Germany =====================================================================