Age | Commit message (Expand) | Author | Files | Lines |
2010-01-20 | Merge branch 'js/exec-error-report' | Junio C Hamano | 1 | -4/+10 |
2010-01-20 | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 1 | -8/+20 |
2010-01-17 | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 1 | -1/+1 |
2010-01-12 | Improve error message when a transport helper was not found | Ilari Liusvaara | 1 | -4/+10 |
2010-01-09 | transport-helper.c::push_refs(): emit "no refs" error message | Tay Ray Chuan | 1 | -1/+4 |
2010-01-09 | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ... | Tay Ray Chuan | 1 | -0/+9 |
2010-01-09 | refactor ref status logic for pushing | Tay Ray Chuan | 1 | -7/+7 |
2009-12-28 | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 1 | -1/+1 |
2009-12-28 | Support remote archive from all smart transports | Ilari Liusvaara | 1 | -0/+19 |
2009-12-28 | Support remote helpers implementing smart transports | Ilari Liusvaara | 1 | -6/+118 |
2009-12-26 | Merge branch 'sr/vcs-helper' | Junio C Hamano | 1 | -4/+120 |
2009-12-09 | Support taking over transports | Ilari Liusvaara | 1 | -1/+18 |
2009-12-09 | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 1 | -1/+11 |
2009-12-09 | Support mandatory capabilities | Ilari Liusvaara | 1 | -6/+19 |
2009-12-09 | Add remote helper debug mode | Ilari Liusvaara | 1 | -25/+69 |
2009-12-06 | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 1 | -15/+250 |
2009-11-17 | Allow helpers to report in "list" command that the ref is unchanged | Daniel Barkalow | 1 | -0/+22 |
2009-11-17 | Fix various memory leaks in transport-helper.c | Sverre Rabbelier | 1 | -0/+4 |
2009-11-17 | Allow helper to map private ref names into normal names | Daniel Barkalow | 1 | -1/+33 |
2009-11-17 | Add support for "import" helper command | Daniel Barkalow | 1 | -0/+52 |
2009-11-17 | Allow fetch to modify refs | Daniel Barkalow | 1 | -2/+2 |
2009-11-17 | Fix memory leak in helper method for disconnect | Daniel Barkalow | 1 | -1/+8 |
2009-10-30 | remote-helpers: return successfully if everything up-to-date | Clemens Buchacher | 1 | -0/+2 |
2009-10-30 | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 1 | -3/+134 |
2009-10-30 | remote-helpers: Support custom transport options | Shawn O. Pearce | 1 | -1/+87 |
2009-10-30 | remote-helpers: Fetch more than one ref in a batch | Shawn O. Pearce | 1 | -11/+28 |
2009-09-13 | don't dereference NULL upon fdopen failure | Jim Meyering | 1 | -3/+3 |
2009-09-13 | use write_str_in_full helper to avoid literal string lengths | Jim Meyering | 1 | -7/+3 |
2009-09-03 | Use a clearer style to issue commands to remote helpers | Daniel Barkalow | 1 | -7/+14 |
2009-09-03 | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 1 | -5/+2 |
2009-08-05 | git-http-fetch: not a builtin | Linus Torvalds | 1 | -1/+1 |
2009-08-05 | Add support for external programs for handling native fetches | Daniel Barkalow | 1 | -0/+168 |