I have patch: diff --git a/t b/t index ced22c4..992533b 100644 --- a/t +++ b/t @@ -1,2 +1,2 @@ asdf -asdf \ No newline at end of file +asdf When I commit it I do not see it at log: commit 1efee9908a734c40194ffc07e7793afd2e386fbc Author: x Date: Wed Sep 7 11:09:04 2016 +0300 asdf commit 4f429665850cb929f73f1463bedd978dd8b68009 Author: x Date: Wed Sep 7 11:05:20 2016 +0300 asdf diff --git a/t b/t new file mode 100644 index 0000000..ced22c4 --- /dev/null +++ b/t @@ -0,0 +1,2 @@ +asdf +asdf \ No newline at end of file Why I do not see changes at log when 'new line' was added at the end of file?