aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-28
|\
| * builtin/read-tree: add --recurse-submodules switchStefan Beller2017-03-16
| * builtin/checkout: add --recurse-submodules switchStefan Beller2017-03-16
| * entry.c: create submodules when interestingStefan Beller2017-03-16
| * unpack-trees: check if we can perform the operation for submodulesStefan Beller2017-03-16
| * unpack-trees: pass old oid to verify_clean_submoduleStefan Beller2017-03-16
| * update submodules: add submodule_move_headStefan Beller2017-03-16
| * submodule.c: get_super_prefix_or_emptyStefan Beller2017-03-16
| * update submodules: move up prepare_submodule_repo_envStefan Beller2017-03-15
| * submodules: introduce check to see whether to touch a submoduleStefan Beller2017-03-15
| * update submodules: add a config option to determine if submodules are updatedStefan Beller2017-03-15
| * update submodules: add submodule config parsingStefan Beller2017-03-15
| * make is_submodule_populated gentlyStefan Beller2017-03-15
| * lib-submodule-update.sh: define tests for recursing into submodulesStefan Beller2017-03-15
| * lib-submodule-update.sh: replace sha1 by hashStefan Beller2017-03-15
| * lib-submodule-update: teach test_submodule_content the -C <dir> flagStefan Beller2017-03-15
| * lib-submodule-update.sh: do not use ./. as submodule remoteStefan Beller2017-03-15
| * lib-submodule-update.sh: reorder create_lib_submodule_repoStefan Beller2017-03-15
| * submodule--helper.c: remove duplicate codeValery Tolstov2017-03-15
| * connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller2017-03-15
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-03-28
|\ \
| * | grep: fix builds with with no thread supportBrandon Williams2017-03-18
| * | grep: set default output methodBrandon Williams2017-03-17
* | | Eighth batch for 2.13Junio C Hamano2017-03-27
* | | Merge branch 'km/config-grammofix'Junio C Hamano2017-03-27
|\ \ \
| * | | doc/config: grammar fixes for core.{editor,commentChar}Kyle Meyer2017-03-23
* | | | Merge branch 'sb/t3600-rephrase'Junio C Hamano2017-03-27
|\ \ \ \
| * | | | t3600: rename test to describe its functionalityStefan Beller2017-03-22
* | | | | Merge branch 'sb/describe-broken'Junio C Hamano2017-03-27
|\ \ \ \ \
| * | | | | builtin/describe: introduce --broken flagStefan Beller2017-03-22
* | | | | | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-27
|\ \ \ \ \ \
| * | | | | | remote-curl: allow push optionsBrandon Williams2017-03-22
| * | | | | | send-pack: send push options correctly in stateless-rpc caseBrandon Williams2017-03-22
* | | | | | | Merge branch 'km/t1400-modernization'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \
| * | | | | | | t1400: use test_when_finished for cleanupKyle Meyer2017-03-21
| * | | | | | | t1400: remove a set of unused output filesKyle Meyer2017-03-21
| * | | | | | | t1400: use test_path_is_* helpersKyle Meyer2017-03-21
| * | | | | | | t1400: set core.logAllRefUpdates in "logged by touch" testsKyle Meyer2017-03-21
| * | | | | | | t1400: rename test descriptions to be uniqueKyle Meyer2017-03-21
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \
| * | | | | | | bundle: use prefix_filename with bundle pathJeff King2017-03-21
| * | | | | | | prefix_filename: simplify windows #ifdefJeff King2017-03-21
| * | | | | | | prefix_filename: return newly allocated stringJeff King2017-03-21
| * | | | | | | prefix_filename: drop length parameterJeff King2017-03-21
| * | | | | | | prefix_filename: move docstring to header fileJeff King2017-03-21
| * | | | | | | hash-object: fix buffer reuse with --path in a subdirectoryJeff King2017-03-21
| |/ / / / / /
* | | | | | | Merge branch 'jc/lint-runaway-here-doc'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \
| * | | | | | | tests: lint for run-away here-docJunio C Hamano2017-03-23
* | | | | | | | Merge branch 'st/verify-tag'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \ \
| * | | | | | | | t7004, t7030: fix here-doc syntax errorsSantiago Torres2017-03-24