MCPcopy Create free account

hub / github.com/ezyang/git-ftp / functions

Functions19 in github.com/ezyang/git-ftp

↓ 14 callersFunctionis_ignored
(path, regex)
git-ftp.py:89
↓ 5 callersFunctionsplit_pattern
(path)
git-ftp.py:80
↓ 2 callersFunctionask_ok
(prompt, retries=4, complaint='Yes or no, please!')
git-ftp.py:481
↓ 2 callersFunctionboolish
(s)
git-ftp.py:473
↓ 2 callersFunctionget_empty_tree
(repo)
git-ftp.py:336
↓ 2 callersFunctionparse_ftpignore
(rawPatterns)
git-ftp.py:188
↓ 1 callersFunctionconfigure_logging
(options)
git-ftp.py:238
↓ 1 callersFunctionformat_mode
(mode)
git-ftp.py:248
↓ 1 callersFunctiongenerate_parent_dirs
(x)
git-ftp.py:383
↓ 1 callersFunctionget_ftp_creds
Retrieves the data to connect to the FTP from .git/ftpdata or interactively. ftpdata format example: [branch] username=
git-ftp.py:261
↓ 1 callersFunctionis_ignored_path
Returns true if a filepath is ignored by gitftpignore.
git-ftp.py:437
↓ 1 callersFunctionis_special_file
Returns true if a file is some special Git metadata and not content.
git-ftp.py:447
↓ 1 callersFunctionmain
()
git-ftp.py:125
↓ 1 callersFunctionparse_args
()
git-ftp.py:198
↓ 1 callersFunctionupload_blob
Uploads a blob. Pre-condition on ftp is that our current working directory is the root directory of the repository being uploaded (that
git-ftp.py:452
↓ 1 callersFunctionupload_diff
Upload and/or delete items according to a Git diff between two trees. upload_diff requires, that the ftp working directory is set to the ba
git-ftp.py:340
Methodtest_is_ignored
(self)
git-ftp-test.py:42
Methodtest_parse_ftpignore
(self)
git-ftp-test.py:14
Methodtest_split_pattern
(self)
git-ftp-test.py:35