Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Merge branch 'nd/submodule-helper-incomplete-line-fix' | Junio C Hamano | 1 | -1/+1 |
2019-05-13 | submodule: drop unused prefix parameter from some functions | Jeff King | 1 | -2/+1 |
2019-05-08 | submodule--helper: add a missing \n | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-04-25 | Merge branch 'nd/submodule-foreach-quiet' | Junio C Hamano | 1 | -4/+4 |
2019-04-25 | Merge branch 'dl/submodule-set-branch' | Junio C Hamano | 1 | -5/+12 |
2019-04-15 | submodule foreach: fix "<command> --quiet" not being respected | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2019-03-20 | report_path_error(): drop unused prefix parameter | Jeff King | 1 | -1/+1 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -5/+4 |
2019-02-08 | submodule--helper: teach config subcommand --unset | Denton Liu | 1 | -5/+12 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -0/+1 |
2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-18 | Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost' | Junio C Hamano | 1 | -1/+3 |
2019-01-18 | Merge branch 'sb/submodule-fetchjobs-default-to-one' | Junio C Hamano | 1 | -1/+1 |
2019-01-04 | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 1 | -4/+5 |
2018-12-26 | submodule deinit: unset core.worktree | Stefan Beller | 1 | -0/+2 |
2018-12-26 | submodule--helper: fix BUG message in ensure_core_worktree | Stefan Beller | 1 | -1/+1 |
2018-12-14 | submodule update: run at most one fetch job unless otherwise set | Junio C Hamano | 1 | -1/+1 |
2018-12-05 | repository: repo_submodule_init to take a submodule struct | Stefan Beller | 1 | -1/+1 |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -0/+40 |
2018-11-13 | rename "alternate_object_database" to "object_directory" | Jeff King | 1 | -3/+3 |
2018-11-13 | submodule--helper: prefer strip_suffix() to ends_with() | Jeff King | 1 | -3/+4 |
2018-11-06 | Merge branch 'sb/submodule-url-to-absolute' | Junio C Hamano | 1 | -17/+34 |
2018-10-31 | submodule: support reading .gitmodules when it's not in the working tree | Antonio Ospite | 1 | -1/+5 |
2018-10-30 | Merge branch 'sb/submodule-helper-remove-cruft' | Junio C Hamano | 1 | -2/+0 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-10-18 | builtin/submodule--helper: remove debugging leftover tracing | Stefan Beller | 1 | -2/+0 |
2018-10-18 | submodule helper: convert relative URL to absolute URL if needed | Stefan Beller | 1 | -17/+34 |
2018-10-09 | submodule: add a helper to check if it is safe to write to .gitmodules | Antonio Ospite | 1 | -1/+23 |
2018-10-09 | submodule--helper: add a new 'config' subcommand | Antonio Ospite | 1 | -0/+14 |
2018-09-27 | Sync with 2.19.1 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.18.1 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.17.2 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.16.5 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.15.3 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | submodule--helper: use "--" to signal end of clone options | Jeff King | 1 | -0/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-17 | Merge branch 'sb/submodule-update-in-c' | Junio C Hamano | 1 | -34/+158 |
2018-09-07 | Revert "Merge branch 'sb/submodule-core-worktree'" | Jonathan Nieder | 1 | -26/+0 |
2018-08-23 | i18n: fix mistakes in translated strings | Jean-Noël Avila | 1 | -1/+1 |
2018-08-20 | Merge branch 'sb/submodule-cleanup' | Junio C Hamano | 1 | -1/+0 |
2018-08-16 | builtin/submodule--helper: remove stray new line | Stefan Beller | 1 | -1/+0 |
2018-08-14 | submodule--helper: introduce new update-module-mode helper | Stefan Beller | 1 | -0/+61 |
2018-08-14 | submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree | Stefan Beller | 1 | -24/+40 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-03 | builtin/submodule--helper: factor out method to update a single submodule | Stefan Beller | 1 | -10/+10 |
2018-08-03 | builtin/submodule--helper: store update_clone information in a struct | Stefan Beller | 1 | -10/+27 |
2018-08-03 | builtin/submodule--helper: factor out submodule updating | Stefan Beller | 1 | -26/+33 |
2018-08-03 | git-submodule.sh: rename unused variables | Stefan Beller | 1 | -3/+2 |