author | James Bottomley <James.Bottomley@SteelEye.com> | |
Wed, 20 Apr 2005 15:23:00 +0000 (08:23 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 20 Apr 2005 15:23:00 +0000 (08:23 -0700) | ||
commit | ad4e9ce4f9b34c4e6dd941b3244bcf56a3e3d62d | |
tree | 6a307b469400aca08aa40f7712b1089353cc3158 | tree | snapshot |
parent | 61096819949d9c7f6e7032ec949daba35cf57226 | commit | diff |
[PATCH] make dotest more amenable to commit message editing
This makes "dotest" a lot nicer to sue, especially for people who were
used to editing the commit comments after-the-fact in BK, which git
doesn't apply.
he syntax is
dotest [-q] mailbox [signoff]
so the command line operates exactly as you're used to. If you supply
the -q it will query before applying (I also added the [a]pply all the
rest option). If the signoff file is absent, no signoff line gets
added.
There's also one addition in this: a checkout-cache line. I added that
for poor saps like me whose laptop takes minutes to checkout a full
build tree, so I can run dotest in a directory with no checked out
files.
This makes "dotest" a lot nicer to sue, especially for people who were
used to editing the commit comments after-the-fact in BK, which git
doesn't apply.
he syntax is
dotest [-q] mailbox [signoff]
so the command line operates exactly as you're used to. If you supply
the -q it will query before applying (I also added the [a]pply all the
rest option). If the signoff file is absent, no signoff line gets
added.
There's also one addition in this: a checkout-cache line. I added that
for poor saps like me whose laptop takes minutes to checkout a full
build tree, so I can run dotest in a directory with no checked out
files.
applypatch | diff | blob | history | |
dotest | diff | blob | history |