Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ezyang/git-ftp
/ functions
Functions
19 in github.com/ezyang/git-ftp
⨍
Functions
19
◇
Types & classes
6
↓ 14 callers
Function
is_ignored
(path, regex)
git-ftp.py:89
↓ 5 callers
Function
split_pattern
(path)
git-ftp.py:80
↓ 2 callers
Function
ask_ok
(prompt, retries=4, complaint='Yes or no, please!')
git-ftp.py:481
↓ 2 callers
Function
boolish
(s)
git-ftp.py:473
↓ 2 callers
Function
get_empty_tree
(repo)
git-ftp.py:336
↓ 2 callers
Function
parse_ftpignore
(rawPatterns)
git-ftp.py:188
↓ 1 callers
Function
configure_logging
(options)
git-ftp.py:238
↓ 1 callers
Function
format_mode
(mode)
git-ftp.py:248
↓ 1 callers
Function
generate_parent_dirs
(x)
git-ftp.py:383
↓ 1 callers
Function
get_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 callers
Function
is_ignored_path
Returns true if a filepath is ignored by gitftpignore.
git-ftp.py:437
↓ 1 callers
Function
is_special_file
Returns true if a file is some special Git metadata and not content.
git-ftp.py:447
↓ 1 callers
Function
main
()
git-ftp.py:125
↓ 1 callers
Function
parse_args
()
git-ftp.py:198
↓ 1 callers
Function
upload_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 callers
Function
upload_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
Method
test_is_ignored
(self)
git-ftp-test.py:42
Method
test_parse_ftpignore
(self)
git-ftp-test.py:14
Method
test_split_pattern
(self)
git-ftp-test.py:35