121 Commits (d83a831bf4eca748f159b326d5a2562085013900)

Author SHA1 Message Date
Johannes Schindelin 8713feb16d Make sure that git_getpass() never returns NULL 14 years ago
Knut Franke 90e87b017f Allow core.askpass to override SSH_ASKPASS. 14 years ago
Anselm Kruis d3e7da8979 Add a new option 'core.askpass'. 14 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Jeff King 9d2e942070 decode file:// and ssh:// URLs 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Giuseppe Bilotta 48a7c1c49d Refactor list of of repo-local env vars 15 years ago
Michael Lukashov 72a534dab0 connect.c: move duplicated code to a new function 'get_host_and_port' 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Ilari Liusvaara 9aa5053d9f Allow use of []-wrapped addresses in git:// 15 years ago
Johannes Sixt 4cfb2a44bb git_connect: use use_shell instead of explicit "sh", "-c" 15 years ago
Christian Couder 6476b38b1f replace: use a GIT_NO_REPLACE_OBJECTS env variable 15 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 15 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Shawn O. Pearce 73bb33a94e daemon: Strictly parse the "extra arg" part of the command 16 years ago
Edward Z. Yang 36ad53ffee connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows 16 years ago
Benjamin Kramer 785a985749 connect: replace inet_ntop with getnameinfo 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Erik Faye-Lund 15112c9599 connect.c: remove a few globals by using git_config callback data 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
René Scharfe 8f1482536a connect.c: stricter port validation, silence compiler warning 16 years ago
Tom Preston-Werner a807328979 connect.c: add a way for git-daemon to pass an error back to client 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
René Scharfe b0b44bc7b2 use alloc_ref_from_str() everywhere 16 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 16 years ago
Johannes Sixt be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Junio C Hamano c64b9ad0fc connect.c: guard config parser from value=NULL 17 years ago
Johannes Schindelin fb32c9172a Fix "git clone" for git:// protocol 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Johannes Sixt f364cb8823 Use start_command() in git_connect() instead of explicit fork/exec. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Junio C Hamano 90446a0009 bundle transport: fix an alloc_ref() call 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Luben Tuikov 2e7766655a URL: allow port specification in ssh:// URLs 17 years ago
Linus Torvalds 72a4f4b657 connect: accept file:// URL scheme 18 years ago
Daniel Barkalow dfd255dd1a Add allocation and freeing functions for struct refs 18 years ago
Alex Riesen 7cbf2f24ee Do not use h_errno after connect(2): the function does not set it 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Alex Riesen ba505322a4 Verbose connect messages to show the IP addresses used 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Linus Torvalds 608d48b220 Fix "getaddrinfo()" buglet 18 years ago
Shawn O. Pearce 15a1c01263 Use run_command for proxy connections 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago