summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2016-12-16Merge branch 'bw/push-dry-run'Junio C Hamano
2016-12-16Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt
2016-10-27Merge branch 'jc/abbrev-auto'Junio C Hamano
2016-10-22transport: compute summary-width dynamicallyJunio C Hamano
2016-10-21transport: allow summary-width to be computed dynamicallyJunio C Hamano
2016-10-21transport: pass summary_width down the callchainJunio C Hamano
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
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-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy
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