1. a807328 connect.c: add a way for git-daemon to pass an error back to client by Tom Preston-Werner · 16 years ago
  2. 59c69c0 make alloc_ref_from_str() the new alloc_ref() by René Scharfe · 16 years ago
  3. b0b44bc use alloc_ref_from_str() everywhere by René Scharfe · 16 years ago
  4. 40c155f push: prepare sender to receive extended ref information from the receiver by Junio C Hamano · 17 years ago
  5. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  6. be50181 Windows: Disambiguate DOS style paths from SSH URLs. by Johannes Sixt · 17 years ago
  7. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  8. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  9. 40aab81 Merge branch 'db/no-separate-ls-remote-connection' (early part) by Junio C Hamano · 17 years ago
  10. c64b9ad connect.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  11. fb32c91 Fix "git clone" for git:// protocol by Johannes Schindelin · 17 years ago
  12. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  13. f364cb8 Use start_command() in git_connect() instead of explicit fork/exec. by Johannes Sixt · 17 years ago
  14. 98158e9 Change git_connect() to return a struct child_process instead of a pid_t. by Johannes Sixt · 17 years ago
  15. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  16. 90446a0 bundle transport: fix an alloc_ref() call by Junio C Hamano · 17 years ago
  17. 7a33bcb sq_quote_argv and add_to_string rework with strbuf's. by Pierre Habouzit · 17 years ago
  18. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  19. 2e77666 URL: allow port specification in ssh:// URLs by Luben Tuikov · 18 years ago
  20. 72a4f4b connect: accept file:// URL scheme by Linus Torvalds · 18 years ago
  21. dfd255d Add allocation and freeing functions for struct refs by Daniel Barkalow · 18 years ago
  22. 0305b63 Merge branch 'ei/worktree+filter' by Junio C Hamano · 18 years ago
  23. 7cbf2f2 Do not use h_errno after connect(2): the function does not set it by Alex Riesen · 18 years ago
  24. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  25. 892c41b introduce GIT_WORK_TREE to specify the work tree by Matthias Lederhofer · 18 years ago
  26. 322bcd9 Merge branch 'db/remote' by Junio C Hamano · 18 years ago
  27. ba50532 Verbose connect messages to show the IP addresses used by Alex Riesen · 18 years ago
  28. 6b62816 Move refspec parser from connect.c and cache.h to remote.{c,h} by Daniel Barkalow · 18 years ago
  29. 7841ce7 connect: display connection progress by Michael S. Tsirkin · 18 years ago
  30. 608d48b Fix "getaddrinfo()" buglet by Linus Torvalds · 18 years ago
  31. 15a1c012 Use run_command for proxy connections by Shawn O. Pearce · 18 years ago
  32. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  33. ec587fd Make sure git_connect() always give two file descriptors. by Junio C Hamano · 18 years ago
  34. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  35. d4f694b Allow git push to delete remote ref. by Junio C Hamano · 18 years ago
  36. 29561ad refs outside refs/{heads,tags} match less strongly. by Junio C Hamano · 18 years ago
  37. f42a5c4 connect.c: finish_connect(): allow null pid parameter by Franck Bui-Huu · 19 years ago
  38. 0f503d7 Fix a memory leak in "connect.c" and die if command too long. by Christian Couder · 19 years ago
  39. c41e20b send-pack: remove remote reference limit by Andy Whitcroft · 19 years ago
  40. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  41. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  42. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  43. 53e1a76 finish_connect(): thinkofix by Junio C Hamano · 19 years ago
  44. 2718ff0 Improve git-peek-remote by Linus Torvalds · 19 years ago
  45. ac3bc6c Fix errno usage in connect.c by Petr Baudis · 19 years ago
  46. c78963d connect.c: remove unused parameters from tcp_connect and proxy_connect by Junio C Hamano · 19 years ago
  47. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  48. e898081 Solaris needs inclusion of signal.h for signal() by Dennis Stosberg · 19 years ago
  49. f0b7367 Restore SIGCHLD to SIG_DFL where we care about waitpid(). by Junio C Hamano · 19 years ago
  50. c9bc159 check for error return from fork() by Paul T Darga · 19 years ago
  51. 5ad312b Refactor git_tcp_connect() functions a little. by Jon Loeliger · 19 years ago
  52. 9546010 fetch-pack: output refs in the order they were given on the command line. by Junio C Hamano · 19 years ago
  53. da2a95b cleanups: Fix potential bugs in connect.c by Serge E. Hallyn · 19 years ago
  54. 731043f Add compat/unsetenv.c . by Jason Riedy · 19 years ago
  55. 016fb48 local push/pull env cleanup by Matt Draisey · 19 years ago
  56. cfee10a send-pack/receive-pack: allow errors to be reported back to pusher. by Junio C Hamano · 19 years ago
  57. 356bece GIT: Support [address] in URLs by YOSHIFUJI Hideaki / 吉藤英明 · 19 years ago
  58. c616421 Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. by Paul Serice · 19 years ago
  59. c3df856 GIT: Fix compilation error in connect.c by YOSHIFUJI Hideaki / 吉藤英明 · 19 years ago
  60. e814bc4 git-proxy updates. by Junio C Hamano · 19 years ago
  61. f801477 proxy-command support for git:// by Paul Collins · 19 years ago
  62. faea9cc Client side support for user-relative paths. by Andreas Ericsson · 19 years ago
  63. 1f5881b fix multi_ack. by Johannes Schindelin · 19 years ago
  64. c4c86f0 git-fetch-pack: Support multi_ack extension by Johannes Schindelin · 19 years ago
  65. 211b5f9 Support receiving server capabilities by Johannes Schindelin · 19 years ago
  66. af2d3aa Revert recent fetch-pack/upload-pack updates. by Junio C Hamano · 19 years ago
  67. 40a1046 git-fetch-pack: Implement client part of the multi_ack extension by Johannes Schindelin · 19 years ago
  68. 6abf5c0 Squelch compiler warnings from connect.c by Junio C Hamano · 19 years ago
  69. 1a7141f Ignore funny refname sent from remote by Junio C Hamano · 19 years ago
  70. c05186c Support git+ssh:// and ssh+git:// URL by Linus Torvalds · 19 years ago
  71. 6573faf NO_IPV6 support for git daemon by Peter Anvin · 19 years ago
  72. 49744d6 Call it NO_IPV6 rather than hard-coding __CYGWIN__ by hpa · 19 years ago
  73. 4c505f7 Cygwin doesn't support IPv6 or getaddrinfo() by hpa · 19 years ago
  74. 10d781b Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git by Junio C Hamano · 20 years ago
  75. ff27adf Support +<src>:<dst> format in push as well. by Junio C Hamano · 20 years ago
  76. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  77. 4852f72 Use GIT_SSH environment to specify alternate ssh binary. by Martin Sivak · 20 years ago
  78. 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
  79. 15e02b3 send-pack: allow generic sha1 expression on the source side. by Junio C Hamano · 20 years ago
  80. db27ee6 send-pack: allow the same source to be pushed more than once. by Junio C Hamano · 20 years ago
  81. 4fa1604 Fix refname termination. by Junio C Hamano · 20 years ago
  82. 635d37a [PATCH] Fix sparse warnings by Alecs King · 20 years ago
  83. f88395a Renaming push. by Junio C Hamano · 20 years ago
  84. ce6f8e7 Fix git protocol connection 'port' override by Linus Torvalds · 20 years ago
  85. 5ba8844 [PATCH] GIT: Try all addresses for given remote name by YOSHIFUJI Hideaki · 20 years ago
  86. d1c133f Merge three separate "fetch refs" functions by Linus Torvalds · 20 years ago
  87. 2386d65 Add first cut at "git protocol" connect logic. by Linus Torvalds · 20 years ago
  88. b10d0ec [PATCH] Use sq_quote() to properly quote the parameter to call shell. by Junio C Hamano · 20 years ago
  89. 924e121 Mark more characters shell-safe. by Linus Torvalds · 20 years ago
  90. 41cb748 Move "get_ack()" to common git_connect functions by Linus Torvalds · 20 years ago
  91. 013e7c7 Move ref path matching to connect.c library by Linus Torvalds · 20 years ago
  92. f719259 Factor out the ssh connection stuff from send-pack.c by Linus Torvalds · 20 years ago