Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-19 | Merge branch 'sm/show-superproject-while-conflicted' | Junio C Hamano | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -14/+20 |
2018-10-09 | submodule: add a helper to check if it is safe to write to .gitmodules | Antonio Ospite | 1 | -0/+18 |
2018-10-09 | submodule: factor out a config_set_in_gitmodules_file_gently function | Antonio Ospite | 1 | -7/+3 |
2018-09-28 | rev-parse: --show-superproject-working-tree should work during a merge | Sam McKelvie | 1 | -1/+1 |
2018-09-24 | Merge branch 'bp/mv-submodules-with-fsmonitor' | Junio C Hamano | 1 | -2/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-09-21 | submodule.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -11/+17 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
2018-09-12 | git-mv: allow submodules and fsmonitor to work together | Ben Peart | 1 | -2/+1 |
2018-09-07 | Revert "Merge branch 'sb/submodule-core-worktree'" | Jonathan Nieder | 1 | -14/+0 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-08-13 | submodule.c: use the right index instead of the_index | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
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-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -2/+2 |
2018-07-24 | Merge branch 'sb/submodule-move-head-error-msg' | Junio C Hamano | 1 | -1/+1 |
2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
2018-07-18 | Merge branch 'sb/submodule-core-worktree' | Junio C Hamano | 1 | -0/+14 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -2/+2 |
2018-06-25 | submodule.c: report the submodule that an error occurs in | Stefan Beller | 1 | -1/+1 |
2018-06-14 | submodule: unset core.worktree if no working tree is present | Stefan Beller | 1 | -0/+14 |
2018-06-14 | submodule: fix NULL correctness in renamed broken submodules | Stefan Beller | 1 | -2/+4 |
2018-06-04 | Merge branch 'jt/submodule-pull-recurse-rebase' | Junio C Hamano | 1 | -2/+4 |
2018-05-30 | Merge branch 'sb/submodule-merge-in-merge-recursive' | Junio C Hamano | 1 | -166/+2 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -10/+9 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -4/+4 |
2018-05-25 | submodule: do not pass null OID to setup_revisions | Jonathan Tan | 1 | -2/+4 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+1 |
2018-05-18 | submodule: convert push_unpushed_submodules to take a struct refspec | Brandon Williams | 1 | -10/+9 |
2018-05-16 | submodule.c: move submodule merging to merge-recursive.c | Stefan Beller | 1 | -166/+2 |
2018-05-08 | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 1 | -19/+21 |
2018-05-06 | Convert remaining die*(BUG) messages | Johannes Schindelin | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -3/+3 |
2018-05-02 | submodule: convert several uses of EMPTY_TREE_SHA1_HEX | brian m. carlson | 1 | -3/+3 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-03-29 | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 1 | -3/+3 |
2018-03-29 | submodule-config: remove submodule_from_cache | Stefan Beller | 1 | -2/+2 |
2018-03-29 | submodule-config: add repository argument to submodule_from_{name, path} | Stefan Beller | 1 | -14/+16 |
2018-03-23 | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 1 | -0/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -2/+2 |
2018-02-22 | submodule: rename 'new' variables | Brandon Williams | 1 | -15/+15 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-01-05 | submodule: submodule_move_head omits old argument in forced case | Stefan Beller | 1 | -1/+3 |
2017-12-27 | Merge branch 'bw/submodule-sans-cache-compat' | Junio C Hamano | 1 | -14/+18 |