git-svn.txt: replace .git with $GIT_DIR
commit6fe7a30aec23eb8082f00b614dde3603b0754646
authorKeshav Kini <keshav.kini@gmail.com>
Sun, 29 Sep 2013 23:45:59 +0000 (29 18:45 -0500)
committerEric Wong <normalperson@yhbt.net>
Thu, 10 Oct 2013 06:56:05 +0000 (10 06:56 +0000)
treeed8e5f4f25f7b5391e48f485ceda4bc864a9e2f3
parente618c3960a07ec411466ee5aa4e87ea091a72b94
git-svn.txt: replace .git with $GIT_DIR

As $GIT_DIR may not equal '.git', it's usually more generally correct to
refer to files in $GIT_DIR rather than in .git .

This will also allow me to link some of the occurrences of '.git' in
git-svn.txt to a new reference target inside this file in an upcoming
commit, because in AsciiDoc definitions apparently can't start with
a '.' character.

Signed-off-by: Keshav Kini <keshav.kini@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt