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
2016-12-22
submodules: add helper to determine if a submodule is populated
Brandon Williams
1
-0
/
+15
2016-12-16
Merge branch 'bw/push-dry-run'
Junio C Hamano
1
-5
/
+8
2016-12-16
Merge branch 'hv/submodule-not-yet-pushed-fix'
Junio C Hamano
1
-26
/
+97
2016-12-12
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
1
-1
/
+1
2016-12-12
submodule: add absorb-git-dir function
Stefan Beller
1
-0
/
+103
2016-12-12
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
1
-25
/
+0
2016-12-09
submodule: use absolute path for computing relative path connecting
Stefan Beller
1
-6
/
+7
2016-11-23
push: fix --dry-run to not push submodules
Brandon Williams
1
-5
/
+8
2016-11-16
submodule_needs_pushing(): explain the behaviour when we cannot answer
Heiko Voigt
1
-0
/
+11
2016-11-16
batch check whether submodule needs pushing into one call
Heiko Voigt
1
-29
/
+33
2016-11-16
serialize collection of refs that contain submodule changes
Heiko Voigt
1
-15
/
+20
2016-11-16
serialize collection of changed submodules
Heiko Voigt
1
-4
/
+55
2016-10-17
Merge branch 'rs/cocci'
Junio C Hamano
1
-4
/
+3
2016-10-17
Merge branch 'jk/alt-odb-cleanup'
Junio C Hamano
1
-22
/
+1
2016-10-10
alternates: provide helper for adding to alternates list
Jeff King
1
-22
/
+1
2016-10-10
use strbuf_add_unique_abbrev() for adding short hashes, part 3
René Scharfe
1
-4
/
+3
2016-10-06
Merge branch 'rs/cocci'
Junio C Hamano
1
-1
/
+1
2016-09-27
use strbuf_add_unique_abbrev() for adding short hashes, part 2
René Scharfe
1
-1
/
+1
2016-09-27
use strbuf_addstr() instead of strbuf_addf() with "%s", part 2
René Scharfe
1
-1
/
+1
2016-09-26
sha1_array: let callbacks interrupt iteration
Jeff King
1
-1
/
+2
2016-09-12
Merge branch 'jc/submodule-anchor-git-dir'
Junio C Hamano
1
-0
/
+1
2016-09-01
submodule: avoid auto-discovery in prepare_submodule_repo_env()
Junio C Hamano
1
-0
/
+1
2016-08-31
diff: teach diff to display submodule difference with an inline diff
Jacob Keller
1
-0
/
+69
2016-08-31
submodule: refactor show_submodule_summary with helper function
Jacob Keller
1
-33
/
+82
2016-08-31
submodule: convert show_submodule_summary to use struct object_id *
Jacob Keller
1
-8
/
+8
2016-08-31
allow do_submodule_path to work even if submodule isn't checked out
Jacob Keller
1
-2
/
+4
2016-07-19
Merge branch 'bc/cocci'
Junio C Hamano
1
-2
/
+2
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
1
-2
/
+2
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
2016-05-17
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
1
-7
/
+18
2016-05-06
submodule: stop sanitizing config options
Jeff King
1
-38
/
+1
2016-04-28
submodule: use prepare_submodule_repo_env consistently
Jeff King
1
-7
/
+7
2016-04-28
submodule--helper: move config-sanitizing to submodule.c
Jeff King
1
-0
/
+48
2016-04-16
submodule: port init from shell to C
Stefan Beller
1
-0
/
+21
2016-04-14
Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init
Junio C Hamano
1
-9
/
+7
2016-03-04
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
1
-4
/
+3
2016-03-01
fetching submodules: respect `submodule.fetchJobs` config option
Stefan Beller
1
-1
/
+15
2016-03-01
submodule-config: keep update strategy around
Stefan Beller
1
-0
/
+21
2016-03-01
run-command: do not pass child process data into callbacks
Stefan Beller
1
-4
/
+3
2016-02-26
Merge branch 'ps/config-error'
Junio C Hamano
1
-6
/
+4
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-3
/
+3
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-3
/
+3
2016-02-22
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
1
-3
/
+3
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
1
-1
/
+1
2016-02-22
submodule: die on config error when linking modules
Patrick Steinhardt
1
-5
/
+3
2015-12-16
submodules: allow parallel fetching, add tests and documentation
Stefan Beller
1
-2
/
+1
2015-12-16
fetch_populated_submodules: use new parallel job processing
Stefan Beller
1
-44
/
+98
2015-12-16
submodule.c: write "Fetching submodule <foo>" to stderr
Jonathan Nieder
1
-1
/
+1
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-3
/
+3
[prev]
[next]