summaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-25-3/+15
|\
| * submodule: trace adding submodule ODB as alternateJonathan Tan2021-10-08-0/+2
| * submodule: pass repo to check_has_commit()Jonathan Tan2021-10-08-3/+13
| * Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodulesJunio C Hamano2021-09-28-22/+55
| |\
| * \ Merge branch 'jt/add-submodule-odb-clean-up' into jt/no-abuse-alternate-odb-f...Junio C Hamano2021-09-22-19/+5
| |\ \
* | \ \ Merge branch 'en/removing-untracked-fixes'Junio C Hamano2021-10-13-0/+1
|\ \ \ \
| * | | | Comment important codepaths regarding nuking untracked files/dirsElijah Newren2021-09-27-0/+1
* | | | | Merge branch 'ab/designated-initializers'Junio C Hamano2021-10-11-3/+5
|\ \ \ \ \
| * | | | | *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-27-3/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-06-19/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | repository: support unabsorbed in repo_submodule_initJonathan Tan2021-09-09-6/+3
| * | | submodule: remove unnecessary unabsorbed fallbackJonathan Tan2021-09-09-13/+2
* | | | Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano2021-09-23-22/+55
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-15-22/+55
| | |/ | |/|
* | | Merge branch 'ar/submodule-add-config'Junio C Hamano2021-09-20-0/+5
|\ \ \
| * | | submodule--helper: introduce add-config subcommandAtharva Raykar2021-08-10-0/+5
* | | | Merge branch 'dt/submodule-diff-fixes'Junio C Hamano2021-09-20-1/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff --submodule=diff: don't print failure message twiceDavid Turner2021-08-31-1/+3
| * | | diff --submodule=diff: do not fail on ever-initialied deleted submodulesDavid Turner2021-08-31-0/+10
| |/ /
* | | grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan2021-09-08-0/+5
* | | submodule: lazily add submodule ODBs as alternatesJonathan Tan2021-09-08-1/+19
| |/ |/|
* | run-command: refactor subprocess env preparationJonathan Tan2021-06-28-16/+2
* | submodule: refrain from filtering GIT_CONFIG_COUNTJonathan Tan2021-06-28-1/+2
|/
* Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-10-12/+14
|\
| * hash: provide per-algorithm null OIDsbrian m. carlson2021-04-27-12/+14
* | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-14-3/+3
|/
* Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano2021-01-25-0/+1
|\
| * diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain2020-12-08-0/+1
* | submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle2020-12-09-1/+6
|/
* Merge branch 'so/combine-diff-simplify'Junio C Hamano2020-10-05-1/+2
|\
| * diff: get rid of redundant 'dense' argumentSergey Organov2020-09-29-1/+2
* | Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano2020-09-18-5/+6
|\ \
| * | submodule: use submodule repository when preparing summaryMichael Forney2020-06-24-4/+4
* | | Merge branch 'os/collect-changed-submodules-optim'Junio C Hamano2020-09-18-1/+8
|\ \ \
| * | | submodule: suppress checking for file name and ref ambiguity for object idsOrgad Shaneh2020-09-06-1/+8
* | | | Merge branch 'ss/submodule-summary-in-c'Junio C Hamano2020-09-09-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | submodule: rename helper functions to avoid ambiguityShourya Shukla2020-08-12-5/+5
* | | | Merge branch 'jc/run-command-use-embedded-args'Junio C Hamano2020-09-03-9/+4
|\ \ \ \
| * | | | run_command: teach API users to use embedded 'args' moreJunio C Hamano2020-08-26-9/+4
| | |_|/ | |/| |
* | | | Merge branch 'jk/leakfix'Junio C Hamano2020-08-27-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | config: fix leaks from git_config_get_string_const()Jeff King2020-08-14-2/+2
| |/ /
* | | strvec: rename struct fieldsJeff King2020-07-30-7/+7
* | | strvec: fix indentation in renamed callsJeff King2020-07-28-15/+15
* | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-28-89/+89
* | | strvec: rename files from argv-array to strvecJeff King2020-07-28-1/+1
|/ /
* | Merge branch 'jk/oid-array-cleanups'Junio C Hamano2020-04-22-1/+1
|\ \
| * | oid_array: rename source file from sha1-arrayJeff King2020-03-30-1/+1
| |/
* | get_superproject_working_tree(): return strbufAlexandr Miloslavskiy2020-03-10-9/+8
* | real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy2020-03-10-3/+4
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-10-1/+3
|/