Daniel Quinlan wrote:
> 4. If the robot likes the patch, it will create a unique identifier
>    (i.e. "KP7562") and prepend a log entry to the body of the patch:
> 
>     --- linux/Documentation/patch-log     Tue Aug 29 17:24:37 2000
>     +++ linux/Documentation/patch-log     Tue Aug 29 17:24:44 2000
>     @@ -1 +1,3 @@
>     +Applied patch KP7562 (2000/08/30)
>     +   Synopsis: <short description> (<author>)
>     +

Marking the patch 'Applied' before it's actually applied is
confusing.  How about just:

    --- linux/Documentation/patch-log     Tue Aug 29 17:24:37 2000
    +++ linux/Documentation/patch-log     Tue Aug 29 17:24:44 2000
    @@ -1 +1,3 @@
    +Patch KP7562 (2000/08/30)
    +   Synopsis: <short description> (<author>)
    +

--
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to