From: Junio C Hamano <gitster@pobox.com>
To: "Frank Li" <lznuaa@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: how to omit rename file when commit
Date: Mon, 19 Jan 2009 01:16:23 -0800 [thread overview]
Message-ID: <7v63kbr6zc.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1976ea660901190113l5407f108lff8f37d9a8331f58@mail.gmail.com> (Frank Li's message of "Mon, 19 Jan 2009 17:13:57 +0800")
"Frank Li" <lznuaa@gmail.com> writes:
> For example there are a file a.c at git repository.
> use
> git mv a.c b.c
>
> git status:
> # On branch master
> # Changes to be committed:
> # (use "git reset HEAD <file>..." to unstage)
> #
> # renamed: a.c -> b.c
>
> If we don't want to stage this change at this commit, what can I do?
I may be misunderstanding what you want to do, but wouldn't "git mv b.c
a.c" undo whatever you did?
next prev parent reply other threads:[~2009-01-19 9:17 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 [this message]
2009-01-19 9:35 ` Frank Li
2009-01-19 11:01 ` Jakub Narebski
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=7v63kbr6zc.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).