index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
submodule.c
Commit message (
Expand
)
Author
Age
...
*
|
|
submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()
Max Kirillov
2015-09-14
|
/
/
*
|
Merge branch 'jc/am-state-fix'
Junio C Hamano
2015-08-31
|
\
\
|
*
|
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2015-08-25
|
*
|
write_file(): drop "fatal" parameter
Junio C Hamano
2015-08-24
*
|
|
Merge branch 'hv/submodule-config'
Junio C Hamano
2015-08-31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
submodule: allow erroneous values for the fetchRecurseSubmodules option
Heiko Voigt
2015-08-19
|
*
|
submodule: use new config API for worktree configurations
Heiko Voigt
2015-08-19
|
*
|
submodule: extract functions for config set and lookup
Heiko Voigt
2015-08-19
|
*
|
submodule: implement a config API for lookup of .gitmodules values
Heiko Voigt
2015-08-19
*
|
|
convert "enum date_mode" into a struct
Jeff King
2015-06-29
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2015-06-05
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
submodule: rewrite to take an object_id argument
Michael Haggerty
2015-05-25
|
*
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
*
|
|
Merge branch 'rs/janitorial'
Junio C Hamano
2015-06-01
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use file_exists() to check if a file exists in the worktree
René Scharfe
2015-05-20
*
|
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
|
submodule: use capture_command
Jeff King
2015-03-22
*
|
|
Merge branch 'jc/merge-bases'
Junio C Hamano
2015-01-07
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
get_merge_bases(): always clean-up object flags
Junio C Hamano
2014-10-30
*
|
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
*
|
|
Merge branch 'ta/string-list-init'
Junio C Hamano
2014-07-23
|
\
\
\
|
*
|
|
replace memset with string-list initializers
Tanay Abhra
2014-07-21
|
|
/
/
*
|
|
submodule.c: use the ARRAY_SIZE macro
Elia Pinto
2014-06-30
|
/
/
*
|
Merge branch 'kb/fast-hashmap'
Junio C Hamano
2014-02-27
|
\
\
|
*
|
submodule: don't access the .gitmodules cache entry after removing it
Jens Lehmann
2013-11-07
*
|
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
|
/
/
*
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
|
\
\
|
*
|
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
2013-08-06
|
*
|
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
2013-08-06
|
*
|
submodule.c: add .gitmodules staging helper functions
Jens Lehmann
2013-07-30
|
*
|
mv: move submodules using a gitfile
Jens Lehmann
2013-07-30
*
|
|
Merge branch 'jl/some-submodule-config-are-not-boolean'
Junio C Hamano
2013-09-04
|
\
\
\
|
*
|
|
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
2013-08-19
*
|
|
|
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
2013-07-22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
*
|
|
|
Merge branch 'as/log-output-encoding-in-user-format'
Junio C Hamano
2013-07-12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
pretty: --format output should honor logOutputEncoding
Alexey Shumkin
2013-06-26
*
|
|
|
Merge branch 'mh/reflife'
Junio C Hamano
2013-06-14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
find_first_merges(): remove unnecessary code
Michael Haggerty
2013-05-28
|
*
|
|
find_first_merges(): initialize merges variable using initializer
Michael Haggerty
2013-05-28
*
|
|
|
submodule: remove redundant check for the_index.initialized
René Scharfe
2013-06-09
|
/
/
/
*
|
|
submodule: print graph output next to submodule log
John Keeping
2013-04-05
|
/
/
*
|
submodule: clarify logic in show_submodule_summary
Jeff King
2013-03-22
*
|
submodule: simplify memory handling in config parsing
Jeff King
2013-01-23
*
|
submodule: use parse_config_key when parsing config
Jeff King
2013-01-23
*
|
submodule: display summary header in bold
Ramkumar Ramachandra
2012-11-18
*
|
Merge branch 'jl/submodule-rm'
Jeff King
2012-10-29
|
\
\
|
*
|
submodule: teach rm to remove submodules unless they contain a git directory
Jens Lehmann
2012-09-29
*
|
|
Merge branch 'jk/argv-array'
Junio C Hamano
2012-09-11
|
\
\
\
[prev]
[next]