]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
fast-import: add feature command
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 4 Dec 2009 17:06:56 +0000 (18:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 00:08:55 +0000 (16:08 -0800)
commitf963bd5d71fd0db01f2c7f6f05df5a5f1af11b82
tree10a97ef1fa436394924de0a1abe52a4522b367f5
parent07cd9328b6256d3fdc05546e10c589144b5c63c5
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>
Documentation/git-fast-import.txt
fast-import.c
t/t9300-fast-import.sh