Age | Commit message (Expand) | Author | Files | Lines |
2013-02-20 | upload-pack: remove packet debugging harness | Jeff King | 1 | -9/+0 |
2013-02-20 | upload-pack: do not add duplicate objects to shallow list | Jeff King | 1 | -2/+4 |
2013-02-20 | upload-pack: use get_sha1_hex to parse "shallow" lines | Jeff King | 1 | -1/+1 |
2013-02-17 | Merge branch 'jc/hidden-refs' | Junio C Hamano | 1 | -30/+33 |
2013-02-07 | upload-pack: optionally allow fetching from the tips of hidden refs | Junio C Hamano | 1 | -6/+19 |
2013-02-07 | upload/receive-pack: allow hiding ref hierarchies | Junio C Hamano | 1 | -1/+13 |
2013-02-01 | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 1 | -3/+10 |
2013-01-28 | upload-pack: simplify request validation | Junio C Hamano | 1 | -17/+11 |
2013-01-18 | upload-pack: share more code | Junio C Hamano | 1 | -17/+14 |
2013-01-14 | Merge branch 'nd/upload-pack-shallow-must-be-commit' | Junio C Hamano | 1 | -0/+2 |
2013-01-11 | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
2013-01-08 | upload-pack: only accept commits from "shallow" line | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2012-10-04 | upload-pack: use peel_ref for ref advertisements | Jeff King | 1 | -11/+3 |
2012-08-03 | include agent identifier in capability string | Jeff King | 1 | -2/+5 |
2012-01-29 | Merge branch 'jk/parse-object-cached' | Junio C Hamano | 1 | -4/+7 |
2012-01-08 | server_supports(): parse feature list more carefully | Junio C Hamano | 1 | -9/+13 |
2012-01-06 | upload-pack: avoid parsing tag destinations | Jeff King | 1 | -2/+1 |
2012-01-06 | upload-pack: avoid parsing objects during ref advertisement | Jeff King | 1 | -3/+7 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2011-10-05 | Merge branch 'jc/fetch-verify' | Junio C Hamano | 1 | -1/+3 |
2011-10-05 | Merge branch 'jc/traverse-commit-list' | Junio C Hamano | 1 | -14/+1 |
2011-09-01 | list-objects: pass callback data to show_objects() | Junio C Hamano | 1 | -1/+3 |
2011-08-24 | Sync with 1.7.6.1 | Junio C Hamano | 1 | -0/+2 |
2011-08-24 | get_indexed_object can return NULL if nothing is in that slot; check for it | Brian Harring | 1 | -0/+2 |
2011-08-22 | revision.c: add show_object_with_name() helper function | Junio C Hamano | 1 | -14/+1 |
2011-08-17 | Merge branch 'jc/maint-smart-http-race-upload-pack' | Junio C Hamano | 1 | -9/+98 |
2011-08-08 | helping smart-http/stateless-rpc fetch race | Junio C Hamano | 1 | -9/+98 |
2011-07-11 | ref namespaces: Support remote repositories via upload-pack and receive-pack | Josh Triplett | 1 | -7/+8 |
2011-04-27 | Merge branch 'jk/maint-upload-pack-shallow' | Junio C Hamano | 1 | -12/+11 |
2011-04-06 | upload-pack: start pack-objects before async rev-list | Jeff King | 1 | -12/+11 |
2011-03-29 | Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto... | Junio C Hamano | 1 | -3/+4 |
2011-03-29 | Revert two "no-done" reverts | Junio C Hamano | 1 | -4/+16 |
2011-03-29 | enable "no-done" extension only when serving over smart-http | Junio C Hamano | 1 | -3/+4 |
2011-03-28 | Revert "upload-pack: Implement no-done capability" | Junio C Hamano | 1 | -16/+4 |
2011-03-22 | Merge branch 'sp/maint-upload-pack-stop-early' | Junio C Hamano | 1 | -3/+24 |
2011-03-15 | upload-pack: Implement no-done capability | Shawn O. Pearce | 1 | -4/+16 |
2011-03-14 | upload-pack: More aggressively send 'ACK %s ready' | Shawn O. Pearce | 1 | -0/+9 |
2011-03-08 | add packet tracing debug code | Jeff King | 1 | -0/+1 |
2010-11-29 | commit: Add commit_list prefix in two function names. | Thiago Farina | 1 | -2/+2 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
2010-08-29 | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
2010-08-02 | upload-pack: Improve error message when bad ref requested | Elijah Newren | 1 | -1/+2 |
2010-07-28 | upload-pack: remove unused "create_full_pack" code in do_rev_list | Nguyễn Thái Ngọc Duy | 1 | -17/+12 |
2010-02-05 | run-command: support custom fd-set in async | Erik Faye-Lund | 1 | -3/+4 |
2009-12-10 | Sync with 1.6.5.6 | Junio C Hamano | 1 | -72/+2 |
2009-12-10 | Remove post-upload-hook | Junio C Hamano | 1 | -72/+2 |
2009-12-03 | Merge branch 'np/maint-sideband-favor-status' into maint | Junio C Hamano | 1 | -15/+17 |
2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -17/+54 |
2009-11-17 | Merge branch 'np/maint-sideband-favor-status' | Junio C Hamano | 1 | -15/+17 |
2009-11-13 | give priority to progress messages | Nicolas Pitre | 1 | -15/+17 |