From: "Dan McGee" <dpmcgee@gmail.com>
To: git@vger.kernel.org
Subject: git commit does not show all added files in subdirectories
Date: Wed, 19 Dec 2007 21:47:57 -0600 [thread overview]
Message-ID: <449c10960712191947y3125f782t6ce7ec7b25ded30f@mail.gmail.com> (raw)
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
next reply other threads:[~2007-12-20 3:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-20 3:47 Dan McGee [this message]
2007-12-20 3:54 ` git commit does not show all added files in subdirectories Junio C Hamano
2007-12-20 4:00 ` Dan McGee
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=449c10960712191947y3125f782t6ce7ec7b25ded30f@mail.gmail.com \
--to=dpmcgee@gmail.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).