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