author | Sverre Rabbelier <srabbelier@gmail.com> | |
Fri, 4 Dec 2009 17:06:56 +0000 (18:06 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Dec 2009 00:08:55 +0000 (16:08 -0800) | ||
commit | f963bd5d71fd0db01f2c7f6f05df5a5f1af11b82 | |
tree | 10a97ef1fa436394924de0a1abe52a4522b367f5 | tree | snapshot |
parent | 07cd9328b6256d3fdc05546e10c589144b5c63c5 | commit | diff |
fast-import: add feature command
This allows the fronted to require a specific feature to be supported
by the backend, or abort.
Also add support for four initial feature, date-format=, force=,
import-marks=, export-marks=.
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This allows the fronted to require a specific feature to be supported
by the backend, or abort.
Also add support for four initial feature, date-format=, force=,
import-marks=, export-marks=.
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.txt | diff | blob | history | |
fast-import.c | diff | blob | history | |
t/t9300-fast-import.sh | diff | blob | history |