commit | a5460eb7bb3ccef599adce87a620a3b89c7eb5df | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Wed Nov 21 18:20:57 2007 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Wed Nov 21 20:11:11 2007 -0800 |
tree | f3f4589d2793c3bb4fc4f3188aa2a2b7131c9256 | |
parent | 8b014d7157d29ce76b0f631e19c6e2ce9aeb2366 [diff] |
git-svn: allow `info' command to work offline Cache the repository root whenever we connect to the repository. This will allow us to notice URL changes if the user changes the URL in .git/config, too. If the repository is no longer accessible, or if `git svn info' is the first and only command run; then '(offline)' will be displayed for "Repository Root:" in the output. Signed-off-by: Eric Wong <normalperson@yhbt.net>