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-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
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-03
Merge branch 'jk/initialization-fix-to-add-submodule-odb'
Junio C Hamano
1
-1
/
+1
2015-10-28
add_submodule_odb: initialize alt_odb list earlier
Jeff King
1
-1
/
+1
2015-10-20
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
1
-2
/
+4
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
1
-2
/
+4
2015-09-14
submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()
Max Kirillov
1
-8
/
+1
2015-08-31
Merge branch 'jc/am-state-fix'
Junio C Hamano
1
-1
/
+1
2015-08-31
Merge branch 'hv/submodule-config'
Junio C Hamano
1
-96
/
+26
2015-08-25
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
1
-1
/
+1
2015-08-24
write_file(): drop "fatal" parameter
Junio C Hamano
1
-1
/
+1
2015-08-19
submodule: allow erroneous values for the fetchRecurseSubmodules option
Heiko Voigt
1
-15
/
+0
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
1
-134
/
+26
2015-08-19
submodule: extract functions for config set and lookup
Heiko Voigt
1
-45
/
+97
2015-08-19
submodule: implement a config API for lookup of .gitmodules values
Heiko Voigt
1
-0
/
+1
2015-06-29
convert "enum date_mode" into a struct
Jeff King
1
-1
/
+1
2015-06-05
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+4
2015-06-01
Merge branch 'rs/janitorial'
Junio C Hamano
1
-2
/
+1
2015-05-25
submodule: rewrite to take an object_id argument
Michael Haggerty
1
-15
/
+7
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-3
/
+12
2015-05-20
use file_exists() to check if a file exists in the worktree
René Scharfe
1
-2
/
+1
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-7
/
+2
2015-03-22
submodule: use capture_command
Jeff King
1
-3
/
+1
2015-01-07
Merge branch 'jc/merge-bases'
Junio C Hamano
1
-1
/
+1
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
1
-7
/
+2
2014-10-30
get_merge_bases(): always clean-up object flags
Junio C Hamano
1
-1
/
+1
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-14
/
+7
[next]