summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-065-93/+4
* submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fixJeff King2016-04-282-7/+18
* submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-283-48/+64
* submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King2016-04-282-0/+18
* t5550: break submodule config test into multiple sub-testsJeff King2016-04-281-2/+6
* t5550: fix typo in $HTTPD_URLJeff King2016-04-281-1/+1
* git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERSJeff King2016-03-232-1/+15
* git: submodule honor -c credential.* from command lineJacob Keller2016-03-014-14/+133
* quote: implement sq_quotef()Jacob Keller2016-03-012-0/+16
* submodule: fix segmentation fault in submodule--helper cloneJacob Keller2016-03-011-3/+3
* submodule: fix submodule--helper clone usageJacob Keller2016-03-011-1/+1
* submodule: check argc count for git submodule--helper cloneJacob Keller2016-03-011-0/+4
* submodule: don't pass empty string arguments to submodule--helper cloneJacob Keller2016-03-011-2/+2
* t/lib-httpd: load mod_unixdmg/httpd-tests-update-for-apache-2.4Michael J Gruber2016-02-251-0/+3
* Eighth batch for 2.8Junio C Hamano2016-02-241-36/+41
* Merge branch 'jc/am-i-v-fix'Junio C Hamano2016-02-243-9/+15
|\
| * am -i: fix "v"iewjc/am-i-v-fixJunio C Hamano2016-02-171-1/+1
| * pager: factor out a helper to prepare a child process to run the pagerJunio C Hamano2016-02-172-6/+14
| * pager: lose a separate argv[]Junio C Hamano2016-02-161-3/+1
* | Merge branch 'nd/worktree-add-B'Junio C Hamano2016-02-242-4/+26
|\ \
| * | worktree add -B: do the checkout test before update branchnd/worktree-add-BNguyễn Thái Ngọc Duy2016-02-152-1/+17
| * | worktree: fix "add -B"Nguyễn Thái Ngọc Duy2016-02-152-3/+9
* | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-02-247-12/+378
|\ \ \
| * | | dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy2016-02-154-10/+276
| * | | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-152-3/+77
| * | | dir.c: support tracing excludeNguyễn Thái Ngọc Duy2016-02-153-0/+26
| * | | dir.c: fix match_pathname()Nguyễn Thái Ngọc Duy2016-02-151-1/+1
* | | | Merge branch 'ce/https-public-key-pinning'Junio C Hamano2016-02-242-0/+24
|\ \ \ \
| * | | | http: implement public key pinningce/https-public-key-pinningChristoph Egger2016-02-152-0/+23
* | | | | Merge branch 'bc/http-empty-auth'Junio C Hamano2016-02-242-2/+17
|\ \ \ \ \
| * | | | | http: add option to try authentication without usernamebc/http-empty-authbrian m. carlson2016-02-152-2/+17
| |/ / / /
* | | | | Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano2016-02-241-2/+14
|\ \ \ \ \
| * | | | | remote-curl: include curl_errorstr on SSL setup failuressp/remote-curl-ssl-strerrorShawn Pearce2016-02-151-2/+14
| |/ / / /
* | | | | Merge branch 'jk/lose-name-path'Junio C Hamano2016-02-2410-142/+46
|\ \ \ \ \
| * | | | | list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-129-58/+26
| * | | | | list-objects: drop name_path entirelyJeff King2016-02-129-25/+19
| * | | | | list-objects: convert name_path to a strbufJeff King2016-02-123-36/+15
| * | | | | show_object_with_name: simplify by using path_name()Jeff King2016-02-121-34/+6
| * | | | | http-push: stop using name_pathJeff King2016-02-121-16/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-2413-0/+95
|\ \ \ \ \
| * | | | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-1213-0/+95
* | | | | | Merge branch 'nd/git-common-dir-fix'Junio C Hamano2016-02-242-1/+12
|\ \ \ \ \ \
| * | | | | | rev-parse: take prefix into account in --git-common-dirnd/git-common-dir-fixNguyễn Thái Ngọc Duy2016-02-122-1/+12
* | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2016-02-245-33/+54
|\ \ \ \ \ \ \
| * | | | | | | get_sha1: don't die() on bogus search stringsnd/dwim-wildcards-as-pathspecsJeff King2016-02-102-2/+12
| * | | | | | | check_filename: tighten dwim-wildcard ambiguityJeff King2016-02-104-31/+42
| * | | | | | | checkout: reorder check_filename conditionalJeff King2016-02-101-1/+1
* | | | | | | | tests: remove no-op full-svn-test targetEric Wong2016-02-231-6/+0
* | | | | | | | Sync with 2.7.2Junio C Hamano2016-02-222-1/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Git 2.7.2v2.7.2Junio C Hamano2016-02-223-2/+17