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-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
2013-05-28
find_first_merges(): remove unnecessary code
Michael Haggerty
1
-2
/
+1
2013-05-28
find_first_merges(): initialize merges variable using initializer
Michael Haggerty
1
-2
/
+1
2013-04-05
submodule: print graph output next to submodule log
John Keeping
1
-4
/
+9
2013-03-22
submodule: clarify logic in show_submodule_summary
Jeff King
1
-7
/
+6
2013-01-23
submodule: simplify memory handling in config parsing
Jeff King
1
-16
/
+14
2013-01-23
submodule: use parse_config_key when parsing config
Jeff King
1
-9
/
+10
2012-11-18
submodule: display summary header in bold
Ramkumar Ramachandra
1
-4
/
+4
2012-10-29
Merge branch 'jl/submodule-rm'
Jeff King
1
-0
/
+80
2012-09-29
submodule: teach rm to remove submodules unless they contain a git directory
Jens Lehmann
1
-0
/
+80
2012-09-11
Merge branch 'jk/argv-array'
Junio C Hamano
1
-15
/
+16
2012-09-11
Merge branch 'jc/merge-bases'
Junio C Hamano
1
-6
/
+6
2012-09-02
submodule: use argv_array instead of hand-building arrays
Jens Lehmann
1
-15
/
+16
2012-08-27
in_merge_bases(): support only one "other" commit
Junio C Hamano
1
-6
/
+6
2012-08-22
Merge branch 'tr/void-diff-setup-done'
Junio C Hamano
1
-2
/
+1
2012-08-03
diff_setup_done(): return void
Thomas Rast
1
-2
/
+1
2012-05-23
Merge branch 'hv/submodule-alt-odb'
Junio C Hamano
1
-0
/
+3
2012-05-14
teach add_submodule_odb() to look for alternates
Heiko Voigt
1
-0
/
+3
2012-03-30
push: teach --recurse-submodules the on-demand option
Heiko Voigt
1
-0
/
+48
2012-03-30
Refactor submodule push check to use string list instead of integer
Heiko Voigt
1
-12
/
+11
[next]