From: Pierre Habouzit <madcoder@debian.org>
To: Josef Jeff Sipek <jsipek@cs.sunysb.edu>
Cc: git@vger.kernel.org
Subject: [PATCH guilt] make guilt use standard POSIX shell
Date: Thu, 14 Jun 2007 14:50:55 +0200 [thread overview]
Message-ID: <11818254621527-git-send-email-madcoder@debian.org> (raw)
This patch series makes guilt be able to work with a standard posix shell.
This has been tested with bash, zsh, dash and posh acting as /bin/sh.
This uses awk and sed a bit more than before, but POSIX awk and sed should be
enough. Though GNU find and GNU /bin/echo from the coreutils needs to be
there.
Here is the shortlog:
Pierre Habouzit (7):
Regression test suite needs bash, that's OK.
guilt(1): Obvious bashisms fixed.
guilt(1): simplifications...
guilt(1): reimplement push_patch, using a subshell to avoid locals.
Easy commands, without bashisms.
guilt-status(1): Remove bashisms.
Remove last bashisms from remaining commands.
and the diffstat:
guilt | 448 +++++++++++++++++++------------------------
guilt-add | 7 +-
guilt-applied | 4 +-
guilt-delete | 4 +-
guilt-export | 6 +-
guilt-files | 6 +-
guilt-fold | 4 +-
guilt-fork | 6 +-
guilt-graph | 13 +-
guilt-header | 4 +-
guilt-help | 6 +-
guilt-import | 6 +-
guilt-import-commit | 6 +-
guilt-init | 4 +-
guilt-new | 15 +-
guilt-next | 6 +-
guilt-patchbomb | 10 +-
guilt-pop | 4 +-
guilt-prev | 4 +-
guilt-push | 16 +-
guilt-rebase | 4 +-
guilt-refresh | 4 +-
guilt-rm | 4 +-
guilt-series | 6 +-
guilt-status | 58 +++---
guilt-top | 4 +-
guilt-unapplied | 12 +-
regression/010-init.sh | 1 +
regression/011-no-repo.sh | 1 +
regression/020-push.sh | 1 +
regression/021-pop.sh | 1 +
regression/022-applied.sh | 1 +
regression/023-top.sh | 1 +
regression/024-unapplied.sh | 1 +
regression/025-new.sh | 1 +
regression/026-delete.sh | 1 +
regression/027-refresh.sh | 1 +
regression/050-series.sh | 1 +
regression/060-files.sh | 1 +
regression/Makefile | 2 +-
uninstall | 7 +-
41 files changed, 317 insertions(+), 375 deletions(-)
next reply other threads:[~2007-06-14 12:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-14 12:50 Pierre Habouzit [this message]
2007-06-14 12:50 ` [PATCH] Regression test suite needs bash, that's OK Pierre Habouzit
2007-06-14 12:50 ` [PATCH] guilt(1): Obvious bashisms fixed Pierre Habouzit
2007-06-14 15:15 ` Josef Sipek
2007-06-14 15:18 ` Pierre Habouzit
2007-06-14 12:50 ` [PATCH] guilt(1): simplifications Pierre Habouzit
2007-06-14 14:58 ` Josef Sipek
2007-06-14 15:16 ` Pierre Habouzit
2007-06-14 12:50 ` [PATCH] guilt(1): reimplement push_patch, using a subshell to avoid locals Pierre Habouzit
2007-06-14 12:51 ` [PATCH] Easy commands, without bashisms Pierre Habouzit
2007-06-14 12:51 ` [PATCH] guilt-status(1): Remove bashisms Pierre Habouzit
2007-06-14 12:51 ` [PATCH] Remove last bashisms from remaining commands Pierre Habouzit
2007-06-14 13:07 ` [PATCH guilt] make guilt use standard POSIX shell Pierre Habouzit
2007-06-14 13:20 ` [PATCH] Small regresson when series file is empty Pierre Habouzit
2007-06-14 15:27 ` [PATCH guilt] make guilt use standard POSIX shell Josef Sipek
2007-06-14 15:56 ` Pierre Habouzit
2007-06-14 15:58 ` Pierre Habouzit
2007-06-14 16:39 ` Josef Sipek
2007-06-14 17:16 ` Pierre Habouzit
2007-06-14 15:50 ` [PATCH] More regressions fixes Pierre Habouzit
2007-06-15 8:01 ` [PATCH guilt] make guilt use standard POSIX shell Derek Fawcus
2007-06-15 22:31 ` Benjamin Sergeant
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11818254621527-git-send-email-madcoder@debian.org \
--to=madcoder@debian.org \
--cc=git@vger.kernel.org \
--cc=jsipek@cs.sunysb.edu \
/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.
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).