git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git submodule status not describing modules
@ 2008-03-12 15:21 Sergio Callegari
  2008-03-12 19:05 ` Sergio Callegari
  0 siblings, 1 reply; 3+ messages in thread
From: Sergio Callegari @ 2008-03-12 15:21 UTC (permalink / raw)
  To: git

Hi,

in git 1.5.4.4, the git submodules manpage says that the status subcommand
should:


Show the status of the submodules. This will print the SHA-1 of the currently
checked out commit for each submodule, along with the submodule path and the
output of git-describe(1) for the SHA-1.

However, I cannot get the git-describe output.
If I remember properly, in previous versions of git, this was shown correctly.

Sergio
 

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

* Re: git submodule status not describing modules
  2008-03-12 15:21 git submodule status not describing modules Sergio Callegari
@ 2008-03-12 19:05 ` Sergio Callegari
  2008-03-12 19:15   ` Sergio Callegari
  0 siblings, 1 reply; 3+ messages in thread
From: Sergio Callegari @ 2008-03-12 19:05 UTC (permalink / raw)
  To: git

Nor I see any "+" sign when the checked out submodule differs from the submodule
recorded in the index of the super module.

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

* Re: git submodule status not describing modules
  2008-03-12 19:05 ` Sergio Callegari
@ 2008-03-12 19:15   ` Sergio Callegari
  0 siblings, 0 replies; 3+ messages in thread
From: Sergio Callegari @ 2008-03-12 19:15 UTC (permalink / raw)
  To: git

... and it is because I have no url defined for the submodules.
Is there any particular reason for testing the url in cmd_status as in

if test -z "$url" || ! test -d "$path"/.git
                then
                        say "-$sha1 $path"
                        continue;
                fi

nothing in the following seems to depend on it.

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

end of thread, other threads:[~2008-03-12 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 15:21 git submodule status not describing modules Sergio Callegari
2008-03-12 19:05 ` Sergio Callegari
2008-03-12 19:15   ` Sergio Callegari

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