aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/smart-http-hide-refs'Junio C Hamano2015-03-23
|\
| * upload-pack: do not check NULL return of lookup_unknown_objectJeff King2015-03-12
| * upload-pack: fix transfer.hiderefs over smart-httpJeff King2015-03-12
| * Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maintJunio C Hamano2014-09-19
| |\
* | | pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson2014-12-29
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | | Merge branch 'et/spell-poll-infinite-with-minus-one-only'Junio C Hamano2014-09-11
|\ \ \ | | |/ | |/|
| * | upload-pack: keep poll(2)'s timeout to -1Edward Thomson2014-08-22
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
| |/ |/|
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
* | | Merge branch 'nd/upload-pack-shallow'Junio C Hamano2014-03-21
|\ \ \
| * | | upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy2014-03-11
| |/ /
* | | Merge branch 'jk/shallow-update-fix'Junio C Hamano2014-03-21
|\ \ \ | | |/ | |/|
| * | shallow: automatically clean up shallow tempfilesJeff King2014-02-27
| |/
* | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-10
| * upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-10
| * shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-10
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * use parse_commit_or_die instead of custom messageJeff King2013-10-24
* | Merge branch 'maint'Junio C Hamano2013-11-18
|\ \
| * | Revert "upload-pack: send non-HEAD symbolic refs"Junio C Hamano2013-11-18
| * | Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-08
| |\ \
| * \ \ Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-23
| |\ \ \
| * \ \ \ Merge branch 'jk/upload-pack-keepalive' into maintJunio C Hamano2013-10-17
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/upload-pack-send-symref'Junio C Hamano2013-10-30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | upload-pack: send non-HEAD symbolic refsJunio C Hamano2013-09-17
| * | | | upload-pack: send symbolic ref information as capabilityJunio C Hamano2013-09-17
| * | | | upload-pack.c: do not pass confusing cb_data to mark_our_ref()Junio C Hamano2013-09-17
| |/ / /
* | | | Merge branch 'jk/upload-pack-keepalive'Junio C Hamano2013-09-20
|\ \ \ \ | | |/ / | |/| |
| * | | upload-pack: bump keepalive default to 5 secondsJeff King2013-09-09
| * | | upload-pack: send keepalive packets during pack computationJeff King2013-09-09
* | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \ \ \ | | |_|/ | |/| |
| * | | upload-pack: delegate rev walking in shallow fetch to pack-objectsNguyễn Thái Ngọc Duy2013-08-28
| | |/ | |/|
* | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
|/ /
* | upload-pack: ignore 'shallow' lines with unknown obj-idsMichael Heemskerk2013-04-28
|/
* Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-01
|\
| * pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
| * pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
| * pkt-line: drop safe_write functionJeff King2013-02-20
| * upload-pack: remove packet debugging harnessJeff King2013-02-20
| * upload-pack: do not add duplicate objects to shallow listJeff King2013-02-20
| * upload-pack: use get_sha1_hex to parse "shallow" linesJeff King2013-02-20
* | Merge branch 'jk/peel-ref'Junio C Hamano2013-03-25
|\ \
| * | upload-pack: load non-tip "want" objects from diskJeff King2013-03-16