summaryrefslogtreecommitdiffstats
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | bundle: convert to struct object_idbrian m. carlson2017-05-021-1/+1
|/
* Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-1/+3
|\
| * push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-111-1/+2
| * push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-111-0/+1
* | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-10/+10
* | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-2/+4
* | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-03-171-2/+2
|\
| * Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-2/+2
* | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-141-5/+9
|\ \
| * | fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen2017-03-021-5/+9
| * | Merge branch 'bw/push-dry-run' into maintJunio C Hamano2017-01-171-3/+6
| |\ \
| * \ \ Merge branch 'hv/submodule-not-yet-pushed-fix' into maintJunio C Hamano2017-01-171-8/+21
| |\ \ \
* | \ \ \ Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-271-1/+1
|\ \ \ \ \
| * | | | | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-1/+1
| | |_|_|/ | |/| | |
* | | | | for_each_alternate_ref: replace transport code with for-each-refJeff King2017-02-081-10/+38
* | | | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-081-1/+1
* | | | | for_each_alternate_ref: use strbuf for path allocationJeff King2017-02-081-14/+14
* | | | | for_each_alternate_ref: stop trimming trailing slashesJeff King2017-02-081-2/+0
* | | | | for_each_alternate_ref: handle failure from real_pathdup()Jeff King2017-02-081-0/+2
|/ / / /
* | | | 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 submodulesBrandon 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 dynamicallyJunio 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 commitsNguyễ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 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 hashesRené Scharfe2016-08-061-7/+4
| | |/ / | |/| |
* | | | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-101-1/+1
|\ \ \ \