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
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
2014-07-23
Merge branch 'ta/string-list-init'
Junio C Hamano
1
-4
/
+1
2014-07-21
replace memset with string-list initializers
Tanay Abhra
1
-4
/
+1
2014-06-30
submodule.c: use the ARRAY_SIZE macro
Elia Pinto
1
-1
/
+1
2014-02-27
Merge branch 'kb/fast-hashmap'
Junio C Hamano
1
-24
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-11-07
submodule: don't access the .gitmodules cache entry after removing it
Jens Lehmann
1
-24
/
+1
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-0
/
+149
2013-09-04
Merge branch 'jl/some-submodule-config-are-not-boolean'
Junio C Hamano
1
-0
/
+6
2013-08-19
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
1
-0
/
+6
2013-08-06
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
1
-0
/
+33
2013-08-06
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
1
-0
/
+34
2013-07-30
submodule.c: add .gitmodules staging helper functions
Jens Lehmann
1
-0
/
+51
2013-07-30
mv: move submodules using a gitfile
Jens Lehmann
1
-0
/
+31
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
1
-1
/
+1
2013-07-12
Merge branch 'as/log-output-encoding-in-user-format'
Junio C Hamano
1
-0
/
+1
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-06-26
pretty: --format output should honor logOutputEncoding
Alexey Shumkin
1
-0
/
+1
2013-06-14
Merge branch 'mh/reflife'
Junio C Hamano
1
-4
/
+2
2013-06-09
submodule: remove redundant check for the_index.initialized
René Scharfe
1
-3
/
+2
[next]