summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-311-4/+11
|\
| * push: add option to push only submodulesBrandon Williams2016-12-201-4/+11
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-1/+1
|\ \
| * | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-121-1/+1
* | | Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-271-8/+76
|\ \ \ | |_|/ |/| |
| * | transport: add from_user parameter to is_transport_allowedBrandon Williams2016-12-151-3/+5
| * | transport: add protocol policy config optionBrandon Williams2016-12-151-2/+73
| * | http: always warn if libcurl version is too oldBrandon Williams2016-12-151-5/+0
| * | Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano2016-09-081-7/+4
| |\ \
| * \ \ Merge branch 'jk/push-scrub-url' into maintJunio C Hamano2016-08-081-2/+5
| |\ \ \
* | \ \ \ Merge branch 'bw/push-dry-run'Junio C Hamano2016-12-161-3/+6
|\ \ \ \ \
| * | | | | push: fix --dry-run to not push submodulesbw/push-dry-runBrandon Williams2016-11-231-3/+6
* | | | | | Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano2016-12-161-8/+21
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | serialize collection of refs that contain submodule changesHeiko Voigt2016-11-161-8/+21
* | | | | Merge branch 'jc/abbrev-auto'Junio C Hamano2016-10-271-25/+59
|\ \ \ \ \
| * | | | | transport: compute summary-width dynamicallyjc/abbrev-autoJunio C Hamano2016-10-221-1/+17
| * | | | | transport: allow summary-width to be computed dynamicallyJunio C Hamano2016-10-211-1/+6
| * | | | | transport: pass summary_width down the callchainJunio C Hamano2016-10-211-25/+38
* | | | | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-3/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | alternates: use a separate scratch spaceJeff King2016-10-101-3/+1
| |/ / / /
* | | | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * | | | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * | | | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-0/+4
* | | | | 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