git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* StGIT experimental branches updated
@ 2007-09-03  0:20 Karl Hasselström
  2007-09-03  8:29 ` Catalin Marinas
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Hasselström @ 2007-09-03  0:20 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

I've added the three patches I just sent out. That's all, since no one
else seems to be working. :-)

Plus, I've renamed the branches to "safe" and "experimental", since
that's what they're all about.

                                 -+-

The following changes since commit 18669b744dbc40df9ce025f3db44a28f7aba29ff:
  Catalin Marinas (1):
        Add the '--exclusive' option to 'uncommit'

are available in the git repository at:

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

David Kågedal (2):
      Add basic test for stg status
      Cleanup tree_status and use -z

Karl Hasselström (5):
      Write warnings and errors to stderr if not on a terminal
      Don't fail just because a subprocess wrote stuff to stderr
      Let "stg status" ignore empty directories
      Allow "stg add" when we have no stack
      Test "stg status" more thoroughly

Pavel Roskin (2):
      Use --force to overwrite python files
      Fix refresh -es

 Makefile                  |    2 +-
 stgit/commands/add.py     |    3 -
 stgit/commands/patches.py |    2 +-
 stgit/commands/refresh.py |    2 +-
 stgit/git.py              |   25 +++++----
 stgit/out.py              |   11 +++-
 stgit/run.py              |    5 ++-
 stgit/stack.py            |    3 +-
 t/t0002-status.sh         |  125 +++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 156 insertions(+), 22 deletions(-)
 create mode 100755 t/t0002-status.sh

                                 -+-

The following changes since commit eda4068ff351143504a416393514b9fc57fb7fae:
  Karl Hasselström (1):
        Test "stg status" more thoroughly

are available in the git repository at:

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

David Kågedal (6):
      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 (12):
      Compute patch appliedness from commit DAG
      Test the new DAG appliedness machinery
      Fix bash completion after the DAG appliedness patch
      Speed up the appliedness test
      Speed up the discovery of uninteresting commits
      Speed up appliedness check during patch creation
      Don't traverse the whole DAG when looking for uninteresting commits
      Find uninteresting commits faster for special cases
      Optimize uninterestingness checks for rebase
      Better error message if merge fails
      Fix "stg resolved" to work with new conflict representation
      Merge branch 'conflict'

 contrib/stgit-completion.bash |   15 +-
 stgit/commands/commit.py      |    8 +-
 stgit/commands/common.py      |   24 +--
 stgit/commands/float.py       |    2 +-
 stgit/commands/imprt.py       |    2 +-
 stgit/commands/pick.py        |    2 +-
 stgit/commands/refresh.py     |    2 +-
 stgit/commands/resolved.py    |   19 +-
 stgit/commands/sync.py        |    2 +-
 stgit/git.py                  |   74 ++++--
 stgit/gitmergeonefile.py      |   99 ++++----
 stgit/stack.py                |  574 +++++++++++++++++++++++++++++++++--------
 t/t0002-status.sh             |    3 -
 t/t1203-push-conflict.sh      |   70 +++++
 t/t3000-git-interop.sh        |   60 +++++
 t/t4000-upgrade.sh            |    6 +
 16 files changed, 730 insertions(+), 232 deletions(-)
 create mode 100755 t/t1203-push-conflict.sh
 create mode 100755 t/t3000-git-interop.sh

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

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

end of thread, other threads:[~2007-09-03  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-03  0:20 StGIT experimental branches updated Karl Hasselström
2007-09-03  8:29 ` Catalin Marinas
2007-09-03  9:01   ` Karl Hasselström
2007-09-03  9:32     ` Catalin Marinas

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