I have a requirement to report which specific files are updated during a 
merge. 

What I currently do is:
git merge -v --no-commit --no-ff' bname

That tells me about deletes but nothing else

Then I do 
git commit -m "Merge bname

I've tried adding -v to both with no joy.

I need this information to reduce the amount of copying that we're doing 
when a merge completes as we keep a non-git copy for auditing.

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/18fb0789-721e-4e56-a142-3e0a0a079abd%40googlegroups.com.

Reply via email to