summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-02fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2017-02-08for_each_alternate_ref: replace transport code with for-each-refJeff King
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King
2017-02-08for_each_alternate_ref: use strbuf for path allocationJeff King
2017-02-08for_each_alternate_ref: stop trimming trailing slashesJeff King
2017-02-08for_each_alternate_ref: handle failure from real_pathdup()Jeff King
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-17Merge branch 'bw/push-dry-run' into maintJunio C Hamano
2017-01-17Merge branch 'hv/submodule-not-yet-pushed-fix' into maintJunio C Hamano
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano
2016-12-20push: add option to push only submodulesBrandon Williams
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-12-15transport: add from_user parameter to is_transport_allowedBrandon Williams
2016-12-15transport: add protocol policy config optionBrandon Williams
2016-12-15http: always warn if libcurl version is too oldBrandon Williams
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
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-09Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano
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-08Merge branch 'jk/push-scrub-url' into maintJunio 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