All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] push limitations
@ 2011-08-14  8:57 Fredrik Gustafsson
  2011-08-14  8:57 ` [PATCH v4 2/2] push: Don't push a repository with unpushed submodules Fredrik Gustafsson
  2011-08-14 17:29 ` [PATCH v4 0/2] push limitations Jens Lehmann
  0 siblings, 2 replies; 3+ messages in thread
From: Fredrik Gustafsson @ 2011-08-14  8:57 UTC (permalink / raw)
  To: gitster; +Cc: git, jens.lehmann, hvoigt, iveqy

The first iteration of this patch series can be found here:
http://thread.gmane.org/gmane.comp.version-control.git/176328/focus=176327

The second iteration of this patch series can be found here:
http://thread.gmane.org/gmane.comp.version-control.git/177992

The third iteration of this patch series can be found here:
http://thread.gmane.org/gmane.comp.version-control.git/179037/focus=179048


Fredrik Gustafsson (2):
  rev-parse: add option --is-well-formed-git-dir [path]
  push: Don't push a repository with unpushed submodules

 Documentation/git-push.txt      |    6 ++
 Documentation/git-rev-parse.txt |    4 ++
 builtin/push.c                  |   17 ++++++
 builtin/rev-parse.c             |    8 +++
 cache.h                         |    1 +
 combine-diff.c                  |    2 +-
 setup.c                         |    7 +++
 submodule.c                     |  108 +++++++++++++++++++++++++++++++++++++++
 submodule.h                     |    1 +
 t/t5531-deep-submodule-push.sh  |   94 ++++++++++++++++++++++++++++++++++
 t/t7400-submodule-basic.sh      |    4 +-
 t/t7403-submodule-sync.sh       |    5 +-
 t/t7407-submodule-foreach.sh    |   97 ++++++++++++++++++-----------------
 transport.c                     |    9 +++
 transport.h                     |    1 +
 15 files changed, 312 insertions(+), 52 deletions(-)

-- 
1.7.6.398.g64865.dirty

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

end of thread, other threads:[~2011-08-14 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14  8:57 [PATCH v4 0/2] push limitations Fredrik Gustafsson
2011-08-14  8:57 ` [PATCH v4 2/2] push: Don't push a repository with unpushed submodules Fredrik Gustafsson
2011-08-14 17:29 ` [PATCH v4 0/2] push limitations Jens Lehmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.