From: Julian Phillips Date: Sat, 20 Oct 2007 16:15:38 +0000 (+0100) Subject: fast-import: Fix argument order to die in file_change_m X-Git-Tag: v1.5.3.5~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2005dbe2a4e3eba5ecddb7d3c46339d2bc1241d4?hp=2005dbe2a4e3eba5ecddb7d3c46339d2bc1241d4 fast-import: Fix argument order to die in file_change_m The arguments to the "Not a blob" die call in file_change_m were transposed, so that the command was printed as the type, and the type as the command. Switch them around so that the error message comes out correctly. Signed-off-by: Julian Phillips Signed-off-by: Shawn O. Pearce ---