summaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 17:49:52 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:16:11 -0700
commit08829058a1d436a2c2fb9cee88ef13a3d30ae3d4 (patch)
treec2eb8434f0c563ff80ab12b620a30d9dc7524afc /cmd.go
parent931930c001ffb8ac7c88414bcb0f1913e4681d63 (diff)
Bring up to git.git commit 3edfcc65fdfc708c1c8f1d314885eecf9beb9b67
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.go b/cmd.go
index 7582b47..7b7e122 100644
--- a/cmd.go
+++ b/cmd.go
@@ -27,7 +27,7 @@
// A program can read commands from a frontend by wrapping the
// appropriate io.Reader with a Frontend object.
//
-// This is up-to-date with full syntax supported by git v2.22.0.
+// This is up-to-date with full syntax supported by git v2.23.0.
package libfastimport
type fiReader interface {