summaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 17:39:57 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:16:11 -0700
commit931930c001ffb8ac7c88414bcb0f1913e4681d63 (patch)
tree0f18c81da59d77a047ece179b3a8e7cad18ddec5 /cmd.go
parentb7bd3adf84ed5f5c18b659973a0539d611a61230 (diff)
Bring up to git.git commit cf7b857a77bda6a9a93e2cde2f6ae1764e7a2517
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd.go b/cmd.go
index d1358a8..7582b47 100644
--- a/cmd.go
+++ b/cmd.go
@@ -26,6 +26,8 @@
//
// 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.
package libfastimport
type fiReader interface {