diff options
author | Gustaf Hendeby <hendeby@isy.liu.se> | 2008-05-05 00:33:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-05 16:54:16 -0700 |
commit | da060c67ae5653e5bc59196ff3dbedb7f8faa594 (patch) | |
tree | 1b36e052a1ef8a1645a9ab40edc5e25b0f7584bc /Documentation/git-svn.txt | |
parent | c4c66b2669113dd7c36d660b5294066d8435bd0f (diff) | |
download | git-da060c67ae5653e5bc59196ff3dbedb7f8faa594.tar.gz git-da060c67ae5653e5bc59196ff3dbedb7f8faa594.tar.xz |
Documentation: Add create-ignore to git svn manual
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index bec9accc8..f4ba1056f 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -188,6 +188,12 @@ All arguments are passed directly to `git blame'. commit. All merging is assumed to have taken place independently of git-svn functions. +'create-ignore':: + + Recursively finds the svn:ignore property on directories and + creates matching .gitignore files. The resulting files are staged to + be committed, but are not committed. + 'show-ignore':: Recursively finds and lists the svn:ignore property on directories. The output is suitable for appending to |