From: Jakub Narebski <jnareb@gmail.com>
To: "Frank Li" <lznuaa@gmail.com>
Cc: "Junio C Hamano" <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: how to omit rename file when commit
Date: Mon, 19 Jan 2009 03:01:47 -0800 (PST) [thread overview]
Message-ID: <m3vdsby2y4.fsf@localhost.localdomain> (raw)
In-Reply-To: <1976ea660901190135k71087673p85e995878e539a8f@mail.gmail.com>
"Frank Li" <lznuaa@gmail.com> writes:
> For example:
> there are 2 file. a.c and e.c
> I modify e.c.
> and git mv a.c b.c
>
> git update-index e.c
>
> I just want to commit e.c and don't commit rename(a.c -> b.c)
The simplest way (but I'm not sure if it is what you want) would be
$ git commit e.c
--
Jakub Narebski
Poland
ShadeHawk on #git
next prev parent reply other threads:[~2009-01-19 11:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-19 9:13 how to omit rename file when commit Frank Li
2009-01-19 9:16 ` Junio C Hamano
2009-01-19 9:35 ` Frank Li
2009-01-19 11:01 ` Jakub Narebski [this message]
2009-01-19 17:41 ` Boyd Stephen Smith Jr.
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=m3vdsby2y4.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=lznuaa@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.