From: Jeff Garzik <jgarzik@pobox.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: 'git commit' ignoring args?
Date: Mon, 28 Nov 2005 11:24:32 -0500 [thread overview]
Message-ID: <438B2F40.6070801@pobox.com> (raw)
With the latest git as of this writing, executing
git commit Makefile stylesheet.xsl
results in an attempt to commit the above files, and also another file
book.xml. book.xml is modified, but I do not wish to check it in at
this time, so I did not list it as an argument to 'git commit'.
The only commit in the repository is the initial commit.
#
# Updated but not checked in:
# (will commit)
#
# modified: Makefile
# modified: book.xml
# new file: stylesheet.xsl
#
#
# Untracked files:
# (use "git add" to add to commit)
#
# book.pdf
Expected behavior is that Makefile and stylesheet.xsl would be checked
in, but not book.xml.
Jeff
next reply other threads:[~2005-11-28 16:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-28 16:24 Jeff Garzik [this message]
2005-11-28 19:05 ` 'git commit' ignoring args? Junio C Hamano
2005-11-29 11:03 ` Jeff Garzik
2005-11-28 23:02 ` Andreas Ericsson
2005-11-28 23:44 ` Junio C Hamano
2005-11-29 10:38 ` Andreas Ericsson
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=438B2F40.6070801@pobox.com \
--to=jgarzik@pobox.com \
--cc=git@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).