From 8c1f22da9f8124dfabb5da8476845250b5c35ae8 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 5 Feb 2007 16:05:11 -0500 Subject: [PATCH] Include checkpoint command in the BNF. This command isn't encouraged (as its slow) but it does exist and is accepted, so it still should be covered in the BNF. Signed-off-by: Shawn O. Pearce --- fast-import.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fast-import.c b/fast-import.c index f62a5a9f6c..1559f9c0ff 100644 --- a/fast-import.c +++ b/fast-import.c @@ -7,6 +7,7 @@ Format of STDIN stream: | new_commit | new_tag | reset_branch + | checkpoint ; new_blob ::= 'blob' lf -- GitLab