Age | Commit message (Expand) | Author | Files | Lines |
2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2020-03-10 | get_superproject_working_tree(): return strbuf | Alexandr Miloslavskiy | 1 | -9/+8 |
2020-03-10 | real_path_if_valid(): remove unsafe API | Alexandr Miloslavskiy | 1 | -3/+4 |
2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+3 |
2020-02-12 | Merge branch 'es/submodule-fetch-message-fix' | Junio C Hamano | 1 | -1/+1 |
2020-02-12 | Merge branch 'dt/submodule-rm-with-stale-cache' | Junio C Hamano | 1 | -1/+1 |
2020-02-07 | submodule: add newline on invalid submodule error | Emily Shaffer | 1 | -1/+1 |
2020-02-05 | Merge branch 'pb/recurse-submodule-in-worktree-fix' | Junio C Hamano | 1 | -3/+3 |
2020-02-05 | Merge branch 'es/fetch-show-failed-submodules-atend' | Junio C Hamano | 1 | -4/+15 |
2020-01-28 | git rm submodule: succeed if .gitmodules index stat info is zero | David Turner | 1 | -1/+1 |
2020-01-22 | submodule.c: use get_git_dir() instead of get_git_common_dir() | Philippe Blain | 1 | -3/+3 |
2020-01-17 | fetch: emphasize failure during submodule fetch | Emily Shaffer | 1 | -4/+15 |
2020-01-16 | submodule.c: mark more strings for translation | Ralf Thielow | 1 | -14/+14 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 1 | -2/+47 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 1 | -2/+47 |
2019-12-05 | Disallow dubiously-nested submodule git directories | Johannes Schindelin | 1 | -2/+47 |
2019-05-13 | submodule: drop unused prefix parameter from some functions | Jeff King | 1 | -6/+4 |
2019-04-25 | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 1 | -1/+1 |
2019-04-10 | Merge branch 'jt/submodule-fetch-errmsg' | Junio C Hamano | 1 | -0/+7 |
2019-04-01 | submodule: avoid hard-coded constants | brian m. carlson | 1 | -1/+1 |
2019-03-14 | submodule: explain first attempt failure clearly | Jonathan Tan | 1 | -0/+7 |
2019-03-07 | Merge branch 'nd/completion-more-parameters' | Junio C Hamano | 1 | -0/+4 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -5/+6 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+0 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -18/+60 |
2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -45/+239 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2018-12-28 | submodule: don't add submodule as odb for push | Stefan Beller | 1 | -3/+0 |
2018-12-28 | submodule: use submodule repos for object lookup | Stefan Beller | 1 | -15/+60 |
2018-12-26 | submodule: unset core.worktree if no working tree is present | Stefan Beller | 1 | -0/+14 |
2018-12-09 | fetch: ensure submodule objects fetched | Stefan Beller | 1 | -29/+177 |
2018-12-05 | submodule.c: fetch in submodules git directory instead of in worktree | Stefan Beller | 1 | -2/+8 |
2018-12-05 | submodule: migrate get_next_submodule to use repository structs | Stefan Beller | 1 | -12/+44 |
2018-12-05 | submodule: store OIDs in changed_submodule_names | Stefan Beller | 1 | -9/+10 |
2018-12-05 | submodule.c: tighten scope of changed_submodule_names struct | Stefan Beller | 1 | -8/+11 |
2018-12-05 | submodule.c: sort changed_submodule_names before searching it | Stefan Beller | 1 | -1/+2 |
2018-12-05 | submodule.c: fix indentation | Stefan Beller | 1 | -3/+6 |
2018-11-21 | Merge branch 'sm/show-superproject-while-conflicted' into maint | Junio C Hamano | 1 | -1/+1 |
2018-11-21 | Merge branch 'bp/mv-submodules-with-fsmonitor' into maint | Junio C Hamano | 1 | -2/+1 |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -7/+21 |
2018-10-22 | submodule.c: remove some of the_repository references | Nguyễn Thái Ngọc Duy | 1 | -25/+32 |