git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGit PATCH 0/5] Start the refactoring
@ 2007-11-05  3:14 Karl Hasselström
  2007-11-05  3:14 ` [StGit PATCH 1/5] New StGit core infrastructure: repository operations Karl Hasselström
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Karl Hasselström @ 2007-11-05  3:14 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

This series introduces parts of the proposed new infrastructure, and
uses it to implement "stg clean" and the new "stg coalesce".

There are undoubtedly more bugs to be found, but I'm pushing it to

  git://repo.or.cz/stgit/kha.git experimental

to make it easy for people to try it out. It does pass the test suite
after all.

---

Karl Hasselström (5):
      Add "stg coalesce"
      Let "stg clean" use the new infrastructure
      Simple test for "stg clean"
      Write metadata files used by the old infrastructure
      New StGit core infrastructure: repository operations


 stgit/commands/clean.py    |   68 ++++++------
 stgit/commands/coalesce.py |   87 ++++++++++++++++
 stgit/commands/common.py   |   10 ++
 stgit/lib/__init__.py      |   18 +++
 stgit/lib/git.py           |  245 ++++++++++++++++++++++++++++++++++++++++++++
 stgit/lib/stack.py         |  156 ++++++++++++++++++++++++++++
 stgit/lib/transaction.py   |   79 ++++++++++++++
 stgit/main.py              |    2 
 stgit/utils.py             |   24 ++++
 t/t2500-clean.sh           |   27 +++++
 t/t2600-coalesce.sh        |   31 ++++++
 11 files changed, 713 insertions(+), 34 deletions(-)
 create mode 100644 stgit/commands/coalesce.py
 create mode 100644 stgit/lib/__init__.py
 create mode 100644 stgit/lib/git.py
 create mode 100644 stgit/lib/stack.py
 create mode 100644 stgit/lib/transaction.py
 create mode 100755 t/t2500-clean.sh
 create mode 100755 t/t2600-coalesce.sh

-- 
Karl Hasselström, kha@treskal.com
      www.treskal.com/kalle

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

end of thread, other threads:[~2007-11-05  3:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05  3:14 [StGit PATCH 0/5] Start the refactoring Karl Hasselström
2007-11-05  3:14 ` [StGit PATCH 1/5] New StGit core infrastructure: repository operations Karl Hasselström
2007-11-05  3:14 ` [StGit PATCH 2/5] Write metadata files used by the old infrastructure Karl Hasselström
2007-11-05  3:14 ` [StGit PATCH 3/5] Simple test for "stg clean" Karl Hasselström
2007-11-05  3:14 ` [StGit PATCH 4/5] Let "stg clean" use the new infrastructure Karl Hasselström
2007-11-05  3:15 ` [StGit PATCH 5/5] Add "stg coalesce" Karl Hasselström

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