gitftp icon indicating copy to clipboard operation
gitftp copied to clipboard

Browse git over anonymous FTP

Results 11 gitftp issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the good example of browsing a git repository. Your code is about browsing a repository which is available local. My problem is howto browse a remote repository...

Hello, Is possible changing this for ssh? only file acess not runing instructions. Or meybe creating fuse?

In git_revparse_single I do some `(git_object **)` casts. Is this portable? Can pointers to different structs be portably casted?

Back in 01aa024 the server would revwalk to find which ancestral commit introduced the blob for each tree entry, and used that commit time as modification time for the file....

Useful for a code forge that wants to use a single instance of the ftp server for exposing many people's repositories.

Note the time and remote address of each action. Use a format that log aggregators understand.

I believe there may be a whitelist of values for this response. Clients are truncating characters from what I'm returning now.

FTP clients can ask what features the server supports. Give them an up to date list.

`ncftpls` sends a flag when requesting a list to recurse through all subdirectories. We can use `git_tree_walk` from libgit2 in this case to go through everything to avoid roundtrips for...