Re: [STGIT PATCH] replace "git repo-config" usage by "git config"

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Peter Oberndorfer <kumbayo84@...>
Cc: <git@...>, Catalin Marinas <catalin.marinas@...>, Pavel Roskin <proski@...>
Date: Friday, January 18, 2008 - 12:24 am

On 2008-01-17 08:45:59 +0100, Karl Hasselström wrote:


The following changes since commit 5b2666bab799830ac5e511f35103d04fc3968b32:
  Catalin Marinas (1):
        Remove a newline from the e-mail template

are available in the git repository at:

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

David Kågedal (2):
      Emacs mode: Add mark command
      Emacs mode: coalesce command

Karl Hasselström (12):
      Teach the new infrastructure about the index and worktree
      Let "stg clean" use the new transaction primitives
      Let "stg goto" use the new infrastructure
      Convert "stg uncommit" to the new infrastructure
      New infrastructure: Make sure that the branch is initialized
      Expose transaction abort function
      stg coalesce: Support --file and --save-template
      Set exit code to 3 on merge conflict
      Convert "stg commit" to new infrastructure
      Make "stg commit" fancier
      Test that "stg goto" can be called from a subdirectory
      Make "stg goto" subdirectory safe

Pavel Roskin (1):
      Fix "stg edit --sign"

Peter Oberndorfer (2):
      Don't mention removed "stg refresh" options
      replace "git repo-config" usage by "git config"

 contrib/stgit.el              |   97 ++++++++++++++++++-----
 stgit/commands/clean.py       |   35 ++------
 stgit/commands/coalesce.py    |  118 ++++++++++++++++++---------
 stgit/commands/commit.py      |  111 ++++++++++++++++----------
 stgit/commands/edit.py        |    5 +-
 stgit/commands/goto.py        |   52 ++++--------
 stgit/commands/refresh.py     |    8 +-
 stgit/commands/uncommit.py    |   81 ++++++++-----------
 stgit/config.py               |   14 ++--
 stgit/lib/git.py              |  128 +++++++++++++++++++++++++++++
 stgit/lib/stack.py            |   10 ++-
 stgit/lib/stackupgrade.py     |    6 +-
 stgit/lib/transaction.py      |  178 +++++++++++++++++++++++++++++++++++------
 stgit/main.py                 |    4 +-
 stgit/run.py                  |    9 ++-
 stgit/utils.py                |    1 +
 t/t1300-uncommit.sh           |   12 ++--
 t/t1900-mail.sh               |    2 +-
 t/t2100-pull-policy-fetch.sh  |    4 +-
 t/t2101-pull-policy-pull.sh   |    4 +-
 t/t2102-pull-policy-rebase.sh |    4 +-
 t/t2800-goto-subdir.sh        |   59 ++++++++++++++
 22 files changed, 675 insertions(+), 267 deletions(-)
 create mode 100755 t/t2800-goto-subdir.sh

                                  -+-

The following changes since commit 085902b45b9bea3fa5bc14470219891ec4ccba78:
  Peter Oberndorfer (1):
        replace "git repo-config" usage by "git config"

are available in the git repository at:

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

Peter Oberndorfer (1):
      Add an --index option to "stg refresh"

 stgit/commands/refresh.py |   25 ++++++++++++++++---
 t/t2700-refresh.sh        |   57 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 77 insertions(+), 5 deletions(-)

-- 
Karl Hasselström, kha@treskal.com
      www.treskal.com/kalle
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH] Remove repo-config, Dan McGee, (Tue Jan 15, 11:19 pm)
Re: [RFC/PATCH] Remove repo-config, Peter Oberndorfer, (Wed Jan 16, 4:47 pm)
[STGIT PATCH] replace "git repo-config" usage by "git config", Peter Oberndorfer, (Wed Jan 16, 4:58 pm)
Re: [STGIT PATCH] replace "git repo-config" usage by "git co..., Karl , (Fri Jan 18, 12:24 am)
Re: [STGIT PATCH] replace "git repo-config" usage by "git co..., Peter Oberndorfer, (Wed Jan 16, 5:46 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 4:13 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 12:23 am)
Re: [RFC/PATCH] Remove repo-config, Dan McGee, (Wed Jan 16, 12:40 am)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 1:20 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 4:32 pm)