index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
submodule.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-0
/
+1
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
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-1
/
+1
2017-12-12
submodule: convert get_next_submodule to not rely on the_index
Brandon Williams
1
-10
/
+13
2017-12-12
submodule: used correct index in is_staging_gitmodules_ok
Brandon Williams
1
-2
/
+3
2017-12-12
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
1
-2
/
+2
2017-12-06
Merge branch 'sb/submodule-recursive-checkout-detach-head'
Junio C Hamano
1
-1
/
+2
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-1
/
+1
2017-11-13
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
1
-1
/
+1
2017-11-09
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
1
-8
/
+8
2017-11-06
Merge branch 'hv/fetch-moved-submodules-on-demand'
Junio C Hamano
1
-69
/
+131
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-8
/
+8
2017-11-01
diff: remove DIFF_OPT_CLR macro
Brandon Williams
1
-3
/
+3
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
1
-4
/
+4
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-1
/
+1
2017-10-17
submodule: simplify decision tree whether to or not to fetch
Heiko Voigt
1
-37
/
+37
2017-10-17
implement fetching of moved submodules
Heiko Voigt
1
-38
/
+100
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-03
Merge branch 'sb/submodule-diff-header-fix'
Junio C Hamano
1
-1
/
+1
2017-10-03
Merge branch 'hn/submodule-comment'
Junio C Hamano
1
-0
/
+4
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-1
/
+1
2017-09-29
Merge branch 'ma/leakplugs'
Junio C Hamano
1
-2
/
+2
2017-09-28
submodule: correct error message for missing commits
Stefan Beller
1
-1
/
+1
2017-09-26
submodule.c: describe submodule_to_gitdir() in a new comment
Han-Wen Nienhuys
1
-0
/
+4
2017-09-25
Merge branch 'jn/per-repo-object-store-fixes'
Junio C Hamano
1
-8
/
+25
2017-09-24
object_array: use `object_array_clear()`, not `free()`
Martin Ågren
1
-2
/
+2
2017-09-19
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
1
-0
/
+9
2017-09-14
push, fetch: error out for submodule entries not pointing to commits
Stefan Beller
1
-8
/
+25
2017-09-10
Merge branch 'bw/push-options-recursively-to-submodules' into maint
Junio C Hamano
1
-3
/
+15
2017-08-26
Merge branch 'bw/submodule-config-cleanup'
Junio C Hamano
1
-95
/
+53
2017-08-26
Merge branch 'sb/diff-color-move'
Junio C Hamano
1
-47
/
+37
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2017-08-24
refs.c: move for_each_remote_ref_submodule() to submodule.c
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2017-08-22
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-90
/
+67
2017-08-22
Merge branch 'bw/push-options-recursively-to-submodules'
Junio C Hamano
1
-3
/
+15
2017-08-11
Merge branch 'bc/object-id'
Junio C Hamano
1
-16
/
+16
2017-08-03
submodule: remove gitmodules_config
Brandon Williams
1
-15
/
+0
2017-08-03
submodule-config: move submodule-config functions to submodule-config.c
Brandon Williams
1
-35
/
+0
2017-08-03
submodule: remove submodule_config callback routine
Brandon Williams
1
-23
/
+2
2017-08-03
unpack-trees: don't respect submodule.update
Brandon Williams
1
-1
/
+0
2017-08-03
submodule: don't rely on overlayed config when setting diffopts
Brandon Williams
1
-2
/
+10
2017-08-03
fetch: don't overlay config with submodule-config
Brandon Williams
1
-7
/
+17
2017-08-03
submodule--helper: don't overlay config in update-clone
Brandon Williams
1
-12
/
+26
2017-08-02
submodule: don't use submodule_from_name
Brandon Williams
1
-2
/
+0
[next]