diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2021-02-01 17:39:57 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2021-02-01 18:16:11 -0700 |
commit | 931930c001ffb8ac7c88414bcb0f1913e4681d63 (patch) | |
tree | 0f18c81da59d77a047ece179b3a8e7cad18ddec5 /frontend.go | |
parent | b7bd3adf84ed5f5c18b659973a0539d611a61230 (diff) |
Bring up to git.git commit cf7b857a77bda6a9a93e2cde2f6ae1764e7a2517
Diffstat (limited to 'frontend.go')
-rw-r--r-- | frontend.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend.go b/frontend.go index 5ae6bd9..e920a1e 100644 --- a/frontend.go +++ b/frontend.go @@ -41,8 +41,8 @@ func (e UnsupportedCommand) Error() string { // The parser is a bit more forgiving than git's own parser. It // allows extra newlines anywhere it allows comments, whereas git's // own parser is quite strict about newlines. It allows 'cat-blob' -// commands anywhere it allows comments, which git used to allow, but -// was made stricter in git v2.22.0. +// and 'get-mark' commands anywhere it allows comments, which git used +// to allow, but was made stricter in git v2.22.0. type Frontend struct { fastImport *parser catBlobWrite *textproto.CatBlobWriter |