summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove get_object_hash.brian m. carlson2015-11-201-5/+5
* Convert struct object to object_idbrian m. carlson2015-11-201-8/+8
* Add several uses of get_object_hash.brian m. carlson2015-11-201-5/+5
* hideRefs: add support for matching full refsLukas Fleischer2015-11-051-5/+8
* upload-pack: strip refs before calling ref_is_hidden()Lukas Fleischer2015-11-051-3/+3
* use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-4/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-06-051-15/+17
|\
| * send_ref(): convert local variable "peeled" to object_idMichael Haggerty2015-05-251-3/+3
| * upload-pack: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+14
| * find_symref(): convert local variable "unused" to object_idMichael Haggerty2015-05-251-2/+2
| * find_symref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-5/+13
* | Merge branch 'fm/fetch-raw-sha1'Junio C Hamano2015-06-011-10/+30
|\ \ | |/ |/|
| * upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1Fredrik Medley2015-05-221-4/+18
| * upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley2015-05-221-7/+13
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-051-1/+1
|\ \ | |/ |/|
| * commit: convert parts to struct object_idbrian m. carlson2015-03-131-1/+1
* | Merge branch 'jk/smart-http-hide-refs'Junio C Hamano2015-03-231-6/+10
|\ \ | |/ |/|
| * upload-pack: do not check NULL return of lookup_unknown_objectjk/smart-http-hide-refsJeff King2015-03-121-2/+0
| * upload-pack: fix transfer.hiderefs over smart-httpJeff King2015-03-121-4/+10
| * Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maintJunio C Hamano2014-09-191-1/+3
| |\
* | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-1/+3
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
* | | Merge branch 'et/spell-poll-infinite-with-minus-one-only'Junio C Hamano2014-09-111-1/+3
|\ \ \ | | |/ | |/|
| * | upload-pack: keep poll(2)'s timeout to -1et/spell-poll-infinite-with-minus-one-onlyEdward Thomson2014-08-221-1/+3
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-3/+2
| |/ |/|
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-1/+1
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-1/+1
* | | Merge branch 'nd/upload-pack-shallow'Junio C Hamano2014-03-211-3/+12
|\ \ \
| * | | upload-pack: send shallow info over stdin to pack-objectsnd/upload-pack-shallowNguyễn Thái Ngọc Duy2014-03-111-9/+12
| |/ /
* | | Merge branch 'jk/shallow-update-fix'Junio C Hamano2014-03-211-6/+1
|\ \ \ | | |/ | |/|
| * | shallow: automatically clean up shallow tempfilesJeff King2014-02-271-6/+1
| |/
* | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-4/+4
|\
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-2/+0
| * upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-2/+4
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-5/+5
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-2/+1
|\ \ | |/ |/|
| * use parse_commit_or_die instead of custom messageJeff King2013-10-241-2/+1
* | Merge branch 'maint'Junio C Hamano2013-11-181-1/+0
|\ \
| * | Revert "upload-pack: send non-HEAD symbolic refs"Junio C Hamano2013-11-181-1/+0
| * | Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-081-6/+45
| |\ \
| * \ \ Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-231-96/+32
| |\ \ \
| * \ \ \ Merge branch 'jk/upload-pack-keepalive' into maintJunio C Hamano2013-10-171-1/+24
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/upload-pack-send-symref'Junio C Hamano2013-10-301-6/+45
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | upload-pack: send non-HEAD symbolic refsJunio C Hamano2013-09-171-0/+1
| * | | | upload-pack: send symbolic ref information as capabilityJunio C Hamano2013-09-171-5/+43