···11--[no-]all::
22 Fetch all remotes, except for the ones that has the
33 `remote.<name>.skipFetchAll` configuration variable set.
44- This overrides the configuration variable fetch.all`.
44+ This overrides the configuration variable `fetch.all`.
5566-a::
77--append::
+1-1
Documentation/git-fast-import.adoc
···644644+
645645Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
646646set by a prior `blob` command, or a full 40-byte SHA-1 of an
647647-existing Git blob object. If `<mode>` is `040000`` then
647647+existing Git blob object. If `<mode>` is `040000` then
648648`<dataref>` must be the full 40-byte SHA-1 of an existing
649649Git tree object or a mark reference set with `--import-marks`.
650650
+1-1
Documentation/git-multi-pack-index.adoc
···2828--[no-]progress::
2929 Turn progress on/off explicitly. If neither is specified, progress is
3030 shown if standard error is connected to a terminal. Supported by
3131- sub-commands `write`, `verify`, `expire`, and `repack.
3131+ sub-commands `write`, `verify`, `expire`, and `repack`.
32323333The following subcommands are available:
3434