All of lore.kernel.org
 help / color / mirror / Atom feed
* [StGit PATCH 0/8] Miscellaneous fixes and improvements
@ 2007-10-07 23:17 Karl Hasselström
  2007-10-07 23:17 ` [StGit PATCH 1/8] Add --ack/--sign options to "stg new" Karl Hasselström
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Karl Hasselström @ 2007-10-07 23:17 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

Also available from

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

---

Karl Hasselström (8):
      Remove the --force flag to "stg rebase" and "stg pull"
      Discard stderr output from git-rev-parse
      Simplify debug level error checking
      Make a common superclass for all StGit exceptions
      Don't split long and short description in "stg edit"
      Fix up the help text for "stg edit"
      New test: "stg pop --keep"
      Add --ack/--sign options to "stg new"


 stgit/commands/common.py      |   14 ++++----------
 stgit/commands/edit.py        |   33 +++++++++++++++-----------------
 stgit/commands/new.py         |    6 ++++--
 stgit/commands/pull.py        |    5 +----
 stgit/commands/rebase.py      |    5 +----
 stgit/config.py               |    3 ++-
 stgit/exception.py            |    3 +++
 stgit/git.py                  |    6 ++++--
 stgit/gitmergeonefile.py      |    3 ++-
 stgit/main.py                 |   15 ++++-----------
 stgit/run.py                  |    5 +++--
 stgit/stack.py                |   14 +++++++++-----
 stgit/utils.py                |    3 ++-
 t/t1204-pop-keep.sh           |   42 +++++++++++++++++++++++++++++++++++++++++
 t/t2100-pull-policy-fetch.sh  |   14 --------------
 t/t2102-pull-policy-rebase.sh |   24 -----------------------
 16 files changed, 96 insertions(+), 99 deletions(-)
 create mode 100644 stgit/exception.py
 create mode 100755 t/t1204-pop-keep.sh

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

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

end of thread, other threads:[~2007-10-08  6:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-07 23:17 [StGit PATCH 0/8] Miscellaneous fixes and improvements Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 1/8] Add --ack/--sign options to "stg new" Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 2/8] New test: "stg pop --keep" Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 3/8] Fix up the help text for "stg edit" Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 4/8] Don't split long and short description in " Karl Hasselström
2007-10-07 23:40   ` David Brown
2007-10-08  6:41     ` Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 5/8] Make a common superclass for all StGit exceptions Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 6/8] Simplify debug level error checking Karl Hasselström
2007-10-07 23:17 ` [StGit PATCH 7/8] Discard stderr output from git-rev-parse Karl Hasselström
2007-10-07 23:18 ` [StGit PATCH 8/8] Remove the --force flag to "stg rebase" and "stg pull" Karl Hasselström

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.