From: Junio C Hamano Date: Mon, 3 Aug 2015 18:01:23 +0000 (-0700) Subject: Merge branch 'mh/fast-import-get-mark' X-Git-Tag: v2.6.0-rc0~98 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0d503433f99916f727b8ce75be957ee650a4095?hp=-c Merge branch 'mh/fast-import-get-mark' "git fast-import" learned to respond to the get-mark command via its cat-blob-fd interface. * mh/fast-import-get-mark: fast-import: add a get-mark command --- c0d503433f99916f727b8ce75be957ee650a4095 diff --combined Documentation/git-fast-import.txt index fd32895255,c19b9ce557..66910aa2fa --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@@ -42,19 -42,19 +42,19 @@@ OPTION --quiet:: Disable all non-fatal output, making fast-import silent when it is successful. This option disables the output shown by - \--stats. + --stats. --stats:: Display some basic statistics about the objects fast-import has created, the packfiles they were stored into, and the memory used by fast-import during this run. Showing this output - is currently the default, but can be disabled with \--quiet. + is currently the default, but can be disabled with --quiet. Options for Frontends ~~~~~~~~~~~~~~~~~~~~~ --cat-blob-fd=:: - Write responses to `cat-blob` and `ls` queries to the + Write responses to `get-mark`, `cat-blob`, and `ls` queries to the file descriptor instead of `stdout`. Allows `progress` output intended for the end-user to be separated from other output. @@@ -81,12 -81,12 +81,12 @@@ Locations of Marks File have been completed, or to save the marks table across incremental runs. As is only opened and truncated at checkpoint (or completion) the same path can also be - safely given to \--import-marks. + safely given to --import-marks. --import-marks=:: Before processing any input, load the marks specified in . The input file must exist, must be readable, and - must use the same format as produced by \--export-marks. + must use the same format as produced by --export-marks. Multiple options may be supplied to import more than one set of marks. If a mark is defined to different values, the last file wins. @@@ -179,8 -179,8 +179,8 @@@ fast-forward update, fast-import will s prints a warning message. fast-import will always attempt to update all branch refs, and does not stop on the first failure. -Branch updates can be forced with \--force, but it's recommended that -this only be used on an otherwise quiet repository. Using \--force +Branch updates can be forced with --force, but it's recommended that +this only be used on an otherwise quiet repository. Using --force is not necessary for an initial import into an empty repository. @@@ -231,11 -231,11 +231,11 @@@ Date Format ~~~~~~~~~~~~ The following date formats are supported. A frontend should select the format it will use for this import by passing the format name -in the \--date-format= command-line option. +in the --date-format= command-line option. `raw`:: This is the Git native format and is `