| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/capabilities' | Junio C Hamano | 2012-08-29 | 1 | -9/+36 |
|\ |
|
| * | parse_feature_request: make it easier to see feature values | Jeff King | 2012-08-13 | 1 | -9/+36 |
* | | Merge branch 'hv/remote-end-hung-up' | Junio C Hamano | 2012-07-04 | 1 | -1/+17 |
|\ \ |
|
| * | | remove the impression of unexpectedness when access is denied | Heiko Voigt | 2012-06-19 | 1 | -1/+17 |
* | | | git: Wrong parsing of ssh urls with IPv6 literals ignores port | René Scharfe | 2012-06-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | server_supports(): parse feature list more carefully | Junio C Hamano | 2012-01-08 | 1 | -2/+21 |
* | | Merge branch 'jk/git-prompt' | Junio C Hamano | 2011-12-22 | 1 | -44/+0 |
|\ \ |
|
| * | | move git_getpass to its own source file | Jeff King | 2011-12-12 | 1 | -44/+0 |
* | | | Merge branch 'ew/keepalive' | Junio C Hamano | 2011-12-19 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | enable SO_KEEPALIVE for connected TCP sockets | Eric Wong | 2011-12-05 | 1 | -0/+13 |
| | |/
| |/| |
|
| * | | Merge branch 'dz/connect-error-report' into maint | Junio C Hamano | 2011-09-11 | 1 | -14/+11 |
| |\ \ |
|
* | | | | connect.c: drop path_match functionjk/fetch-no-tail-match-refs | Jeff King | 2011-12-13 | 1 | -21/+0 |
* | | | | drop "match" parameter from get_remote_heads | Jeff King | 2011-12-13 | 1 | -3/+0 |
| |_|/
|/| | |
|
* | | | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 1 | -1/+1 |
* | | | connect: only log if all attempts failed (ipv4) | Erik Faye-Lund | 2011-08-01 | 1 | -13/+10 |
* | | | Merge branch 'maint' into ef/ipv4-connect-error-report | Junio C Hamano | 2011-08-01 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | connect: correctly number ipv6 network adapter | Erik Faye-Lund | 2011-08-01 | 1 | -1/+1 |
* | | Do not log unless all connect() attempts fail | Dave Zarzycki | 2011-07-14 | 1 | -14/+11 |
|/ |
|
* | Merge branch 'jk/git-connection-deadlock-fix' | Junio C Hamano | 2011-05-19 | 1 | -14/+21 |
|\ |
|
| * | connect: let callers know if connection is a socket | Jeff King | 2011-05-16 | 1 | -1/+6 |
| * | connect: treat generic proxy processes like ssh processes | Jeff King | 2011-05-16 | 1 | -13/+15 |
* | | 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-05-31 | 1 | -1/+1 |
* | | | decode file:// and ssh:// URLs | Jeff King | 2010-05-24 | 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-04 | 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-24 | 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-17 | 1 | -54/+29 |
| |/ / |
|
* | | | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 | 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-23 | 1 | -0/+1 |
|\ \ |
|
| * | | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 2009-11-20 | 1 | -0/+1 |
| |/ |
|
* | | Move "get_ack()" back to fetch-pack | Shawn O. Pearce | 2009-10-30 | 1 | -21/+0 |
|/ |
|
* | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 2009-08-31 | 1 | -1/+1 |
* | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 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-10 | 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 |