| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-05 | send-pack: support push negotiation | Jonathan Tan | 1 | -4/+57 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2020-12-08 | Merge branch 'js/trace2-session-id' | Junio C Hamano | 1 | -0/+7 |
| 2020-12-03 | Merge branch 'jk/stop-pack-objects-when-push-is-killed' | Junio C Hamano | 1 | -0/+1 |
| 2020-11-21 | send-pack: kill pack-objects helper on signal or exit | Jeff King | 1 | -0/+1 |
| 2020-11-11 | send-pack: advertise session ID in capabilities | Josh Steadmon | 1 | -0/+7 |
| 2020-10-27 | Merge branch 'sk/force-if-includes' | Junio C Hamano | 1 | -0/+1 |
| 2020-10-03 | push: add reflog check for "--force-if-includes" | Srinidhi Kaushik | 1 | -0/+1 |
| 2020-09-25 | Merge branch 'hx/push-atomic-with-cert' | Junio C Hamano | 1 | -26/+28 |
| 2020-09-25 | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 1 | -19/+82 |
| 2020-09-19 | send-pack: run GPG after atomic push checking | Han Xin | 1 | -28/+30 |
| 2020-08-27 | New capability "report-status-v2" for git-push | Jiang Xin | 1 | -19/+82 |
| 2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -9/+9 |
| 2020-07-06 | Merge branch 'js/default-branch-name' | Junio C Hamano | 1 | -1/+1 |
| 2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+6 |
| 2020-06-24 | send-pack/transport-helper: avoid mentioning a particular branch | Johannes Schindelin | 1 | -1/+1 |
| 2020-05-27 | send-pack: detect when the server doesn't support our hash | brian m. carlson | 1 | -0/+6 |
| 2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
| 2020-04-28 | Merge branch 'jx/atomic-push' | Junio C Hamano | 1 | -27/+5 |
| 2020-04-17 | transport-helper: new method reject_atomic_push() | Jiang Xin | 1 | -26/+3 |
| 2020-04-17 | send-pack: mark failure of atomic push properly | Jiang Xin | 1 | -0/+2 |
| 2020-04-17 | send-pack: fix inconsistent porcelain output | Jiang Xin | 1 | -4/+3 |
| 2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
| 2019-12-06 | Merge branch 'jk/send-pack-check-negative-with-quick' | Junio C Hamano | 1 | -1/+3 |
| 2019-12-01 | Merge branch 'jk/send-pack-remote-failure' | Junio C Hamano | 1 | -4/+4 |
| 2019-11-30 | send-pack: use OBJECT_INFO_QUICK to check negative objects | Jeff King | 1 | -1/+3 |
| 2019-11-13 | send-pack: check remote ref status on pack-objects failure | Jeff King | 1 | -4/+4 |
| 2019-10-09 | send-pack: never fetch when checking exclusions | Jonathan Tan | 1 | -1/+2 |
| 2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -1/+1 |
| 2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -1/+1 |
| 2019-01-02 | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 1 | -1/+3 |
| 2019-01-02 | Use packet_reader instead of packet_read_line | Masaya Suzuki | 1 | -18/+19 |
| 2018-11-05 | send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
| 2018-05-18 | shallow: add repository argument to is_repository_shallow | Stefan Beller | 1 | -3/+3 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-03-14 | send-pack: convert remaining functions to struct object_id | brian m. carlson | 1 | -6/+6 |
| 2018-02-08 | always check for NULL return from packet_read_line() | Jon Simons | 1 | -0/+2 |
| 2017-12-22 | send-pack: use internal argv_array of struct child_process | René Scharfe | 1 | -19/+9 |
| 2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -1/+1 |
| 2017-09-07 | send-pack: release strbuf on error return in send_pack() | Rene Scharfe | 1 | -1/+4 |
| 2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -2/+2 |
| 2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -1/+1 |
| 2017-03-27 | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 1 | -12/+8 |
| 2017-03-22 | send-pack: send push options correctly in stateless-rpc case | Brandon Williams | 1 | -12/+8 |
| 2017-03-07 | send-pack: report signal death of pack-objects | Jeff King | 1 | -1/+14 |
| 2017-03-07 | send-pack: read "unpack" status even on pack-objects failure | Jeff King | 1 | -0/+8 |
| 2017-03-07 | send-pack: improve unpack-status error messages | Jeff King | 1 | -2/+2 |
| 2017-03-07 | send-pack: use skip_prefix for parsing unpack status | Jeff King | 1 | -3/+3 |
| 2017-03-07 | send-pack: extract parsing of "unpack" response | Jeff King | 1 | -9/+14 |
| 2016-10-12 | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 1 | -2/+1 |
| 2016-08-08 | Merge branch 'rs/use-strbuf-addstr' | Junio C Hamano | 1 | -1/+1 |
| 2016-08-01 | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 1 | -1/+1 |
| 2016-07-14 | push: accept push options | Stefan Beller | 1 | -0/+27 |
| 2016-06-08 | send-pack: use buffered I/O to talk to pack-objects | Jeff King | 1 | -17/+16 |
| 2016-04-20 | send-pack: isolate sigpipe in demuxer thread | Jeff King | 1 | -0/+1 |
| 2016-04-20 | send-pack: close demux pipe before finishing async process | Jeff King | 1 | -2/+4 |
| 2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -8/+8 |
| 2015-08-31 | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 1 | -7/+36 |
| 2015-08-19 | push: support signing pushes iff the server supports it | Dave Borowitz | 1 | -7/+36 |
| 2015-05-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2015-04-20 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -0/+23 |
| 2015-04-02 | Merge branch 'sb/atomic-push' | Junio C Hamano | 1 | -1/+1 |
| 2015-04-02 | push --signed: tighten what the receiving end can ask to sign | Junio C Hamano | 1 | -0/+23 |
| 2015-04-02 | send-pack: unify error messages for unsupported capabilities | Ralf Thielow | 1 | -1/+1 |
| 2015-03-13 | commit: convert parts to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2015-02-11 | Merge branch 'sb/atomic-push' | Junio C Hamano | 1 | -8/+57 |
| 2015-01-07 | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 1 | -2/+47 |
| 2015-01-07 | send-pack: rename ref_update_to_be_sent to check_to_send_update | Stefan Beller | 1 | -7/+11 |
| 2014-12-29 | pack-objects: use --objects-edge-aggressive for shallow repos | brian m. carlson | 1 | -0/+3 |
| 2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -47/+154 |
| 2014-09-17 | signed push: fortify against replay attacks | Junio C Hamano | 1 | -4/+14 |
| 2014-09-15 | signed push: add "pushee" header to push certificate | Junio C Hamano | 1 | -0/+5 |
| 2014-09-15 | signed push: remove duplicated protocol info | Junio C Hamano | 1 | -1/+1 |
| 2014-09-15 | send-pack: send feature request on push-cert packet | Junio C Hamano | 1 | -5/+8 |
| 2014-09-15 | push: the beginning of "git push --signed" | Junio C Hamano | 1 | -0/+64 |
| 2014-09-15 | send-pack: clarify that cmds_sent is a boolean | Junio C Hamano | 1 | -3/+4 |
| 2014-09-15 | send-pack: refactor inspecting and resetting status and sending commands | Junio C Hamano | 1 | -19/+30 |
| 2014-09-15 | send-pack: rename "new_refs" to "need_pack_data" | Junio C Hamano | 1 | -4/+3 |
| 2014-09-15 | send-pack: factor out capability string generation | Junio C Hamano | 1 | -8/+13 |
| 2014-09-15 | send-pack: always send capabilities | Junio C Hamano | 1 | -3/+1 |
| 2014-09-15 | send-pack: refactor decision to send update per ref | Junio C Hamano | 1 | -15/+21 |
| 2014-09-15 | send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher | Junio C Hamano | 1 | -5/+10 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -4/+23 |
| 2014-01-06 | send-pack.c: mark a file-local function static | Ramsay Jones | 1 | -1/+1 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -2/+2 |
| 2013-12-10 | send-pack: support pushing from a shallow clone via http | Nguyễn Thái Ngọc Duy | 1 | -2/+17 |
| 2013-12-10 | receive/send-pack: support pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2013-12-10 | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-11-25 | send-pack: don't send a thin pack to a server which doesn't support it | Carlos Martín Nieto | 1 | -0/+2 |
| 2013-10-30 | Merge branch 'jl/pack-transfer-avoid-double-close' | Junio C Hamano | 1 | -0/+4 |
| 2013-10-23 | Clear fd after closing to avoid double-close error | Jens Lindstrom | 1 | -0/+4 |
| 2013-07-22 | push --force-with-lease: tie it all together | Junio C Hamano | 1 | -0/+1 |
| 2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+1 |
| 2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -4/+3 |
| 2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -5/+1 |
| 2013-02-20 | pkt-line: drop safe_write function | Jeff King | 1 | -1/+1 |
| 2013-02-20 | send-pack: prefer prefixcmp over memcmp in receive_status | Jeff King | 1 | -5/+4 |
| 2013-01-24 | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 1 | -0/+2 |
| 2012-12-02 | push: require force for refs under refs/tags/ | Chris Rorvick | 1 | -0/+1 |
| 2012-10-29 | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+344 |
| 2007-11-02 | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 1 | -461/+0 |
| 2007-11-02 | Miscellaneous const changes and utilities | Daniel Barkalow | 1 | -4/+4 |
| 2007-11-01 | Merge branch 'js/forkexec' | Junio C Hamano | 1 | -5/+3 |
| 2007-10-30 | Merge branch 'jk/send-pack' into HEAD | Junio C Hamano | 1 | -16/+34 |
| 2007-10-24 | Merge branch 'db/fetch-pack' | Junio C Hamano | 1 | -1/+1 |
| 2007-10-21 | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 1 | -5/+3 |
| 2007-10-18 | send-pack: don't update tracking refs on error | Jeff King | 1 | -16/+34 |
| 2007-10-16 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+2 |
| 2007-10-16 | helpful error message when send-pack finds no refs in common. | Andrew Clausen | 1 | -1/+2 |
| 2007-10-16 | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 1 | -12/+19 |
| 2007-10-15 | Add a --dry-run option to git-send-pack. | Brian Ewins | 1 | -12/+19 |
| 2007-09-19 | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 1 | -1/+1 |
| 2007-09-05 | Function for updating refs. | Carlos Rica | 1 | -9/+3 |
| 2007-07-11 | Add for_each_remote() function, and extend remote_find_tracking() | Johannes Schindelin | 1 | -2/+2 |
| 2007-05-26 | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 1 | -0/+1 |
| 2007-05-20 | Update local tracking refs when pushing | Daniel Barkalow | 1 | -9/+46 |
| 2007-05-20 | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 1 | -0/+1 |
| 2007-05-16 | connect: display connection progress | Michael S. Tsirkin | 1 | -1/+1 |
| 2007-03-12 | Use run_command within send-pack | Shawn O. Pearce | 1 | -56/+30 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -2/+2 |
| 2007-01-30 | Add a missing fork() error check. | Johannes Sixt | 1 | -0/+2 |
| 2007-01-19 | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 1 | -4/+8 |
| 2007-01-19 | Update documentation of fetch-pack, push and send-pack | Uwe Kleine-König | 1 | -2/+2 |
| 2007-01-08 | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 1 | -2/+2 |
| 2007-01-02 | send pack check for failure to send revisions list | Andy Whitcroft | 1 | -2/+6 |
| 2006-12-31 | send-pack: tell pack-objects to use its internal rev-list. | Junio C Hamano | 1 | -97/+42 |
| 2006-12-31 | send-pack.c: use is_null_sha1() | Junio C Hamano | 1 | -12/+1 |
| 2006-12-29 | send-pack: fix pipeline. | Junio C Hamano | 1 | -5/+2 |
| 2006-12-13 | send-pack: tighten checks for remote names | Junio C Hamano | 1 | -0/+21 |
| 2006-11-24 | Allow git push to delete remote ref. | Junio C Hamano | 1 | -11/+30 |
| 2006-11-01 | make git-push a bit more verbose | Nicolas Pitre | 1 | -0/+1 |
| 2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
| 2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
| 2006-09-13 | Merge branch 'aw/send-pack' | Junio C Hamano | 1 | -35/+70 |
| 2006-09-13 | Test return value of finish_connect() | Franck Bui-Huu | 1 | -2/+2 |
| 2006-09-07 | send-pack: switch to using git-rev-list --stdin | Andy Whitcroft | 1 | -35/+70 |
| 2006-08-31 | Use xmalloc instead of malloc | Jonas Fonseca | 1 | -2/+2 |
| 2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
| 2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -4/+4 |
| 2006-08-14 | Make pack_objects void. | David Rientjes | 1 | -2/+1 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -2/+2 |
| 2006-07-04 | Improve git-peek-remote | Linus Torvalds | 1 | -1/+1 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -2/+2 |
| 2006-03-23 | sha1_name: warning ambiguous refs. | Junio C Hamano | 1 | -0/+2 |
| 2006-03-05 | Const tightening. | Junio C Hamano | 1 | -2/+2 |
| 2006-02-24 | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 1 | -1/+9 |
| 2006-02-22 | send-pack: do not give up when remote has insanely large number of refs. | Junio C Hamano | 1 | -10/+28 |
| 2006-02-19 | send-pack --thin: use "thin pack" delta transfer. | Junio C Hamano | 1 | -1/+9 |
| 2006-01-13 | Exec git programs without using PATH. | Michal Ostrowski | 1 | -4/+5 |
| 2005-12-27 | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 1 | -3/+56 |
| 2005-12-22 | send-pack: reword non-fast-forward error message. | Junio C Hamano | 1 | -16/+14 |
| 2005-12-21 | Avoid misleading success message on error | Johannes Schindelin | 1 | -1/+1 |
| 2005-12-20 | Make "git-send-pack" less verbose by default | Linus Torvalds | 1 | -1/+9 |
| 2005-12-13 | Make git-send-pack exit with error when some refs couldn't be pushed out | Petr Baudis | 1 | -1/+5 |
| 2005-12-04 | Warn when send-pack does nothing | Daniel Barkalow | 1 | -0/+6 |
| 2005-11-28 | Make networking commands to work from a subdirectory. | Junio C Hamano | 1 | -0/+1 |
| 2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -2/+2 |
| 2005-10-15 | Ignore funny refname sent from remote | Junio C Hamano | 1 | -1/+1 |
| 2005-08-24 | Support +<src>:<dst> format in push as well. | Junio C Hamano | 1 | -4/+8 |
| 2005-08-05 | Fix ref_newer() in send-pack. | Junio C Hamano | 1 | -5/+22 |
| 2005-08-05 | Fix send-pack for non-commitish tags. | Junio C Hamano | 1 | -13/+42 |
| 2005-08-03 | Renaming push. | Junio C Hamano | 1 | -91/+54 |
| 2005-08-03 | send-pack: handle partial pushes correctly. | Junio C Hamano | 1 | -1/+8 |
| 2005-08-02 | Make send-pack --all and explicit ref mutually exclusive. | Junio C Hamano | 1 | -2/+5 |
| 2005-07-26 | Fix potential send-pack SIGSEGV | Linus Torvalds | 1 | -1/+2 |
| 2005-07-19 | git-send-pack: verify that sender is a proper superset of receiver | Linus Torvalds | 1 | -10/+26 |
| 2005-07-16 | Merge three separate "fetch refs" functions | Linus Torvalds | 1 | -34/+3 |
| 2005-07-16 | git-send-pack: add "--all" option to send all refs to the other side | Linus Torvalds | 1 | -10/+28 |
| 2005-07-14 | [PATCH] Documentation: send/receive. | Junio C Hamano | 1 | -1/+2 |
| 2005-07-11 | git-send-pack: Fix duplicate refname match | Linus Torvalds | 1 | -3/+0 |
| 2005-07-08 | Teach 'git-send-pack' to send new branches and tags. | Linus Torvalds | 1 | -17/+111 |
| 2005-07-05 | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 1 | -4/+1 |
| 2005-07-04 | Move ref path matching to connect.c library | Linus Torvalds | 1 | -21/+0 |
| 2005-07-04 | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 1 | -73/+2 |
| 2005-07-03 | Fix gcc warning in send-pack.c | Linus Torvalds | 1 | -0/+1 |
| 2005-06-30 | Do ref matching on the sender side rather than on receiver | Linus Torvalds | 1 | -3/+25 |
| 2005-06-30 | git-send-pack: actually send the object pack | Linus Torvalds | 1 | -12/+79 |
| 2005-06-29 | Add comment on what send-pack still needs to do | Linus Torvalds | 1 | -0/+11 |
| 2005-06-29 | Slow but steady progress on git pack receive/send | Linus Torvalds | 1 | -25/+38 |
| 2005-06-29 | git-send-pack: start parsing local/remote reference differences | Linus Torvalds | 1 | -3/+58 |
| 2005-06-29 | Make send/receive-pack be closer to doing something interesting | Linus Torvalds | 1 | -4/+8 |
| 2005-06-29 | Start of "git-send-pack", the local part of sending off a pack | Linus Torvalds | 1 | -0/+118 |