git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v3 0/2] Add git-for-each-repo
@ 2013-01-23 19:59 Lars Hjemli
  2013-01-23 19:59 ` [PATCH v3 1/2] for-each-repo: new command used for multi-repo operations Lars Hjemli
  2013-01-23 19:59 ` [PATCH v3 2/2] git: rewrite `git -a` to become a git-for-each-repo command Lars Hjemli
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Hjemli @ 2013-01-23 19:59 UTC (permalink / raw
  To: git; +Cc: Lars Hjemli

Lars Hjemli (2):
  for-each-repo: new command used for multi-repo operations
  git: rewrite `git -a` to become a git-for-each-repo command

 .gitignore                          |   1 +
 Documentation/git-for-each-repo.txt |  62 +++++++++++++++++++
 Makefile                            |   1 +
 builtin.h                           |   1 +
 builtin/for-each-repo.c             | 119 ++++++++++++++++++++++++++++++++++++
 git.c                               |  37 +++++++++++
 t/t6400-for-each-repo.sh            |  54 ++++++++++++++++
 7 files changed, 275 insertions(+)
 create mode 100644 Documentation/git-for-each-repo.txt
 create mode 100644 builtin/for-each-repo.c
 create mode 100755 t/t6400-for-each-repo.sh

-- 
1.8.1.1.350.g3346805

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

end of thread, other threads:[~2013-01-23 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 19:59 [PATCH v3 0/2] Add git-for-each-repo Lars Hjemli
2013-01-23 19:59 ` [PATCH v3 1/2] for-each-repo: new command used for multi-repo operations Lars Hjemli
2013-01-23 20:54   ` Junio C Hamano
2013-01-23 19:59 ` [PATCH v3 2/2] git: rewrite `git -a` to become a git-for-each-repo command Lars Hjemli

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).