···2--no-all::
3 Fetch all remotes, except for the ones that has the
4 `remote.<name>.skipFetchAll` configuration variable set.
5- This overrides the configuration variable fetch.all`.
67-a::
8--append::
···2--no-all::
3 Fetch all remotes, except for the ones that has the
4 `remote.<name>.skipFetchAll` configuration variable set.
5+ This overrides the configuration variable `fetch.all`.
67-a::
8--append::
+1-1
Documentation/git-fast-import.adoc
···647+
648Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
649set by a prior `blob` command, or a full 40-byte SHA-1 of an
650-existing Git blob object. If `<mode>` is `040000`` then
651`<dataref>` must be the full 40-byte SHA-1 of an existing
652Git tree object or a mark reference set with `--import-marks`.
653
···647+
648Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
649set by a prior `blob` command, or a full 40-byte SHA-1 of an
650+existing Git blob object. If `<mode>` is `040000` then
651`<dataref>` must be the full 40-byte SHA-1 of an existing
652Git tree object or a mark reference set with `--import-marks`.
653
+1-1
Documentation/git-multi-pack-index.adoc
···29--no-progress::
30 Turn progress on/off explicitly. If neither is specified, progress is
31 shown if standard error is connected to a terminal. Supported by
32- sub-commands `write`, `verify`, `expire`, and `repack.
3334The following subcommands are available:
35
···29--no-progress::
30 Turn progress on/off explicitly. If neither is specified, progress is
31 shown if standard error is connected to a terminal. Supported by
32+ sub-commands `write`, `verify`, `expire`, and `repack`.
3334The following subcommands are available:
35