index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
submodule.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
submodule absorbing: fix worktree/gitdir pointers recursively for non-moves
Stefan Beller
2017-01-26
1
-16
/
+46
*
Merge branch 'sb/submodule-cleanup-export-git-dir-env'
Junio C Hamano
2017-01-19
1
-1
/
+2
|
\
|
*
submodule.c: use GIT_DIR_ENVIRONMENT consistently
Stefan Beller
2017-01-07
1
-1
/
+2
*
|
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
2017-01-19
1
-19
/
+38
|
\
\
|
*
|
submodule: rename and add flags to ok_to_remove_submodule
Stefan Beller
2016-12-27
1
-12
/
+37
|
*
|
submodule: modernize ok_to_remove_submodule to use argv_array
Stefan Beller
2016-12-27
1
-10
/
+4
*
|
|
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-01-19
1
-4
/
+54
|
\
\
\
|
*
|
|
submodules: load gitmodules file from commit sha1
Brandon Williams
2016-12-22
1
-0
/
+12
|
*
|
|
submodules: add helper to determine if a submodule is initialized
Brandon Williams
2016-12-22
1
-0
/
+23
|
*
|
|
submodules: add helper to determine if a submodule is populated
Brandon Williams
2016-12-22
1
-0
/
+15
|
*
|
|
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
2016-12-13
1
-1
/
+1
*
|
|
|
Merge branch 'sb/submodule-embed-gitdir'
Junio C Hamano
2017-01-11
1
-24
/
+103
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
submodule: add absorb-git-dir function
Stefan Beller
2016-12-13
1
-0
/
+103
|
*
|
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
2016-12-13
1
-25
/
+0
|
*
|
submodule: use absolute path for computing relative path connecting
Stefan Beller
2016-12-09
1
-6
/
+7
|
|
/
*
|
Merge branch 'bw/push-dry-run'
Junio C Hamano
2016-12-17
1
-5
/
+8
|
\
\
|
*
|
push: fix --dry-run to not push submodules
Brandon Williams
2016-11-23
1
-5
/
+8
*
|
|
Merge branch 'hv/submodule-not-yet-pushed-fix'
Junio C Hamano
2016-12-17
1
-26
/
+97
|
\
|
|
|
|
/
|
/
|
|
*
submodule_needs_pushing(): explain the behaviour when we cannot answer
Heiko Voigt
2016-11-16
1
-0
/
+11
|
*
batch check whether submodule needs pushing into one call
Heiko Voigt
2016-11-16
1
-29
/
+33
|
*
serialize collection of refs that contain submodule changes
Heiko Voigt
2016-11-16
1
-15
/
+20
|
*
serialize collection of changed submodules
Heiko Voigt
2016-11-16
1
-4
/
+55
*
|
Merge branch 'rs/cocci'
Junio C Hamano
2016-10-17
1
-4
/
+3
|
\
\
|
*
|
use strbuf_add_unique_abbrev() for adding short hashes, part 3
René Scharfe
2016-10-10
1
-4
/
+3
*
|
|
Merge branch 'jk/alt-odb-cleanup'
Junio C Hamano
2016-10-17
1
-22
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
alternates: provide helper for adding to alternates list
Jeff King
2016-10-10
1
-22
/
+1
*
|
|
Merge branch 'rs/cocci'
Junio C Hamano
2016-10-06
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
use strbuf_add_unique_abbrev() for adding short hashes, part 2
René Scharfe
2016-09-27
1
-1
/
+1
|
*
|
use strbuf_addstr() instead of strbuf_addf() with "%s", part 2
René Scharfe
2016-09-27
1
-1
/
+1
*
|
|
sha1_array: let callbacks interrupt iteration
Jeff King
2016-09-26
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge branch 'jc/submodule-anchor-git-dir'
Junio C Hamano
2016-09-13
1
-0
/
+1
|
\
\
|
*
|
submodule: avoid auto-discovery in prepare_submodule_repo_env()
Junio C Hamano
2016-09-01
1
-0
/
+1
*
|
|
diff: teach diff to display submodule difference with an inline diff
Jacob Keller
2016-09-01
1
-0
/
+69
*
|
|
submodule: refactor show_submodule_summary with helper function
Jacob Keller
2016-09-01
1
-33
/
+82
*
|
|
submodule: convert show_submodule_summary to use struct object_id *
Jacob Keller
2016-09-01
1
-8
/
+8
*
|
|
allow do_submodule_path to work even if submodule isn't checked out
Jacob Keller
2016-09-01
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge branch 'bc/cocci'
Junio C Hamano
2016-07-19
1
-2
/
+2
|
\
\
|
*
|
diff: convert struct diff_filespec to struct object_id
brian m. carlson
2016-06-28
1
-2
/
+2
|
|
/
*
/
use string_list initializer consistently
Jeff King
2016-06-13
1
-1
/
+1
|
/
*
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
2016-05-17
1
-7
/
+18
|
\
|
*
submodule: stop sanitizing config options
Jeff King
2016-05-06
1
-38
/
+1
|
*
submodule: use prepare_submodule_repo_env consistently
Jeff King
2016-04-28
1
-7
/
+7
|
*
submodule--helper: move config-sanitizing to submodule.c
Jeff King
2016-04-28
1
-0
/
+48
*
|
submodule: port init from shell to C
Stefan Beller
2016-04-17
1
-0
/
+21
*
|
Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init
Junio C Hamano
2016-04-14
1
-9
/
+7
|
\
\
|
*
\
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
2016-03-04
1
-4
/
+3
|
|
\
\
|
*
\
\
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
1
-6
/
+4
|
|
\
\
\
|
|
*
|
|
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
1
-3
/
+3
|
|
*
|
|
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
2016-02-22
1
-1
/
+1
|
|
*
|
|
submodule: die on config error when linking modules
Patrick Steinhardt
2016-02-22
1
-5
/
+3
[next]