Age | Commit message (Expand) | Author | Files | Lines |
2015-06-01 | Merge branch 'fm/fetch-raw-sha1' | Junio C Hamano | 1 | -10/+30 |
2015-05-25 | send_ref(): convert local variable "peeled" to object_id | Michael Haggerty | 1 | -3/+3 |
2015-05-25 | upload-pack: rewrite functions to take object_id arguments | Michael Haggerty | 1 | -18/+14 |
2015-05-25 | find_symref(): convert local variable "unused" to object_id | Michael Haggerty | 1 | -2/+2 |
2015-05-25 | find_symref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -5/+3 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -5/+13 |
2015-05-22 | upload-pack: optionally allow fetching reachable sha1 | Fredrik Medley | 1 | -4/+18 |
2015-05-22 | upload-pack: prepare to extend allow-tip-sha1-in-want | Fredrik Medley | 1 | -7/+13 |
2015-05-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2015-03-23 | Merge branch 'jk/smart-http-hide-refs' | Junio C Hamano | 1 | -6/+10 |
2015-03-13 | commit: convert parts to struct object_id | brian m. carlson | 1 | -1/+1 |
2015-03-12 | upload-pack: do not check NULL return of lookup_unknown_object | Jeff King | 1 | -2/+0 |
2015-03-12 | upload-pack: fix transfer.hiderefs over smart-http | Jeff King | 1 | -4/+10 |
2014-12-29 | pack-objects: use --objects-edge-aggressive for shallow repos | brian m. carlson | 1 | -1/+3 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
2014-09-19 | Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maint | Junio C Hamano | 1 | -1/+3 |
2014-09-11 | Merge branch 'et/spell-poll-infinite-with-minus-one-only' | Junio C Hamano | 1 | -1/+3 |
2014-08-22 | upload-pack: keep poll(2)'s timeout to -1 | Edward Thomson | 1 | -1/+3 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -3/+2 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -1/+1 |
2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-03-21 | Merge branch 'nd/upload-pack-shallow' | Junio C Hamano | 1 | -3/+12 |
2014-03-21 | Merge branch 'jk/shallow-update-fix' | Junio C Hamano | 1 | -6/+1 |
2014-03-11 | upload-pack: send shallow info over stdin to pack-objects | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
2014-02-27 | shallow: automatically clean up shallow tempfiles | Jeff King | 1 | -6/+1 |
2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -4/+4 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -5/+5 |
2013-12-10 | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2013-12-10 | upload-pack: make sure deepening preserves shallow roots | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-10 | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-10 | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+1 |
2013-11-18 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+0 |
2013-11-18 | Revert "upload-pack: send non-HEAD symbolic refs" | Junio C Hamano | 1 | -1/+0 |
2013-11-08 | Merge branch 'jc/upload-pack-send-symref' into maint | Junio C Hamano | 1 | -6/+45 |
2013-10-30 | Merge branch 'jc/upload-pack-send-symref' | Junio C Hamano | 1 | -6/+45 |
2013-10-24 | use parse_commit_or_die instead of custom message | Jeff King | 1 | -2/+1 |
2013-10-23 | Merge branch 'nd/fetch-into-shallow' into maint | Junio C Hamano | 1 | -96/+32 |
2013-10-17 | Merge branch 'jk/upload-pack-keepalive' into maint | Junio C Hamano | 1 | -1/+24 |
2013-09-20 | Merge branch 'jk/upload-pack-keepalive' | Junio C Hamano | 1 | -1/+24 |
2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -96/+32 |
2013-09-17 | upload-pack: send non-HEAD symbolic refs | Junio C Hamano | 1 | -0/+1 |
2013-09-17 | upload-pack: send symbolic ref information as capability | Junio C Hamano | 1 | -5/+43 |
2013-09-17 | upload-pack.c: do not pass confusing cb_data to mark_our_ref() | Junio C Hamano | 1 | -1/+1 |
2013-09-09 | upload-pack: bump keepalive default to 5 seconds | Jeff King | 1 | -1/+1 |
2013-09-09 | upload-pack: send keepalive packets during pack computation | Jeff King | 1 | -1/+24 |
2013-08-28 | upload-pack: delegate rev walking in shallow fetch to pack-objects | Nguyễn Thái Ngọc Duy | 1 | -96/+32 |
2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+1 |