diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-02-09 16:40:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-09 16:40:12 -0800 |
commit | a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707 (patch) | |
tree | 8a4b75f257082a2361eb75d963a7bc8546bbfc07 /Documentation | |
parent | Documentation/merge subtree How-To: fix typo (diff) | |
parent | fast-import: introduce "feature notes" command (diff) | |
download | tgif-a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707.tar.xz |
Merge branch 'maint-1.7.0' into maint
* maint-1.7.0:
fast-import: introduce "feature notes" command
fast-import: clarify documentation of "feature" command
Conflicts:
Documentation/git-fast-import.txt
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-import.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 4415e63635..02bb49886c 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -948,6 +948,13 @@ cat-blob:: rather than wasting time on the early part of an import before the unsupported command is detected. +notes:: + Require that the backend support the 'notemodify' (N) + subcommand to the 'commit' command. + Versions of fast-import not supporting notes will exit + with a message indicating so. + + `option` ~~~~~~~~ Processes the specified option so that git fast-import behaves in a |