diff options
author | Eric Wong <normalperson@yhbt.net> | 2007-02-09 02:45:03 -0800 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2007-02-23 00:57:11 -0800 |
commit | 0bed5eaa0edc3a2dfa0d5910ff1fb280539b242d (patch) | |
tree | 2c3c04018fb49248a448093f2e0dde5b04b068e9 /Documentation/git-svn.txt | |
parent | git-svn: remove some noisy debugging messages (diff) | |
download | tgif-0bed5eaa0edc3a2dfa0d5910ff1fb280539b242d.tar.xz |
git-svn: enable follow-parent functionality by default
--no-follow-parent disables and reverts it back to the old
default behavior of not following parents (if you don't care for
full history).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 2914042587..50dc6ac818 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -311,7 +311,8 @@ for more information on using GIT_SVN_ID. This is especially helpful when we're tracking a directory that has been moved around within the repository, or if we started tracking a branch and never tracked the trunk it was - descended from. + descended from. This feature is enabled by default, use + --no-follow-parent to disable it. config key: svn.followparent |