summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* transport: report missing submodule pushes consistently on stderrsb/transport-report-missing-submodule-on-stderrStefan Beller2016-09-081-1/+1
* Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano2016-08-121-7/+4
|\
| * use strbuf_add_unique_abbrev() for adding short hashesrs/use-strbuf-add-unique-abbrevRené Scharfe2016-08-061-7/+4
* | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-101-1/+1
|\ \
| * | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+1
* | | Merge branch 'sb/push-options'Junio C Hamano2016-08-031-0/+1
|\ \ \ | |/ / |/| |
| * | push: accept push optionsStefan Beller2016-07-141-0/+1
| |/
* | Merge branch 'jk/push-scrub-url'Junio C Hamano2016-07-251-2/+5
|\ \
| * | push: anonymize URL in status outputJeff King2016-07-141-2/+5
* | | i18n: transport: mark strings for translationVasco Almeida2016-06-171-10/+10
| |/ |/|
* | Merge branch 'cn/deprecate-ssh-git-url'Junio C Hamano2016-03-161-2/+3
|\ \
| * | Disown ssh+git and git+sshcn/deprecate-ssh-git-urlCarlos Martín Nieto2016-03-091-2/+3
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-6/+4
|\ \ \
| * | | transport_anonymize_url: use xstrfmtJeff King2016-02-221-5/+3
| * | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
| |/ /
* | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+6
|\ \ \
| * | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+6
* | | | Merge branch 'jk/drop-rsync-transport'Junio C Hamano2016-02-171-331/+1
|\ \ \ \ | |/ / / |/| | |
| * | | transport: drop support for git-over-rsyncjk/drop-rsync-transportJeff King2016-02-011-331/+1
| |/ /
* | | pass transport verbosity down to git_connectEric Wong2016-01-281-5/+6
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-16/+16
|\ \
| * | Convert struct ref to use object_id.brian m. carlson2015-11-201-16/+16
* | | Merge branch 'maint'Jeff King2015-12-011-2/+9
|\ \ \ | |/ / |/| |
| * | allow hooks to ignore their standard input streamcb/hook-sigpipeClemens Buchacher2015-11-161-2/+9
* | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-6/+7
|\ \ \ | |/ / |/| |
| * | transport: use strbufs for status table "quickref" stringsJeff King2015-10-051-6/+7
* | | Sync with v2.5.4Junio C Hamano2015-09-281-1/+42
|\ \ \ | |/ / |/| |
| * | Sync with 2.4.10Junio C Hamano2015-09-281-1/+42
| |\ \ | | |/
| | * Sync with 2.3.10Junio C Hamano2015-09-281-1/+42
| | |\
| | | * transport: refactor protocol whitelist codeJeff King2015-09-251-8/+30
| | | * transport: add a protocol-whitelist environment variableJeff King2015-09-231-1/+20
| | | * Merge branch 'jk/fetch-pack' into maintJunio C Hamano2015-03-281-3/+5
| | | |\
| | | * \ Merge branch 'rs/use-isxdigit' into maintJunio C Hamano2015-03-231-1/+1
| | | |\ \
* | | | \ \ Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-4/+7
|\ \ \ \ \ \
| * | | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-191-1/+7
| * | | | | | transport: remove git_transport_options.push_certDave Borowitz2015-08-191-3/+0
| | |/ / / / | |/| | | |
* | | | | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fixJunio C Hamano2015-08-251-1/+1
* | | | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-1/+1
| |/ / / / |/| | | |
* | | | | write_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
* | | | | write_refs_to_temp_dir(): convert local variable sha1 to object_idMichael Haggerty2015-05-251-4/+4
* | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-5/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-011-5/+3
* | | | | Merge branch 'jk/fetch-pack'Junio C Hamano2015-03-251-3/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fetch_refs_via_pack: free extra copy of refsJeff King2015-03-191-3/+5
| |/ / /
* | | | Merge branch 'rs/use-isxdigit'Junio C Hamano2015-03-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | use isxdigit() for checking if a character is a hexadecimal digitrs/use-isxdigitRené Scharfe2015-03-101-1/+1
* | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-111-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | push.c: add an --atomic argumentRonnie Sahlberg2015-01-071-0/+1
| * | | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-071-0/+4
| | |/ | |/|