diff options
author | 2013-05-11 11:09:00 -0700 | |
---|---|---|
committer | 2013-05-11 11:09:00 -0700 | |
commit | 9249175291a00f4984f87107119a3e11e0a092a6 (patch) | |
tree | 74ea57fa7958a807f43922c34273ef110dccaa2b /contrib | |
parent | Sync with v1.8.2.3 (diff) | |
parent | git-svn: added an --include-path flag (diff) | |
download | tgif-9249175291a00f4984f87107119a3e11e0a092a6.tar.xz |
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn:
git-svn: added an --include-path flag
Git::SVN::*: add missing "NAME" section to perldoc
git-svn: avoid self-referencing mergeinfo
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b97162f381..a98c2fd2de 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2451,7 +2451,7 @@ _git_svn () --no-metadata --use-svm-props --use-svnsync-props --log-window-size= --no-checkout --quiet --repack-flags --use-log-author --localtime - --ignore-paths= $remote_opts + --ignore-paths= --include-paths= $remote_opts " local init_opts=" --template= --shared= --trunk= --tags= |