Age | Commit message (Expand) | Author | Files | Lines |
2017-02-23 | upload-pack: report "not our ref" to client | Jonathan Tan | 1 | -1/+5 |
2016-11-18 | upload-pack: optionally allow fetching any sha1 | David Turner | 1 | -1/+9 |
2016-10-31 | Merge branch 'ls/filter-process' | Junio C Hamano | 1 | -17/+17 |
2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -15/+15 |
2016-10-11 | upload-pack: use priority queue in reachable() check | Jeff King | 1 | -6/+7 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -87/+277 |
2016-08-11 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -4/+1 |
2016-07-06 | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 1 | -1/+12 |
2016-07-06 | Merge branch 'lf/sideband-returns-void' | Junio C Hamano | 1 | -11/+8 |
2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -6/+3 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -1/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -3/+3 |
2016-06-16 | upload-pack.c: make send_client_data() return void | Lukas Fleischer | 1 | -10/+5 |
2016-06-16 | sideband.c: make send_sideband() return void | Lukas Fleischer | 1 | -2/+4 |
2016-06-13 | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 1 | -4/+19 |
2016-06-13 | upload-pack: add get_reachable_list() | Nguyễn Thái Ngọc Duy | 1 | -3/+49 |
2016-06-13 | upload-pack: split check_unreachable() in two, prep for get_reachable_list() | Nguyễn Thái Ngọc Duy | 1 | -18/+38 |
2016-06-13 | upload-pack: support define shallow boundary by excluding revisions | Nguyễn Thái Ngọc Duy | 1 | -2/+21 |
2016-06-13 | upload-pack: add deepen-since to cut shallow repos based on time | Nguyễn Thái Ngọc Duy | 1 | -2/+43 |
2016-06-13 | upload-pack: move rev-list code out of check_non_tip() | Nguyễn Thái Ngọc Duy | 1 | -13/+23 |
2016-06-13 | upload-pack: make check_non_tip() clean things up on error | Nguyễn Thái Ngọc Duy | 1 | -7/+16 |
2016-06-13 | upload-pack: tighten number parsing at "deepen" lines | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2016-06-13 | upload-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 1 | -14/+18 |
2016-06-13 | upload-pack: move "unshallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 1 | -13/+30 |
2016-06-13 | upload-pack: remove unused variable "backup" | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |
2016-06-13 | upload-pack: move "shallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 1 | -10/+15 |
2016-06-13 | upload-pack: move shallow deepen code out of receive_needs() | Nguyễn Thái Ngọc Duy | 1 | -47/+52 |
2016-06-02 | upload-pack: provide a hook for running pack-objects | Jeff King | 1 | -1/+12 |
2016-05-31 | upload-pack.c: use parse-options API | Antoine Queru | 1 | -33/+24 |
2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -2/+1 |
2016-05-09 | upload-pack.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2016-02-25 | upload-pack: use argv_array for pack_objects | Michael Procter | 1 | -14/+11 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -5/+5 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -8/+8 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -5/+5 |
2015-11-05 | hideRefs: add support for matching full refs | Lukas Fleischer | 1 | -5/+8 |
2015-11-05 | upload-pack: strip refs before calling ref_is_hidden() | Lukas Fleischer | 1 | -3/+3 |
2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -4/+2 |
2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -15/+17 |
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 |