summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+2
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+2
* | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-111-1/+7
|\ \
| * | push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-131-1/+7
| |/
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
|/
* Merge branch 'jk/receive-pack-deadlocks-with-early-failure'Junio C Hamano2013-04-231-1/+4
|\
| * receive-pack: close sideband fd on early pack errorsJeff King2013-04-191-1/+4
* | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-3/+3
* | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
* | pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
* | Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-171-0/+24
|\ \
| * | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+24
| |/
* | hooks: Add function to check if a hook existsAaron Schrab2013-01-141-14/+11
|/
* Merge branch 'jk/receive-pack-unpack-error-to-pusher'Junio C Hamano2012-10-011-4/+31
|\
| * receive-pack: drop "n/a" on unpacker errorsJeff King2012-09-211-1/+1
| * receive-pack: send pack-processing stderr over sidebandJeff King2012-09-211-2/+24
| * receive-pack: redirect unpack-objects stdout to /dev/nullJeff King2012-09-211-1/+6
| * Merge branch 'jc/capabilities' into maintJunio C Hamano2012-09-111-2/+4
| |\
* | \ Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-7/+1
|\ \ \
| * | | receive-pack: use in_merge_bases() for fast-forward checkJunio C Hamano2012-08-271-7/+1
* | | | Merge branch 'jc/capabilities'Junio C Hamano2012-08-291-2/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | include agent identifier in capability stringJeff King2012-08-031-2/+4
| * | Merge branch 'cb/receive-pack-keep-errors'Junio C Hamano2012-02-201-7/+17
| |\ \
| * \ \ Merge branch 'cb/push-quiet'Junio C Hamano2012-01-291-4/+15
| |\ \ \
* | | | | receive-pack: do not leak output from auto-gc to standard outputJunio C Hamano2012-08-061-1/+2
| |_|_|/ |/| | |
* | | | Merge branch 'cb/receive-pack-keep-errors' into maintJunio C Hamano2012-02-211-7/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | do not override receive-pack errorscb/receive-pack-keep-errorsClemens Buchacher2012-02-131-7/+17
* | | | Merge branch 'cb/push-quiet' into maintJunio C Hamano2012-02-051-4/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher2012-01-081-2/+12
| * | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-081-2/+3
* | | Merge branch 'mh/ref-api-less-extra-refs'Junio C Hamano2012-01-091-29/+22
|\ \ \ | |/ / |/| |
| * | write_head_info(): handle "extra refs" locallymh/ref-api-less-extra-refsMichael Haggerty2012-01-061-4/+3
| * | show_ref(): remove unused "flag" and "cb_data" argumentsMichael Haggerty2012-01-061-5/+5
| * | receive-pack: move more work into write_head_info()Michael Haggerty2012-01-061-24/+18
* | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
* | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-4/+3
|/ /
* | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-051-0/+3
|/
* receive-pack: do not expect object 0{40} to existJunio C Hamano2011-11-031-6/+11
* Merge branch 'ph/push-to-delete-nothing'Junio C Hamano2011-10-171-8/+18
|\
| * receive-pack: don't pass non-existent refs to post-{receive,update} hooksph/push-to-delete-nothingPang Yan Han2011-09-301-6/+12
* | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-1/+1
|\ \
| * | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
| |/
* | Merge branch 'jc/run-receive-hook-cleanup'Junio C Hamano2011-10-051-19/+52
|\ \
| * | refactor run_receive_hook()Junio C Hamano2011-09-121-19/+52
| |/
* | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-051-0/+43
|\ \
| * | receive-pack: check connectivity before concluding "git push"Junio C Hamano2011-09-091-0/+43
* | | Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano2011-10-051-3/+14
|\ \ \ | |_|/ |/| |
| * | transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano2011-09-041-3/+14
* | | Sync with 1.7.6.2Junio C Hamano2011-09-061-11/+3
|\ \ \