1. e1464ca Record the command invocation path early by Johannes Sixt · 17 years ago
  2. 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
  3. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  4. 20dc001 receive-pack: allow using --strict mode for unpacking objects by Martin Koegler · 17 years ago
  5. 9eb7a50 Revert "receive-pack: use strict mode for unpacking objects" by Junio C Hamano · 17 years ago
  6. 6b48990 Merge branch 'maint' by Junio C Hamano · 17 years ago
  7. 5c09f32 receive-pack: Initialize PATH to include exec-dir. by Björn Steinbrink · 17 years ago
  8. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  9. 28f72a0 receive-pack: use strict mode for unpacking objects by Martin Koegler · 17 years ago
  10. e72ae28 start_command(), .in/.out/.err = -1: Callers must close the file descriptor by Johannes Sixt · 17 years ago
  11. 061d6b9 receive-pack: reject invalid refnames by Martin Koegler · 17 years ago
  12. eab8270 receive-pack: check object type of sha1 before using them as commits by Martin Koegler · 17 years ago
  13. 28391a8 receive-pack: allow deletion of corrupt refs by Johannes Schindelin · 17 years ago
  14. 3b70da2 receive-pack: don't mention successful updates by Jeff King · 17 years ago
  15. d90a7fd Merge branch 'db/fetch-pack' by Junio C Hamano · 17 years ago
  16. 0b8293f Improve receive-pack error message about funny ref creation by Joakim Tjernlund · 17 years ago
  17. 106764e Refactor index-pack "keep $sha1" handling for reuse by Shawn O. Pearce · 17 years ago
  18. 68db31c git-update-ref: add --no-deref option for overwriting/detaching ref by Sven Verdoolaege · 18 years ago
  19. e8016ab Use run_command within receive-pack to invoke index-pack by Shawn O. Pearce · 18 years ago
  20. f43cd49 Change {pre,post}-receive hooks to use stdin by Shawn O. Pearce · 18 years ago
  21. 1d9e8b5 Split back out update_hook handling in receive-pack by Shawn O. Pearce · 18 years ago
  22. 6c319a2 Refactor run_command error handling in receive-pack by Shawn O. Pearce · 18 years ago
  23. 05ef58e Teach receive-pack to run pre-receive/post-receive hooks by Shawn O. Pearce · 18 years ago
  24. 8aaf7d6 Refactor handling of error_string in receive-pack by Shawn O. Pearce · 18 years ago
  25. c8dd277 Refactor run_update_hook to be more useful by Shawn O. Pearce · 18 years ago
  26. 3e6e152 Don't run post-update hook unless a ref changed by Shawn O. Pearce · 18 years ago
  27. 8e663d9 Move post-update hook to after all other activity by Shawn O. Pearce · 18 years ago
  28. 84da035 Merge branch 'maint' by Junio C Hamano · 18 years ago
  29. ef203f0 Catch write_ref_sha1 failure in receive-pack by Shawn O. Pearce · 18 years ago
  30. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  31. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  32. cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
  33. e28714c Consolidate {receive,fetch}.unpackLimit by Junio C Hamano · 18 years ago
  34. a69e542 Refactor the pack header reading function out of receive-pack.c by Junio C Hamano · 18 years ago
  35. a0022ee shallow repository: disable unsupported operations for now. by Junio C Hamano · 18 years ago
  36. 95d3c4f Use /dev/null for update hook stdin. by Shawn O. Pearce · 18 years ago
  37. cd83c74 Redirect update hook stdout to stderr. by Shawn O. Pearce · 18 years ago
  38. 9b0b509 Remove unnecessary argc parameter from run_command_v. by Shawn O. Pearce · 18 years ago
  39. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  40. a7f196a Default GIT_COMMITTER_NAME to login name in recieve-pack. by Shawn O. Pearce · 18 years ago
  41. 46732fa change the unpack limit treshold to a saner value by Nicolas Pitre · 18 years ago
  42. ba988a8 Merge branch 'maint' by Junio C Hamano · 18 years ago
  43. 562cefb receive-pack: do not insist on fast-forward outside refs/heads/ by Junio C Hamano · 18 years ago
  44. d4f694b Allow git push to delete remote ref. by Junio C Hamano · 18 years ago
  45. 576162a remove .keep pack lock files when done with refs update by Nicolas Pitre · 18 years ago
  46. fc04c41 Teach receive-pack how to keep pack files based on object count. by Shawn Pearce · 18 years ago
  47. 407e1d6 Merge branch 'master' into np/index-pack by Junio C Hamano · 18 years ago
  48. 58a1e0e Merge branch 'lj/refs' by Junio C Hamano · 18 years ago
  49. 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
  50. 861ed12 Remove unused variable in receive-pack. by Shawn Pearce · 18 years ago
  51. 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  52. 94d8213 receive-pack: call setup_ident before git_config by Junio C Hamano · 18 years ago
  53. 3159c8d Teach receive-pack about ref-log by Junio C Hamano · 18 years ago
  54. 9edd7e4 receive-pack: plug memory leak in fast-forward checking code. by Johannes Schindelin · 18 years ago
  55. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  56. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  57. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  58. 28f5c70 Remove uneeded #include by Johannes Schindelin · 19 years ago
  59. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  60. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  61. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  62. bd2afde Give no terminating LF to error() function. by Junio C Hamano · 19 years ago
  63. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
  64. 5a2282d GIT 1.1.0 by Junio C Hamano · 19 years ago v1.1.0
  65. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano · 19 years ago
  66. cfee10a send-pack/receive-pack: allow errors to be reported back to pusher. by Junio C Hamano · 19 years ago
  67. 7246ed4 \n usage in stderr output by Alex Riesen · 19 years ago
  68. 128aed6 Clean up file descriptors when calling hooks. by Daniel Barkalow · 19 years ago
  69. 8d63013 Server-side support for user-relative paths. by Andreas Ericsson · 19 years ago
  70. d8a1dee Refuse to create funny refs in clone-pack, git-fetch and receive-pack. by Junio C Hamano · 19 years ago
  71. 2c04662 Revert "Replace zero-length array decls with []." by Junio C Hamano · 20 years ago
  72. e72a7d4 Replace unsetenv() and setenv() with older putenv(). by Jason Riedy · 20 years ago
  73. 6c5f9ba Replace zero-length array decls with []. by Jason Riedy · 20 years ago
  74. 29f3b3d Make sure leading directories exist when pushing refs. by Junio C Hamano · 20 years ago
  75. 1961433 receive-pack hooks updates. by Junio C Hamano · 20 years ago
  76. c742b81 [PATCH] Fix warning about non-void return in a void function. by A Large Angry SCM · 20 years ago
  77. b1bf95b [PATCH] Added hook in git-receive-pack by Josef Weidendorfer · 20 years ago
  78. 8f3f9b0 [PATCH] Add update-server-info. by Junio C Hamano · 20 years ago
  79. 113b947 Make "upload-pack" match git-fetch-pack usage by Linus Torvalds · 20 years ago
  80. f312de0 [PATCH] Let umask do its work upon filesystem object creation. by Junio C Hamano · 20 years ago
  81. 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
  82. 944d858 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache by Linus Torvalds · 20 years ago
  83. 8a65ff7 Generalize the "show each ref" code in receice-pack by Linus Torvalds · 20 years ago
  84. d0efc8a Do ref matching on the sender side rather than on receiver by Linus Torvalds · 20 years ago
  85. f65fdf0 Add support for "forcing" a ref on the remote side by Linus Torvalds · 20 years ago
  86. 2eca23d git-receive-pack: implement ref switch command handling by Linus Torvalds · 20 years ago
  87. eb1af2d git-receive-pack: start parsing ref update commands by Linus Torvalds · 20 years ago
  88. 7f8e982 Slow but steady progress on git pack receive/send by Linus Torvalds · 20 years ago
  89. f3a3214 Make send/receive-pack be closer to doing something interesting by Linus Torvalds · 20 years ago
  90. 575f497 Add first cut at "git-receive-pack" by Linus Torvalds · 20 years ago