134 Commits (728af2832c3e58222965521682414adb9a80932b)

Author SHA1 Message Date
Stefan Beller a028a1930c fetching submodules: respect `submodule.fetchJobs` config option 9 years ago
Stefan Beller ea2fa5a338 submodule-config: keep update strategy around 9 years ago
Stefan Beller 2a73b3dad0 run-command: do not pass child process data into callbacks 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Patrick Steinhardt 1a90dfe8a7 submodule: die on config error when linking modules 9 years ago
Stefan Beller 62104ba14a submodules: allow parallel fetching, add tests and documentation 9 years ago
Stefan Beller fe85ee6e23 fetch_populated_submodules: use new parallel job processing 9 years ago
Jonathan Nieder fbf71645d1 submodule.c: write "Fetching submodule <foo>" to stderr 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 9a6e4f032e add_submodule_odb: initialize alt_odb list earlier 9 years ago
Jeff King c7ab0ba340 avoid sprintf and strcpy with flex arrays 9 years ago
Max Kirillov 35fb4d2e3d submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb() 10 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Heiko Voigt 027771fcb1 submodule: allow erroneous values for the fetchRecurseSubmodules option 10 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
Heiko Voigt 0d9f282c94 submodule: extract functions for config set and lookup 10 years ago
Heiko Voigt 959b5455d0 submodule: implement a config API for lookup of .gitmodules values 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Michael Haggerty 7290ef5898 submodule: rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
René Scharfe dbe44faadb use file_exists() to check if a file exists in the worktree 10 years ago
Jeff King 1d4974c9bc submodule: use capture_command 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
Elia Pinto 94c0cc8f72 submodule.c: use the ARRAY_SIZE macro 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jens Lehmann bc8d6b9b90 submodule: don't access the .gitmodules cache entry after removing it 11 years ago
Jharrod LaFon 4b05440283 avoid segfault on submodule.*.path set to an empty "true" 12 years ago
Jens Lehmann 95c16418f0 rm: delete .gitmodules entry of submodules removed from the work tree 12 years ago
Jens Lehmann 0656781fad mv: update the path entry in .gitmodules for moved submodules 12 years ago
Jens Lehmann 5fee995244 submodule.c: add .gitmodules staging helper functions 12 years ago
Jens Lehmann a88c915de9 mv: move submodules using a gitfile 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
René Scharfe 467b8fe1bb submodule: remove redundant check for the_index.initialized 12 years ago
Michael Haggerty 5de0c0155c find_first_merges(): remove unnecessary code 12 years ago
Michael Haggerty 3826902d25 find_first_merges(): initialize merges variable using initializer 12 years ago
John Keeping 0f33a0677d submodule: print graph output next to submodule log 12 years ago
Jeff King 837154978e submodule: clarify logic in show_submodule_summary 12 years ago
Jeff King 6bfe19ee16 submodule: simplify memory handling in config parsing 12 years ago
Jeff King 9edbb8b1c1 submodule: use parse_config_key when parsing config 12 years ago
Ramkumar Ramachandra 4e215131d2 submodule: display summary header in bold 12 years ago
Jens Lehmann 293ab15eea submodule: teach rm to remove submodules unless they contain a git directory 13 years ago