From: Jonathan Nieder Date: Sat, 20 Nov 2010 00:49:55 +0000 (-0600) Subject: vcs-svn: Replace = Delete + Add X-Git-Tag: v1.7.5-rc0~104^2~1^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6ee4a9be48ee714ddacf313a7073dabdd6c6ee11?ds=inline;hp=6ee4a9be48ee714ddacf313a7073dabdd6c6ee11 vcs-svn: Replace = Delete + Add Simplify by reducing the "Node-action: replace" case to "Node-action: add". This way, the main part of handle_node() only has to deal with "add" and "change" nodes. Functional change: replacing a symlink or executable without setting properties will reset the mode. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---