git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'git commit' ignoring args?
@ 2005-11-28 16:24 Jeff Garzik
  2005-11-28 19:05 ` Junio C Hamano
  2005-11-28 23:02 ` Andreas Ericsson
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff Garzik @ 2005-11-28 16:24 UTC (permalink / raw)
  To: Git Mailing List


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-29 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 16:24 'git commit' ignoring args? Jeff Garzik
2005-11-28 19:05 ` 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

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).