On Friday, 14 March 2014 at 14:39:37 UTC, H. S. Teoh wrote:
I believe the point is to let the user *selectively* apply the diffs. A VCS doesn't help you in that area -- you either apply the entire set
of changes, or nothing at all (at least within a single file).


T

This is not true. git allows you to add separate changes from a single file into different change sets (git add -i)

Reply via email to