summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Convert struct ref to use object_id.brian m. carlson2015-11-201-8/+8
* Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-7/+36
|\
| * push: support signing pushes iff the server supports itDave Borowitz2015-08-191-7/+36
* | 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 'jc/push-cert'Junio C Hamano2015-04-201-0/+23
|\ \
| * | push --signed: tighten what the receiving end can ask to signjc/push-certJunio C Hamano2015-04-021-0/+23
* | | Merge branch 'sb/atomic-push'Junio C Hamano2015-04-021-1/+1
|\ \ \
| * | | send-pack: unify error messages for unsupported capabilitiessb/atomic-pushRalf Thielow2015-04-021-1/+1
* | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-111-8/+57
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-071-2/+47
| * | send-pack: rename ref_update_to_be_sent to check_to_send_updateStefan Beller2015-01-071-7/+11
* | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-0/+3
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-47/+154
|\ \ | |/
| * signed push: fortify against replay attacksJunio C Hamano2014-09-171-4/+14
| * signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+5
| * signed push: remove duplicated protocol infoJunio C Hamano2014-09-151-1/+1
| * send-pack: send feature request on push-cert packetJunio C Hamano2014-09-151-5/+8
| * push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+64
| * send-pack: clarify that cmds_sent is a booleanJunio C Hamano2014-09-151-3/+4
| * send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-09-151-19/+30
| * send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-151-4/+3
| * send-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+13
| * send-pack: always send capabilitiesJunio C Hamano2014-09-151-3/+1
| * send-pack: refactor decision to send update per refJunio C Hamano2014-09-151-15/+21
| * send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-151-5/+10
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-4/+23
|\
| * send-pack.c: mark a file-local function staticRamsay Jones2014-01-061-1/+1
| * send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-2/+17
| * receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-0/+3
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-3/+4
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-2/+2
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
| |/
* | send-pack: don't send a thin pack to a server which doesn't support itcn/thin-push-capabilityCarlos Martín Nieto2013-11-251-0/+2
|/
* Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano2013-10-301-0/+4
|\
| * Clear fd after closing to avoid double-close errorjl/pack-transfer-avoid-double-closeJens Lindstrom2013-10-231-0/+4
* | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-0/+1
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
|/
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-4/+3
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-5/+1
* pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
* send-pack: prefer prefixcmp over memcmp in receive_statusJeff King2013-02-201-5/+4
* push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+2
* push: require force for refs under refs/tags/Chris Rorvick2012-12-021-0/+1
* send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+344
* Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-021-461/+0
* Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-4/+4
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-5/+3
|\
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-5/+3