aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-06
|\
| * upload-pack, receive-pack: introduce protocol version 1Brandon Williams2017-10-17
* | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-16
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\ \
| * | object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
| |/
* | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | upload-pack: convert remaining parse_object callers to object_idbrian m. carlson2017-05-08
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-08
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-23
|/
* upload-pack: report "not our ref" to clientJonathan Tan2017-02-23
* upload-pack: optionally allow fetching any sha1David Turner2016-11-18
* Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\
| * pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
* | upload-pack: use priority queue in reachable() checkJeff King2016-10-11
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ | |/ |/|
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: move rev-list code out of check_non_tip()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: make check_non_tip() clean things up on errorNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: tighten number parsing at "deepen" linesNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: move "unshallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: remove unused variable "backup"Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: move "shallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: move shallow deepen code out of receive_needs()Nguyễn Thái Ngọc Duy2016-06-13
* | Spelling fixesVille Skyttä2016-08-11
* | Merge branch 'jk/common-main'Junio C Hamano2016-07-19
|\ \
| * \ Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-06
| |\ \
| | * | common-main: call git_setup_gettext()Jeff King2016-07-01
| | * | common-main: call git_extract_argv0_path()Jeff King2016-07-01
| | * | add an extra level of indirection to main()Jeff King2016-07-01
* | | | Merge branch 'jk/upload-pack-hook'Junio C Hamano2016-07-06
|\ \ \ \
| * | | | upload-pack: provide a hook for running pack-objectsJeff King2016-06-02
| |/ / /
* | | | Merge branch 'lf/sideband-returns-void'Junio C Hamano2016-07-06
|\ \ \ \
| * | | | upload-pack.c: make send_client_data() return voidLukas Fleischer2016-06-16
| * | | | sideband.c: make send_sideband() return voidLukas Fleischer2016-06-16
| |/ / /
* | | | upload-pack.c: use parse-options APIAntoine Queru2016-05-31
|/ / /
* | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \ | |/ / |/| |
| * | upload-pack.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
| |/
* | upload-pack: use argv_array for pack_objectsMichael Procter2016-02-25
|/