fast-import: exit with proper message if not a git dir
git fast-import expects to be run from an existing (possibly empty) repository. It was dying with a suboptimal message if that wasn't the case. Signed-off-by: Jean-Luc Herren <jlh@gmx.ch> Acked-by: Shawn O. Pearce <spearce@spearce.org>maint
parent
c0b48ad777
commit
733ee2b7a9
|
@ -2377,6 +2377,7 @@ int main(int argc, const char **argv)
|
|||
{
|
||||
unsigned int i, show_stats = 1;
|
||||
|
||||
setup_git_directory();
|
||||
git_config(git_pack_config);
|
||||
if (!pack_compression_seen && core_compression_seen)
|
||||
pack_compression_level = core_compression_level;
|
||||
|
|
Loading…
Reference in New Issue