From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FZbHZ-00087l-NM for garchives@archives.gentoo.org; Fri, 28 Apr 2006 22:17:50 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k3SMHFjt031970; Fri, 28 Apr 2006 22:17:15 GMT Received: from watcher.kimaker.com (c-67-169-29-182.hsd1.ca.comcast.net [67.169.29.182]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k3SMFHRh007747 for ; Fri, 28 Apr 2006 22:15:18 GMT Received: by watcher.kimaker.com (Postfix, from userid 1002) id A661075858D; Fri, 28 Apr 2006 15:15:17 -0700 (PDT) Date: Fri, 28 Apr 2006 15:15:17 -0700 From: Ryan Phillips To: Ryan Phillips , gentoo-dev@lists.gentoo.org Cc: ferdy@gentoo.org Subject: Re: [gentoo-dev] Gentoo: State of the Union Message-ID: <20060428221517.GA65374@watcher.kimaker.com> Mail-Followup-To: Ryan Phillips , gentoo-dev@lists.gentoo.org, ferdy@gentoo.org References: <20060428171453.GB62035@watcher.kimaker.com> <20060428185501.GA22506@dst.grantgoodyear.org> <20060428192434.GB22373@woodpecker.gentoo.org> <44527A01.3080506@gentoo.org> <20060428204240.GD63263@watcher.kimaker.com> <20060428210543.GC26082@ferdyx.org> <20060428212043.GF63263@watcher.kimaker.com> <20060428213622.GD26082@ferdyx.org> <20060428214918.GA65225@watcher.kimaker.com> <20060428220629.GA13944@ferdyx.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <20060428220629.GA13944@ferdyx.org> User-Agent: Mutt/1.5.11 X-Archives-Salt: e7bc5b2d-3225-483b-8a07-5885ddbf9bdf X-Archives-Hash: 98cf813a452e7300492e9c4d9a6c1b24 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable "Fernando J. Pereda" said: > On Fri, Apr 28, 2006 at 02:49:18PM -0700, Ryan Phillips wrote: > > the only option I saw was git-commit -o and you had to specify the > > files that you wanted to commit. > >=20 > > I tried doing a git-commit paths/ and still everything wants to be > > committed. > >=20 > > It isn't pretty. > >=20 >=20 > Uh, no... thats certainly not true for git-1.3 series, and I belive the > behavior has been consistent since early february this year when the new > commit semantics where introduced. >=20 > See this: >=20 > --- 8< --- > [ $ ~/testy/gitty ] git init-db > defaulting to local storage area > [ $ ~/testy/gitty(master) ] echo something > a > [ $ ~/testy/gitty(master) ] mkdir dir > [ $ ~/testy/gitty(master) ] echo other thing > dir/b > [ $ ~/testy/gitty(master) ] git add . > [ $ ~/testy/gitty(master) ] git commit -m "initial import" > Committing initial tree 6dc01ab7eb7f19983ae76e72ccb63e3e60aa2dc3 > [ $ ~/testy/gitty(master) ] git status > nothing to commit > [ $ ~/testy/gitty(master) ] echo add something here >> dir/b > [ $ ~/testy/gitty(master) ] echo something there >> a > [ $ ~/testy/gitty(master) ] git status > # > # Changed but not updated: > # (use git-update-index to mark for commit) > # > # modified: a > # modified: dir/b > # > nothing to commit > [ $ ~/testy/gitty(master) ] git commit -m "Only things in dir/?" dir/ > [ $ ~/testy/gitty(master) ] git status > # > # Changed but not updated: > # (use git-update-index to mark for commit) > # > # modified: a > # > nothing to commit > [ $ ~/testy/gitty(master) ]=20 > --- 8< --- >=20 > It is the same even if you did 'git update-index a' before 'git commit > -m ... dir/'. However that's something you won't do unless you know what > you're doing :) >=20 I'm testing with 1.3.1. You are correct. The text the is printed by git is a bit confusing. If the portage tree can scale to it, then I'm for it. Thanks for the clarification. -ryan --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEUpP16cLeDQrpxL8RAoBKAJ9qpMVgd+uMhQ+Ikz6ZjibWlRTDHACeMLKG oOAeU1sE9uSBexRrvsvIoos= =Y4Ef -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- -- gentoo-dev@gentoo.org mailing list