You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: "Send objects packed back to git-fetch-pack",
11
+
Run: func(cmd*cobra.Command, args []string) {},
12
+
GroupID: groups[group_low_level_synching].ID,
13
+
}
14
+
15
+
funcinit() {
16
+
carapace.Gen(uploadPackCmd).Standalone()
17
+
18
+
uploadPackCmd.Flags().Bool("http-backend-info-refs", false, "Used by git-http-backend(1) to serve up $GIT_URL/info/refs?service=git-upload-pack requests")
19
+
uploadPackCmd.Flags().Bool("stateless-rpc", false, "Perform only a single read-write cycle with stdin and stdout")
20
+
uploadPackCmd.Flags().Bool("strict", false, "Do not try <directory>/.git/ if <directory> is not a Git directory")
21
+
uploadPackCmd.Flags().String("timeout", "", "Interrupt transfer after <n> seconds of inactivity")
0 commit comments