* 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
* Re: git commit does not show all added files in subdirectories
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
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-12-20 3:54 UTC (permalink / raw)
To: Dan McGee; +Cc: git
Should be fixed already by 3eb2a15eb385749fbfe59b4e37fc754416275760
(builtin-commit: make summary output consistent with status).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git commit does not show all added files in subdirectories
2007-12-20 3:54 ` Junio C Hamano
@ 2007-12-20 4:00 ` Dan McGee
0 siblings, 0 replies; 3+ messages in thread
From: Dan McGee @ 2007-12-20 4:00 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On Dec 19, 2007 9:54 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Should be fixed already by 3eb2a15eb385749fbfe59b4e37fc754416275760
> (builtin-commit: make summary output consistent with status).
Darn, I looked through the log but must have looked right over that.
Thanks for the quick response.
-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).