diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-19 13:22:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-19 13:22:21 -0700 |
commit | 566fdaf611f44724120412a43132c07b020fc4f1 (patch) | |
tree | 4b8d056b29834761c79fd250a5c38ab3bfd1ab0d /Documentation/config.txt | |
parent | Merge branch 'jk/test-match-signal' (diff) | |
parent | fetch: reduce duplicate in ref update status lines with placeholder (diff) | |
download | tgif-566fdaf611f44724120412a43132c07b020fc4f1.tar.xz |
Merge branch 'nd/fetch-ref-summary'
Improve the look of the way "git fetch" reports what happened to
each ref that was fetched.
* nd/fetch-ref-summary:
fetch: reduce duplicate in ref update status lines with placeholder
fetch: align all "remote -> local" output
fetch: change flag code for displaying tag update and deleted ref
fetch: refactor ref update status formatting code
git-fetch.txt: document fetch output
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 226c12a154..e455faeb23 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1243,6 +1243,11 @@ fetch.prune:: If true, fetch will automatically behave as if the `--prune` option was given on the command line. See also `remote.<name>.prune`. +fetch.output:: + Control how ref update status is printed. Valid values are + `full` and `compact`. Default value is `full`. See section + OUTPUT in linkgit:git-fetch[1] for detail. + format.attach:: Enable multipart/mixed attachments as the default for 'format-patch'. The value can also be a double quoted string |