Merge branch 'fc/fast-export-persistent-marks'
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:48:28 +0000 (15:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:48:28 +0000 (15:48 -0700)
Optimization for fast-export by avoiding unnecessarily resolving
arbitrary object name and parsing object when only presence and
type information is necessary, etc.

* fc/fast-export-persistent-marks:
fast-{import,export}: use get_sha1_hex() to read from marks file
fast-export: don't parse commits while reading marks file
fast-export: do not parse non-commit objects while reading marks file

1  2 
fast-import.c
diff --cc fast-import.c
Simple merge