* how to check pending commits to be pushed?
@ 2013-02-27 22:02 Patricia Bittencourt Egeland
2013-02-28 18:58 ` Joachim Schmitz
0 siblings, 1 reply; 3+ messages in thread
From: Patricia Bittencourt Egeland @ 2013-02-27 22:02 UTC (permalink / raw)
To: git
Hi,
Does someone know how to identify pending commits to be pushed in a local super repository (with quite some submodules), with git-1.6.5-1 ?
Thanks,
Patricia
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to check pending commits to be pushed?
2013-02-27 22:02 how to check pending commits to be pushed? Patricia Bittencourt Egeland
@ 2013-02-28 18:58 ` Joachim Schmitz
2013-03-01 0:32 ` Patricia Bittencourt Egeland
0 siblings, 1 reply; 3+ messages in thread
From: Joachim Schmitz @ 2013-02-28 18:58 UTC (permalink / raw)
To: git
Patricia Bittencourt Egeland wrote:
> Hi,
>
> Does someone know how to identify pending commits to be pushed
> in a local super repository (with quite some submodules), with
> git-1.6.5-1 ?
git status ?
Bye, Jojo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to check pending commits to be pushed?
2013-02-28 18:58 ` Joachim Schmitz
@ 2013-03-01 0:32 ` Patricia Bittencourt Egeland
0 siblings, 0 replies; 3+ messages in thread
From: Patricia Bittencourt Egeland @ 2013-03-01 0:32 UTC (permalink / raw)
To: Joachim Schmitz; +Cc: git
Inside the super repo, I used "git submodule foreach", that way (which worked fine):
git submodule foreach "git status || true"
No idea why the line bellow didn't work:
git submodule foreach "git status"
Thanks,
Patricia
On Feb 28, 2013, at 11:58 AM, Joachim Schmitz <jojo@schmitz-digital.de> wrote:
> Patricia Bittencourt Egeland wrote:
>> Hi,
>> Does someone know how to identify pending commits to be pushed
>> in a local super repository (with quite some submodules), with
>> git-1.6.5-1 ?
>
> git status ?
>
> Bye, Jojo
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-01 1:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 22:02 how to check pending commits to be pushed? Patricia Bittencourt Egeland
2013-02-28 18:58 ` Joachim Schmitz
2013-03-01 0:32 ` Patricia Bittencourt Egeland
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).