A fork of Git containing Microsoft-specific patches.
Перейти к файлу
James Bottomley ad4e9ce4f9 [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.
2005-04-20 08:23:00 -07:00
Makefile Add "applypatch" and "dotest" scripts to tie it all together. 2005-04-12 01:40:20 -07:00
applypatch [PATCH] make dotest more amenable to commit message editing 2005-04-20 08:23:00 -07:00
dotest [PATCH] make dotest more amenable to commit message editing 2005-04-20 08:23:00 -07:00
mailinfo.c Add "applypatch" and "dotest" scripts to tie it all together. 2005-04-12 01:40:20 -07:00
mailsplit.c Start of early patch applicator tools for git. 2005-04-11 23:46:50 -07:00