summaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:08:22 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:16:11 -0700
commit4ff0403e82e7de5e7840d487efce54626e4e24fa (patch)
tree240e1f47ff1051533f2e2147ed77a268befaf840 /cmd.go
parent3115a98bdf713ff0f0f1c7e471cf452a48e466e8 (diff)
Bring up to git.git commit b8f50e5b60e2654fcbf5f72b682635ee2e624923
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 7b7e122..e4aa43e 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.23.0.
+// This is up-to-date with full syntax supported by git v2.24.0.
package libfastimport
type fiReader interface {