Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2024-01-15 05:56:31 +0300
committerWill Chandler <wchandler@gitlab.com>2024-01-22 17:21:21 +0300
commit203cf24398c04a9d955bcf979a89eaf230603974 (patch)
tree1cb31da3968b21d8aeda70e5d2425444d4b609e3
parent41d2c45b64120f025404c71ca966f1930787d4ce (diff)
git: Add filter-repo subcommand
Add git-filter-repo(1) as a recognized subcommand.
-rw-r--r--internal/git/command_description.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/git/command_description.go b/internal/git/command_description.go
index 262402e3b..0432bcc38 100644
--- a/internal/git/command_description.go
+++ b/internal/git/command_description.go
@@ -131,6 +131,9 @@ var commandDescriptions = map[string]commandDescription{
}, fetchFsckConfiguration(ctx)...), packConfiguration(ctx)...)
},
},
+ "filter-repo": {
+ flags: scNoEndOfOptions,
+ },
"for-each-ref": {
flags: scNoRefUpdates,
},