On 4 March 2012 13:31, <jeremiah.do...@gmail.com> wrote: > To expand on this a little bit, as a bit of an outsider to this > community, but a heavy user of git, there isn't much (if anything) in > the way of information that is given by use of keywords in this manner > that you can't get from the VCS with minimal effort. > > I have also never seen them used in the git world, although I'm sure > they are by some people. If someone has a solid use-case for them, I'd > love to hear it. >
Yes. The reason is that unlike SVN where any query must be made from a remote, in git all the history is right there locally, so any meta information you could possibly want about any file, at any point in history for that matter is immediately available. I too really missed the SVN keywords when I switched from subversion but I quickly came to see they are not useful in the GIT paradigm. Hope that helps. Drak