Git 2.19 Improves Diff, Branch, and Grep, and More
InfoQ.com Git diff is now able to correctly mark as new the path of files added with intent-to-add . The intent-to-add bit can be used with the git add command, e.g., git add --intent-to-add <file> , to add an empty file to the working tree. This is mostly ... |