summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clone: do not let --depth imply --shallow-submodulessb/clone-shallow-passthruJunio C Hamano2016-06-203-8/+21
* clone: add `--shallow-submodules` flagStefan Beller2016-04-263-3/+102
* clone: allow an explicit argument for parallel submodule clonesStefan Beller2016-03-013-7/+33
* submodule update: expose parallelism to the userStefan Beller2016-03-014-2/+34
* submodule helper: remove double 'fatal: ' prefixStefan Beller2016-03-011-2/+2
* git submodule update: have a dedicated helper for cloningStefan Beller2016-03-012-34/+259
* run_processes_parallel: rename parameters for the callbacksStefan Beller2016-03-012-7/+7
* run_processes_parallel: treat output of children as byte arrayStefan Beller2016-03-013-4/+16
* submodule update: direct error message to stderrStefan Beller2016-03-012-4/+4
* fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-015-2/+38
* submodule-config: drop check against NULLStefan Beller2016-03-011-3/+3
* submodule-config: keep update strategy aroundStefan Beller2016-03-014-0/+52
* run-command: do not pass child process data into callbacksStefan Beller2016-03-014-32/+9
* submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-166-4/+40
* fetch_populated_submodules: use new parallel job processingStefan Beller2015-12-161-44/+98
* run-command: add an asynchronous parallel child processorStefan Beller2015-12-164-1/+522
* sigchain: add command to pop all common signalsStefan Beller2015-12-162-0/+10
* strbuf: add strbuf_read_once to read without blockingStefan Beller2015-12-162-0/+19
* xread: poll on non blocking fdsStefan Beller2015-12-161-2/+18
* submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder2015-12-162-26/+27
* Update release notes to 2.7Junio C Hamano2015-12-111-65/+1
* Merge branch 'maint'Junio C Hamano2015-12-111-0/+25
|\
| * Prepare for 2.6.5Junio C Hamano2015-12-112-1/+26
| * Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maintJunio C Hamano2015-12-111-1/+3
| |\
| * \ Merge branch 'sg/lock-file-commit-error' into maintJunio C Hamano2015-12-114-5/+8
| |\ \
| * \ \ Merge branch 'cb/t3404-shellquote' into maintJunio C Hamano2015-12-111-1/+1
| |\ \ \
| * \ \ \ Merge branch 'sb/doc-submodule-sync-recursive' into maintJunio C Hamano2015-12-111-1/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'nd/doc-check-ref-format-typo' into maintJunio C Hamano2015-12-111-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/show-branch-argv-array' into maintJunio C Hamano2015-12-111-16/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-1110-92/+31
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'as/subtree-with-spaces' into maintJunio C Hamano2015-12-112-74/+124
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maintJunio C Hamano2015-12-114-16/+31
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting'Junio C Hamano2015-12-111-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | revision.c: fix possible null pointer arithmeticsn/null-pointer-arith-in-mark-tree-uninterestingStefan Naewe2015-12-071-1/+3
* | | | | | | | | | | Merge branch 'sb/doc-submodule-sync-recursive'Junio C Hamano2015-12-111-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | document submodule sync --recursivesb/doc-submodule-sync-recursiveStefan Beller2015-12-041-1/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'cb/t3404-shellquote'Junio C Hamano2015-12-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | t3404: fix quoting of redirect for some versions of bashcb/t3404-shellquoteCharles Bailey2015-12-041-1/+1
* | | | | | | | | | Merge branch 'sg/lock-file-commit-error'Junio C Hamano2015-12-114-5/+8
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Make error message after failing commit_lock_file() less confusingSZEDER Gábor2015-12-014-5/+8
* | | | | | | | | | Git 2.7-rc0v2.7.0-rc0Junio C Hamano2015-12-101-1/+1
* | | | | | | | | | Sync with maintJunio C Hamano2015-12-101-0/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Documentation/git-update-index: add missing opts to synopsisChristian Couder2015-12-101-0/+1
* | | | | | | | | | Update release notes to 2.7Junio C Hamano2015-12-101-0/+19
* | | | | | | | | | Merge branch 'nd/doc-check-ref-format-typo'Junio C Hamano2015-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | git-check-ref-format.txt: typo, s/avoids/avoid/nd/doc-check-ref-format-typoNguyễn Thái Ngọc Duy2015-12-041-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-1088-704/+716
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remote: convert functions to struct object_idbrian m. carlson2015-11-201-29/+29
| * | | | | | | | | Remove get_object_hash.brian m. carlson2015-11-2063-253/+251
| * | | | | | | | | Convert struct object to object_idbrian m. carlson2015-11-2054-256/+256