git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGit PATCH 0/5] A few small fixes
@ 2007-11-11 19:43 Karl Hasselström
  2007-11-11 19:43 ` [StGit PATCH 1/5] Simple test for "stg clean" Karl Hasselström
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Karl Hasselström @ 2007-11-11 19:43 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git, David Kågedal

These are available from

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

The clean test and the assimilare/repair stuff are new, the rest have
been sitting in kha/safe for a while now.

David: I believe the repair patch should fix the situation you
encountered.

---

Note how the actual patch that renames assimilate to repair looks fine
-- I gave stg mail --diff-opts='-M -C -C'. But the diffstats
apparently don't get those flags, neither the aggregate one below nor
the one just for that patch. We ought to fix that ...

Karl Hasselström (5):
      stg repair: Patchify non-patch commits between patches
      Rename "stg assimilate" to "stg repair"
      Let some commands work with detached HEAD
      Cogito is deprecated, so don't point to it
      Simple test for "stg clean"


 Documentation/stg.txt         |    4 -
 README                        |    4 -
 contrib/stgit-completion.bash |    2 
 stgit/commands/add.py         |    2 
 stgit/commands/assimilate.py  |  198 -----------------------------------------
 stgit/commands/common.py      |    2 
 stgit/commands/repair.py      |  192 ++++++++++++++++++++++++++++++++++++++++
 stgit/commands/resolved.py    |    2 
 stgit/commands/status.py      |    2 
 stgit/main.py                 |    4 -
 t/t1301-assimilate.sh         |   84 -----------------
 t/t1301-repair.sh             |   80 +++++++++++++++++
 t/t1302-assimilate-interop.sh |   59 ------------
 t/t1302-repair-interop.sh     |   59 ++++++++++++
 t/t2500-clean.sh              |   27 ++++++
 15 files changed, 368 insertions(+), 353 deletions(-)
 delete mode 100644 stgit/commands/assimilate.py
 create mode 100644 stgit/commands/repair.py
 delete mode 100755 t/t1301-assimilate.sh
 create mode 100755 t/t1301-repair.sh
 delete mode 100755 t/t1302-assimilate-interop.sh
 create mode 100755 t/t1302-repair-interop.sh
 create mode 100755 t/t2500-clean.sh

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

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

end of thread, other threads:[~2007-11-12 13:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 19:43 [StGit PATCH 0/5] A few small fixes Karl Hasselström
2007-11-11 19:43 ` [StGit PATCH 1/5] Simple test for "stg clean" Karl Hasselström
2007-11-11 19:43 ` [StGit PATCH 2/5] Cogito is deprecated, so don't point to it Karl Hasselström
2007-11-11 19:43 ` [StGit PATCH 3/5] Let some commands work with detached HEAD Karl Hasselström
2007-11-11 19:43 ` [StGit PATCH 4/5] Rename "stg assimilate" to "stg repair" Karl Hasselström
2007-11-11 19:44 ` [StGit PATCH 5/5] stg repair: Patchify non-patch commits between patches Karl Hasselström
2007-11-12 11:02 ` [StGit PATCH 0/5] A few small fixes Catalin Marinas
2007-11-12 13:01   ` 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).