Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-28Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maintJunio C Hamano
2017-03-16Merge branch 'js/realpath-pathdup-fix' into maintJunio C Hamano
2017-03-02fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen
2017-02-01Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-19Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-18Merge branch 'bw/push-dry-run' into maintJunio C Hamano
2017-01-18Merge 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-17Merge branch 'bw/push-dry-run'Junio C Hamano
2016-12-17Merge 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-13real_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-28Merge branch 'jc/abbrev-auto'Junio C Hamano
2016-10-22transport: compute summary-width dynamicallyJunio C Hamano
2016-10-22transport: allow summary-width to be computed dynamicallyJunio C Hamano
2016-10-22transport: pass summary_width down the callchainJunio C Hamano
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-11Merge 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-09Merge branch 'jk/push-scrub-url' into maintJunio C Hamano
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2016-08-04Merge branch 'sb/push-options'Junio C Hamano
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-07-26Merge branch 'jk/push-scrub-url'Junio C Hamano
2016-07-15push: accept push optionsStefan Beller
2016-07-14push: anonymize URL in status outputJeff King
2016-06-18i18n: transport: mark strings for translationVasco Almeida
2016-06-14fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-14fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-14fetch: 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-10Disown ssh+git and git+sshCarlos Martín Nieto
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-25Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-23transport_anonymize_url: use xstrfmtJeff King
2016-02-23convert 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-02transport: drop support for git-over-rsyncJeff King
2016-01-29pass transport verbosity down to git_connectEric Wong
2015-12-10Merge branch 'bc/object-id'Junio C Hamano