In a local Git repository for a project, when the git log --stat
command is issued, the following is a sample of lines that are outputted:
The last 2 lines look normal but why do the first 2 lines show Bin 0 -> ___ bytes
? Those 2 files were scripted out of a MS SQL Server database using SQL Server Management Studio and consist of INSERT
statements to populate database tables with data. They are both around 1,950 lines long, if that matters. Also, this is on a Windows 10 machine. I would've expected them to be handled the same way as other .sql files (like the last 2 on the list).