The 07/08/09, Nicolas Sebrecht wrote:
quoted hunk ↗ jump to hunk
This is even better that all my crap. But I think we should squash
this:
---
git-am.sh | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/git-am.sh b/git-am.sh
index 94fa9c9..e8ec8d7 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -254,9 +254,6 @@ split_patches () {
this=
msgnum=
;;
- *)
- clean_abort "Patch format $patch_format is not supported."
- ;;
esac
}
Which is wrong as it could be given at the command line. Sorry for the
noise.
--
Nicolas Sebrecht