summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2016-10-10alternates: use a separate scratch spaceJeff King
2016-09-08transport: report missing submodule pushes consistently on stderrStefan Beller
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano
2016-08-10Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2016-08-03Merge branch 'sb/push-options'Junio C Hamano
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-07-25Merge branch 'jk/push-scrub-url'Junio C Hamano
2016-07-14push: accept push optionsStefan Beller
2016-07-14push: anonymize URL in status outputJeff King
2016-06-17i18n: transport: mark strings for translationVasco Almeida
2016-03-16Merge branch 'cn/deprecate-ssh-git-url'Junio C Hamano
2016-03-09Disown ssh+git and git+sshCarlos Martín Nieto
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-22transport_anonymize_url: use xstrfmtJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-17Merge branch 'jk/drop-rsync-transport'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-02-01transport: drop support for git-over-rsyncJeff King
2016-01-28pass transport verbosity down to git_connectEric Wong
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-12-01Merge branch 'maint'Jeff King
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-11-16allow hooks to ignore their standard input streamClemens Buchacher
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-10-05transport: use strbufs for status table "quickref" stringsJeff King
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-25transport: refactor protocol whitelist codeJeff King
2015-09-23transport: add a protocol-whitelist environment variableJeff King
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-08-19transport: remove git_transport_options.push_certDave Borowitz
2015-05-25write_one_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25write_refs_to_temp_dir(): convert local variable sha1 to object_idMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-28Merge branch 'jk/fetch-pack' into maintJunio C Hamano
2015-03-25Merge branch 'jk/fetch-pack'Junio C Hamano
2015-03-23Merge branch 'rs/use-isxdigit' into maintJunio C Hamano
2015-03-20Merge branch 'rs/use-isxdigit'Junio C Hamano
2015-03-19fetch_refs_via_pack: free extra copy of refsJeff King
2015-03-10use isxdigit() for checking if a character is a hexadecimal digitRené Scharfe
2015-02-11Merge branch 'sb/atomic-push'Junio C Hamano
2015-01-08push.c: add an --atomic argumentRonnie Sahlberg
2015-01-08send-pack.c: add --atomic command line argumentRonnie Sahlberg