You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/01/04 09:57:02 UTC

svn commit: r1820045 - /subversion/trunk/tools/client-side/bash_completion

Author: julianfoad
Date: Thu Jan  4 09:57:02 2018
New Revision: 1820045

URL: http://svn.apache.org/viewvc?rev=1820045&view=rev
Log:
* tools/client-side/bash_completion: Add the new '--password-from-stdin' option.

Modified:
    subversion/trunk/tools/client-side/bash_completion

Modified: subversion/trunk/tools/client-side/bash_completion
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/bash_completion?rev=1820045&r1=1820044&r2=1820045&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/bash_completion (original)
+++ subversion/trunk/tools/client-side/bash_completion Thu Jan  4 09:57:02 2018
@@ -845,6 +845,7 @@ _svn()
 
 	# otherwise build possible options for the command
 	pOpts="--username --password --no-auth-cache --non-interactive \
+	       --password-from-stdin \
 	       --trust-server-cert-failures \
 	       --force-interactive"
 	mOpts="-m --message -F --file --encoding --force-log --with-revprop"