git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Karl Hasselström" <kha@treskal.com>
To: Catalin Marinas <catalin.marinas@gmail.com>
Cc: git@vger.kernel.org
Subject: StGit kha experimental branch updated
Date: Mon, 8 Oct 2007 01:39:02 +0200	[thread overview]
Message-ID: <20071007233902.GB1262@diana.vm.bytemark.co.uk> (raw)
In-Reply-To: <20071007232943.GA1262@diana.vm.bytemark.co.uk>

There's nothing new here; it's all just rebased on top of the updated
safe branch. In order, we have

  * David's patches that remove the "top" and "bottom" patch fields.
    These need a format version upgrade function (trivial), but are
    otherwise ready, I think.

  * David's conflict refactoring series, with some fixes by me, and
    removal of some commands that become superfluous. Almost ready,
    but it makes ugly conflict markers, and "stg resolved" should
    probably be removed.

The following changes since commit 2299c463794f214b750ecc33e24779243ddc5aff:
  Karl Hasselström (1):
        Make "stg refresh" subdirectory safe

are available in the git repository at:

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

David Kågedal (9):
      Check bottom and invariants
      Remove the 'bottom' field
      Remove the 'top' field
      Split git.merge into two functions
      Leave working dir and index alone after failed (conflicting) push
      Added a test case to check what happens when push finds a conflict
      Simplify merge_recursive
      Use the output from merge-recursive to list conflicts
      Ask git about unmerged files

Karl Hasselström (9):
      Better error message if merge fails
      Fix "stg resolved" to work with new conflict representation
      Refactoring: pass more than one file to resolved()
      We keep the different stages of a conflict in the index now
      Clean up the logic in "stg resolved"
      "stg status --reset" is not needed anymore
      Remove "stg add"
      Remove "stg rm"
      Remove "stg cp"

 Documentation/stg-cp.txt      |   63 --------------------------
 Documentation/tutorial.txt    |   22 +++++----
 stgit/commands/add.py         |   44 ------------------
 stgit/commands/common.py      |   25 +++-------
 stgit/commands/copy.py        |   45 ------------------
 stgit/commands/pick.py        |    2 +-
 stgit/commands/resolved.py    |   70 ++++++++++-------------------
 stgit/commands/rm.py          |   48 --------------------
 stgit/commands/status.py      |   34 +++++---------
 stgit/commands/sync.py        |    1 -
 stgit/git.py                  |   72 +++++++++++++++++------------
 stgit/gitmergeonefile.py      |   99 ++++++++++++++++++++++------------------
 stgit/main.py                 |    6 ---
 stgit/run.py                  |    3 +
 stgit/stack.py                |   65 +++++++++++----------------
 t/t0002-status.sh             |   11 +++--
 t/t1200-push-modified.sh      |    2 +-
 t/t1202-push-undo.sh          |    4 +-
 t/t1203-push-conflict.sh      |   70 +++++++++++++++++++++++++++++
 t/t1204-pop-keep.sh           |    2 +-
 t/t1205-push-subdir.sh        |    4 +-
 t/t1300-uncommit.sh           |    4 +-
 t/t1301-assimilate.sh         |    2 +-
 t/t1400-patch-history.sh      |    4 +-
 t/t1500-float.sh              |   14 +++---
 t/t1600-delete-one.sh         |   12 +++---
 t/t1601-delete-many.sh        |    2 +-
 t/t1700-goto-top.sh           |    2 +-
 t/t2000-sync.sh               |    8 ++--
 t/t2100-pull-policy-fetch.sh  |    4 +-
 t/t2101-pull-policy-pull.sh   |    4 +-
 t/t2102-pull-policy-rebase.sh |    4 +-
 t/t2300-refresh-subdir.sh     |    2 +-
 33 files changed, 295 insertions(+), 459 deletions(-)
 delete mode 100644 Documentation/stg-cp.txt
 delete mode 100644 stgit/commands/add.py
 delete mode 100644 stgit/commands/copy.py
 delete mode 100644 stgit/commands/rm.py
 create mode 100755 t/t1203-push-conflict.sh

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

  reply	other threads:[~2007-10-07 23:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-07 23:29 StGit kha safe branch updated Karl Hasselström
2007-10-07 23:39 ` Karl Hasselström [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-24  0:02 Karl Hasselström
2007-09-24  0:10 ` StGit kha experimental " Karl Hasselström

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071007233902.GB1262@diana.vm.bytemark.co.uk \
    --to=kha@treskal.com \
    --cc=catalin.marinas@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).