diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-05 16:05:11 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-05 16:05:11 -0500 |
commit | 8c1f22da9f8124dfabb5da8476845250b5c35ae8 (patch) | |
tree | d4f79e99dd198612748fba05fd19593becf1d0a8 /fast-import.c | |
parent | 76db9dec8132d4377f6c32e4d45eb75fa0cc7a9a (diff) | |
download | git-8c1f22da9f8124dfabb5da8476845250b5c35ae8.tar.gz git-8c1f22da9f8124dfabb5da8476845250b5c35ae8.tar.xz |
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 <spearce@spearce.org>
Diffstat (limited to 'fast-import.c')
-rw-r--r-- | fast-import.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fast-import.c b/fast-import.c index f62a5a9f6..1559f9c0f 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 |