public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ryan Phillips <rphillips@gentoo.org>
To: Ryan Phillips <rphillips@gentoo.org>, gentoo-dev@lists.gentoo.org
Cc: ferdy@gentoo.org
Subject: Re: [gentoo-dev] Gentoo: State of the Union
Date: Fri, 28 Apr 2006 15:15:17 -0700	[thread overview]
Message-ID: <20060428221517.GA65374@watcher.kimaker.com> (raw)
In-Reply-To: <20060428220629.GA13944@ferdyx.org>

[-- Attachment #1: Type: text/plain, Size: 2013 bytes --]

"Fernando J. Pereda" <ferdy@gentoo.org> 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.
> > 
> > I tried doing a git-commit paths/ and still everything wants to be
> > committed.
> > 
> > It isn't pretty.
> > 
> 
> 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.
> 
> See this:
> 
> --- 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) ] 
> --- 8< ---
> 
> 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 :)
> 

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

[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]

  reply	other threads:[~2006-04-28 22:17 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28 17:14 [gentoo-dev] Gentoo: State of the Union Ryan Phillips
2006-04-28 17:52 ` Jon Portnoy
2006-04-28 18:22   ` Ryan Phillips
2006-04-28 18:34     ` Chris White
2006-04-28 18:50       ` Ryan Phillips
2006-04-28 19:03         ` Chris White
2006-04-28 19:35           ` Stephen Bennett
2006-04-28 19:48             ` Bryan Østergaard
2006-04-28 18:41     ` Alin Nastac
2006-04-28 18:57       ` Ryan Phillips
2006-04-28 19:13         ` Donnie Berkholz
2006-04-28 19:19         ` Tim Yamin
2006-04-28 19:20         ` Grant Goodyear
2006-05-02 12:39           ` Paul de Vrieze
2006-04-28 19:42     ` Bryan Østergaard
2006-04-28 17:50       ` Thomas Cort
2006-04-28 22:01         ` Daniel Goller
2006-04-29 13:54           ` Bryan Østergaard
2006-04-28 19:56     ` Thierry Carrez
2006-04-28 17:54 ` Alec Warner
2006-04-28 18:38   ` Ryan Phillips
2006-04-28 18:55 ` Grant Goodyear
2006-04-28 19:08   ` Grant Goodyear
2006-04-28 19:24   ` Tim Yamin
2006-04-28 19:41     ` Alin Nastac
2006-04-28 20:24     ` Donnie Berkholz
2006-04-28 20:36       ` Donnie Berkholz
2006-04-28 20:42       ` Ryan Phillips
2006-04-28 20:45         ` Donnie Berkholz
2006-04-28 21:05         ` Fernando J. Pereda
2006-04-28 21:20           ` Ryan Phillips
2006-04-28 21:36             ` Fernando J. Pereda
2006-04-28 21:49               ` Ryan Phillips
2006-04-28 22:06                 ` Fernando J. Pereda
2006-04-28 22:15                   ` Ryan Phillips [this message]
2006-04-28 22:19         ` Daniel Goller
2006-04-29 12:02         ` Dan Armak
2006-04-29 12:21           ` Fernando J. Pereda
2006-04-29 12:54             ` Dan Armak
2006-04-29 13:06               ` Fernando J. Pereda
2006-04-30 20:41               ` [gentoo-dev] " R Hill
2006-04-30  1:26       ` [gentoo-dev] " Alexandre Buisse
2006-04-30  0:00         ` Donnie Berkholz
2006-04-30  3:17           ` Greg KH
2006-04-30  7:50         ` Donnie Berkholz
2006-04-30 16:32           ` Henrik Brix Andersen
2006-05-01 12:23             ` Chris Bainbridge
2006-05-01 16:02               ` Stuart Herbert
2006-05-01 16:28                 ` Donnie Berkholz
2006-04-30 12:12         ` Luca Barbato
2006-04-30 15:16           ` Alec Warner
2006-04-28 20:35   ` Ryan Phillips
2006-04-28 20:43     ` Donnie Berkholz
2006-04-28 21:06       ` Ryan Phillips
2006-04-28 21:41         ` Fernando J. Pereda
2006-04-28 21:56           ` Ryan Phillips
2006-04-28 22:10             ` Fernando J. Pereda
2006-04-28 22:29               ` Donnie Berkholz
2006-04-28 20:57     ` Grant Goodyear
2006-04-28 21:32       ` Marius Mauch
2006-04-28 22:46         ` Ryan Phillips
2006-04-28 22:36 ` Simon Stelling
2006-04-28 23:14   ` Ryan Phillips
2006-04-28 23:25     ` Chris White
2006-04-28 23:55       ` Donnie Berkholz
2006-04-29  9:39     ` Jan Kundrát
2006-04-29 17:52       ` Donnie Berkholz
2006-05-02 13:37         ` Paul de Vrieze
2006-04-29  1:05   ` Daniel Goller
2006-04-29 14:54     ` Bryan Østergaard
2006-04-29  1:19 ` Christel Dahlskjaer
2006-04-29 11:58 ` Dan Armak
2006-04-29 13:41 ` Daniel Goller
2006-04-29 14:23   ` Jon Portnoy
2006-04-29 14:38     ` Daniel Goller
2006-04-29 15:21       ` Jon Portnoy
2006-04-29 21:33 ` [gentoo-dev] Gentoo: State of the Union + suggestion for global dev conference (at bottom, if you want to skip) Stuart Herbert
2006-04-29 23:57   ` Tim Yamin
2006-04-30  1:55   ` Lance Albertson
2006-04-30  2:37     ` Renat Lumpau
2006-05-03  9:43     ` Paul de Vrieze
2006-05-03 13:44       ` Christel Dahlskjaer
2006-04-30  4:50   ` Ryan Phillips
     [not found] <62b0912f0605021406s49a16eaapd596426ce2226a7c@mail.gmail.com>
2006-05-04  9:04 ` [gentoo-dev] Gentoo: State of the Union Molle Bestefich
2006-05-04 10:44   ` Stuart Herbert
2006-05-04  8:55     ` Thomas Cort
2006-05-04 11:57     ` Chris Gianelloni
2006-05-04 12:17       ` Stuart Herbert
2006-05-04 13:30         ` Paul de Vrieze

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060428221517.GA65374@watcher.kimaker.com \
    --to=rphillips@gentoo.org \
    --cc=ferdy@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox