| Commit message (Expand) | Author | Age | Files | Lines |
* | branch: add --recurse-submodules option for branch creation | Glen Choo | 2022-02-04 | 1 | -2/+9 |
* | Merge branch 'jt/no-abuse-alternate-odb-for-submodules' | Junio C Hamano | 2021-10-25 | 1 | -3/+15 |
|\ |
|
| * | submodule: trace adding submodule ODB as alternate | Jonathan Tan | 2021-10-08 | 1 | -0/+2 |
| * | submodule: pass repo to check_has_commit() | Jonathan Tan | 2021-10-08 | 1 | -3/+13 |
| * | Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodules | Junio C Hamano | 2021-09-28 | 1 | -22/+55 |
| |\ |
|
| * \ | Merge branch 'jt/add-submodule-odb-clean-up' into jt/no-abuse-alternate-odb-f... | Junio C Hamano | 2021-09-22 | 1 | -19/+5 |
| |\ \ |
|
* | \ \ | Merge branch 'en/removing-untracked-fixes' | Junio C Hamano | 2021-10-13 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Comment important codepaths regarding nuking untracked files/dirs | Elijah Newren | 2021-09-27 | 1 | -0/+1 |
* | | | | | Merge branch 'ab/designated-initializers' | Junio C Hamano | 2021-10-11 | 1 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | *.h: move some *_INIT to designated initializers | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -3/+5 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'jt/add-submodule-odb-clean-up' | Junio C Hamano | 2021-10-06 | 1 | -19/+5 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | repository: support unabsorbed in repo_submodule_init | Jonathan Tan | 2021-09-09 | 1 | -6/+3 |
| * | | | submodule: remove unnecessary unabsorbed fallback | Jonathan Tan | 2021-09-09 | 1 | -13/+2 |
* | | | | Merge branch 'jt/submodule-name-to-gitdir' | Junio C Hamano | 2021-09-23 | 1 | -22/+55 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | submodule: extract path to submodule gitdir func | Jonathan Tan | 2021-09-15 | 1 | -22/+55 |
| | |/
| |/| |
|
* | | | Merge branch 'ar/submodule-add-config' | Junio C Hamano | 2021-09-20 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | submodule--helper: introduce add-config subcommand | Atharva Raykar | 2021-08-10 | 1 | -0/+5 |
* | | | | Merge branch 'dt/submodule-diff-fixes' | Junio C Hamano | 2021-09-20 | 1 | -1/+13 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | diff --submodule=diff: don't print failure message twice | David Turner | 2021-08-31 | 1 | -1/+3 |
| * | | | diff --submodule=diff: do not fail on ever-initialied deleted submodules | David Turner | 2021-08-31 | 1 | -0/+10 |
| |/ / |
|
* | | | grep: use submodule-ODB-as-alternate lazy-addition | Jonathan Tan | 2021-09-08 | 1 | -0/+5 |
* | | | submodule: lazily add submodule ODBs as alternates | Jonathan Tan | 2021-09-08 | 1 | -1/+19 |
| |/
|/| |
|
* | | run-command: refactor subprocess env preparation | Jonathan Tan | 2021-06-28 | 1 | -16/+2 |
* | | submodule: refrain from filtering GIT_CONFIG_COUNT | Jonathan Tan | 2021-06-28 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 2021-05-10 | 1 | -12/+14 |
|\ |
|
| * | hash: provide per-algorithm null OIDs | brian m. carlson | 2021-04-27 | 1 | -12/+14 |
* | | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty' | Junio C Hamano | 2021-01-25 | 1 | -0/+1 |
|\ |
|
| * | diff: do not show submodule with untracked files as "-dirty" | Sangeeta Jain | 2020-12-08 | 1 | -0/+1 |
* | | submodules: fix of regression on fetching of non-init subsub-repo | Peter Kaestle | 2020-12-09 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'so/combine-diff-simplify' | Junio C Hamano | 2020-10-05 | 1 | -1/+2 |
|\ |
|
| * | diff: get rid of redundant 'dense' argument | Sergey Organov | 2020-09-29 | 1 | -1/+2 |
* | | Merge branch 'mf/submodule-summary-with-correct-repository' | Junio C Hamano | 2020-09-18 | 1 | -5/+6 |
|\ \ |
|
| * | | submodule: use submodule repository when preparing summary | Michael Forney | 2020-06-24 | 1 | -4/+4 |
* | | | Merge branch 'os/collect-changed-submodules-optim' | Junio C Hamano | 2020-09-18 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | submodule: suppress checking for file name and ref ambiguity for object ids | Orgad Shaneh | 2020-09-06 | 1 | -1/+8 |
* | | | | Merge branch 'ss/submodule-summary-in-c' | Junio C Hamano | 2020-09-09 | 1 | -5/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | submodule: rename helper functions to avoid ambiguity | Shourya Shukla | 2020-08-12 | 1 | -5/+5 |
* | | | | Merge branch 'jc/run-command-use-embedded-args' | Junio C Hamano | 2020-09-03 | 1 | -9/+4 |
|\ \ \ \ |
|
| * | | | | run_command: teach API users to use embedded 'args' more | Junio C Hamano | 2020-08-26 | 1 | -9/+4 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'jk/leakfix' | Junio C Hamano | 2020-08-27 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | config: fix leaks from git_config_get_string_const() | Jeff King | 2020-08-14 | 1 | -2/+2 |
| |/ / |
|
* | | | strvec: rename struct fields | Jeff King | 2020-07-30 | 1 | -7/+7 |
* | | | strvec: fix indentation in renamed calls | Jeff King | 2020-07-28 | 1 | -15/+15 |
* | | | strvec: convert remaining callers away from argv_array name | Jeff King | 2020-07-28 | 1 | -89/+89 |
* | | | strvec: rename files from argv-array to strvec | Jeff King | 2020-07-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 2020-04-22 | 1 | -1/+1 |
|\ \ |
|
| * | | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
| |/ |
|
* | | get_superproject_working_tree(): return strbuf | Alexandr Miloslavskiy | 2020-03-10 | 1 | -9/+8 |
* | | real_path_if_valid(): remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -3/+4 |