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