index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
connect.c
Commit message (
Expand
)
Author
Age
*
Make sure that git_getpass() never returns NULL
Johannes Schindelin
2010-09-30
*
Allow core.askpass to override SSH_ASKPASS.
Knut Franke
2010-08-31
*
Add a new option 'core.askpass'.
Anselm Kruis
2010-08-31
*
Merge branch 'gv/portable'
Junio C Hamano
2010-06-21
|
\
|
*
enums: omit trailing comma for portability
Gary V. Vaughan
2010-05-31
*
|
decode file:// and ssh:// URLs
Jeff King
2010-05-24
|
/
*
Merge branch 'fl/askpass'
Junio C Hamano
2010-03-20
|
\
|
*
git-core: Support retrieving passwords with GIT_ASKPASS
Frank Li
2010-03-04
*
|
Merge branch 'gb/maint-submodule-env'
Junio C Hamano
2010-03-07
|
\
\
|
*
|
Refactor list of of repo-local env vars
Giuseppe Bilotta
2010-02-24
*
|
|
Merge branch 'ml/connect-refactor'
Junio C Hamano
2010-03-02
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
connect.c: move duplicated code to a new function 'get_host_and_port'
Michael Lukashov
2010-02-17
|
|
/
*
|
Typofixes outside documentation area
Junio C Hamano
2010-02-03
|
/
*
Merge branch 'il/maint-colon-address'
Junio C Hamano
2010-01-27
|
\
|
*
Allow use of []-wrapped addresses in git://
Ilari Liusvaara
2010-01-26
*
|
git_connect: use use_shell instead of explicit "sh", "-c"
Johannes Sixt
2010-01-25
*
|
Merge branch 'cc/replace'
Junio C Hamano
2009-11-23
|
\
\
|
*
|
replace: use a GIT_NO_REPLACE_OBJECTS env variable
Christian Couder
2009-11-20
|
|
/
*
|
Move "get_ack()" back to fetch-pack
Shawn O. Pearce
2009-10-30
|
/
*
Style fixes, add a space after if/for/while.
Brian Gianforcaro
2009-08-31
*
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-20
*
Merge branch 'sp/msysgit'
Junio C Hamano
2009-06-13
|
\
|
*
connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
Edward Z. Yang
2009-06-01
*
|
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
2009-06-06
|
/
*
connect: replace inet_ntop with getnameinfo
Benjamin Kramer
2009-04-25
*
Remove unused assignments
Benjamin Kramer
2009-03-14
*
connect.c: remove a few globals by using git_config callback data
Erik Faye-Lund
2009-03-10
*
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
*
connect.c: stricter port validation, silence compiler warning
René Scharfe
2008-12-21
*
connect.c: add a way for git-daemon to pass an error back to client
Tom Preston-Werner
2008-11-02
*
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
2008-10-18
*
use alloc_ref_from_str() everywhere
René Scharfe
2008-10-18
*
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
2008-09-09
*
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
2008-08-31
*
Windows: Disambiguate DOS style paths from SSH URLs.
Johannes Sixt
2008-06-26
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
*
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
*
Merge branch 'db/no-separate-ls-remote-connection' (early part)
Junio C Hamano
2008-02-11
|
\
|
*
Fix "git clone" for git:// protocol
Johannes Schindelin
2008-02-09
*
|
connect.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
|
/
*
Miscellaneous const changes and utilities
Daniel Barkalow
2007-11-02
*
Use start_command() in git_connect() instead of explicit fork/exec.
Johannes Sixt
2007-10-21
*
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
2007-10-21
*
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
2007-10-16
|
\
|
*
sq_quote_argv and add_to_string rework with strbuf's.
Pierre Habouzit
2007-09-21
|
*
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-18
*
|
bundle transport: fix an alloc_ref() call
Junio C Hamano
2007-09-29
|
/
*
URL: allow port specification in ssh:// URLs
Luben Tuikov
2007-09-01
*
connect: accept file:// URL scheme
Linus Torvalds
2007-08-01
*
Add allocation and freeing functions for struct refs
Daniel Barkalow
2007-07-09
[next]