We are migrating from SVN to GIT and in SVN we have a revision number which we are using to get the list of files changed up to a given HEAD version using ant scripts.
How can we do this in a similar way for GIT?
Thanks in advance,
Devidutta Panda