| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -8/+8 |
* | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 2015-08-31 | 1 | -7/+36 |
|\ |
|
| * | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 1 | -7/+36 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | commit: convert parts to struct object_id | brian m. carlson | 2015-03-13 | 1 | -1/+1 |
* | | Merge branch 'jc/push-cert' | Junio C Hamano | 2015-04-20 | 1 | -0/+23 |
|\ \ |
|
| * | | push --signed: tighten what the receiving end can ask to signjc/push-cert | Junio C Hamano | 2015-04-02 | 1 | -0/+23 |
* | | | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-04-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | send-pack: unify error messages for unsupported capabilitiessb/atomic-push | Ralf Thielow | 2015-04-02 | 1 | -1/+1 |
* | | | | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-02-11 | 1 | -8/+57 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 2015-01-07 | 1 | -2/+47 |
| * | | send-pack: rename ref_update_to_be_sent to check_to_send_update | Stefan Beller | 2015-01-07 | 1 | -7/+11 |
* | | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repository | brian m. carlson | 2014-12-29 | 1 | -0/+3 |
|/ / |
|
* | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 1 | -47/+154 |
|\ \
| |/ |
|
| * | signed push: fortify against replay attacks | Junio C Hamano | 2014-09-17 | 1 | -4/+14 |
| * | signed push: add "pushee" header to push certificate | Junio C Hamano | 2014-09-15 | 1 | -0/+5 |
| * | signed push: remove duplicated protocol info | Junio C Hamano | 2014-09-15 | 1 | -1/+1 |
| * | send-pack: send feature request on push-cert packet | Junio C Hamano | 2014-09-15 | 1 | -5/+8 |
| * | push: the beginning of "git push --signed" | Junio C Hamano | 2014-09-15 | 1 | -0/+64 |
| * | send-pack: clarify that cmds_sent is a boolean | Junio C Hamano | 2014-09-15 | 1 | -3/+4 |
| * | send-pack: refactor inspecting and resetting status and sending commands | Junio C Hamano | 2014-09-15 | 1 | -19/+30 |
| * | send-pack: rename "new_refs" to "need_pack_data" | Junio C Hamano | 2014-09-15 | 1 | -4/+3 |
| * | send-pack: factor out capability string generation | Junio C Hamano | 2014-09-15 | 1 | -8/+13 |
| * | send-pack: always send capabilities | Junio C Hamano | 2014-09-15 | 1 | -3/+1 |
| * | send-pack: refactor decision to send update per ref | Junio C Hamano | 2014-09-15 | 1 | -15/+21 |
| * | send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher | Junio C Hamano | 2014-09-15 | 1 | -5/+10 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -4/+23 |
|\ |
|
| * | send-pack.c: mark a file-local function static | Ramsay Jones | 2014-01-06 | 1 | -1/+1 |
| * | send-pack: support pushing from a shallow clone via http | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+17 |
| * | receive/send-pack: support pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+3 |
| * | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+4 |
* | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -2/+2 |
|\ \ |
|
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -2/+2 |
| |/ |
|
* | | send-pack: don't send a thin pack to a server which doesn't support itcn/thin-push-capability | Carlos Martín Nieto | 2013-11-25 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'jl/pack-transfer-avoid-double-close' | Junio C Hamano | 2013-10-30 | 1 | -0/+4 |
|\ |
|
| * | Clear fd after closing to avoid double-close errorjl/pack-transfer-avoid-double-close | Jens Lindstrom | 2013-10-23 | 1 | -0/+4 |
* | | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
* | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+1 |
|/ |
|
* | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 2013-02-20 | 1 | -4/+3 |
* | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 2013-02-20 | 1 | -5/+1 |
* | pkt-line: drop safe_write function | Jeff King | 2013-02-20 | 1 | -1/+1 |
* | send-pack: prefer prefixcmp over memcmp in receive_status | Jeff King | 2013-02-20 | 1 | -5/+4 |
* | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 1 | -0/+2 |
* | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -0/+1 |
* | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -0/+344 |
* | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 1 | -461/+0 |
* | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 | 1 | -4/+4 |
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 1 | -5/+3 |
|\ |
|
| * | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 | 1 | -5/+3 |