git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git commit does not show all added files in subdirectories
@ 2007-12-20  3:47 Dan McGee
  2007-12-20  3:54 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Dan McGee @ 2007-12-20  3:47 UTC (permalink / raw)
  To: git

The output below should help explain this bug better than words can.
This is with version 1.5.4.rc0.

Note that all files were added with git add before the below output begins.

dmcgee@dublin ~/projects/abs
$ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	new file: abs
#	new file: etc/abs/abs.conf
#	new file: etc/abs/supfile.community
#	new file: etc/abs/supfile.core
#	new file: etc/abs/supfile.extra
#	new file: etc/abs/supfile.testing
#	new file: etc/abs/supfile.unstable
#

dmcgee@dublin ~/projects/abs
$ git commit -s
Created initial commit 5f5f8d3: Initial creation of abs git repository
 1 files changed, 171 insertions(+), 0 deletions(-)
 create mode 100755 abs
 create mode 040000 etc

I assume that all files should be listed by git commit, but they are
not. I'm willing to look into fixing this if someone could point me in
the right direction.

-Dan

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

end of thread, other threads:[~2007-12-20  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20  3:47 git commit does not show all added files in subdirectories Dan McGee
2007-12-20  3:54 ` Junio C Hamano
2007-12-20  4:00   ` Dan McGee

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