* Bugs ignoring submodules?
@ 2009-11-15 14:57 Felipe Contreras
0 siblings, 0 replies; only message in thread
From: Felipe Contreras @ 2009-11-15 14:57 UTC (permalink / raw)
To: git
Hi,
I'm trying to format patches ignoring changes in the submodules, and
so far everything I've tried is failing, which I think points to
multiple bugs. I'm using 1.6.5.2.
First I tried:
% git format-patch --ignore-submodules
That ignores the submodules, all right, but still generates an empty
patch, just like 'git log' shows no diff.
Then I tried:
% git log <committish> -- $(git ls-files -x <submodule>)
But the submodule is still listed:
% git ls-files --exclude=common | grep ^common
common
These are bugs, right? Is there some other recommendation?
--
Felipe Contreras
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-15 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-15 14:57 Bugs ignoring submodules? Felipe Contreras
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).